Struct d1_pac::uart::rxdma_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register rxdma_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn blk_size(&self) -> BLK_SIZE_R
pub fn blk_size(&self) -> BLK_SIZE_R
Bits 2:3
sourcepub fn ahb_burst_mode(&self) -> AHB_BURST_MODE_R
pub fn ahb_burst_mode(&self) -> AHB_BURST_MODE_R
Bits 4:5 - Set for AHB port burst supported
sourcepub fn timeout_enable(&self) -> TIMEOUT_ENABLE_R
pub fn timeout_enable(&self) -> TIMEOUT_ENABLE_R
Bit 6 - RXDMA Timeout Enable
sourcepub fn timeout_threshold(&self) -> TIMEOUT_THRESHOLD_R
pub fn timeout_threshold(&self) -> TIMEOUT_THRESHOLD_R
Bits 8:23 - RXDMA Timeout Threshold
Unit is 1 UART bit time
Methods from Deref<Target = R<RXDMA_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more