Struct d1_pac::uart::rxdma_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register rxdma_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn blk_size(&mut self) -> BLK_SIZE_W<'_, 2>
pub fn blk_size(&mut self) -> BLK_SIZE_W<'_, 2>
Bits 2:3
sourcepub fn ahb_burst_mode(&mut self) -> AHB_BURST_MODE_W<'_, 4>
pub fn ahb_burst_mode(&mut self) -> AHB_BURST_MODE_W<'_, 4>
Bits 4:5 - Set for AHB port burst supported
sourcepub fn timeout_enable(&mut self) -> TIMEOUT_ENABLE_W<'_, 6>
pub fn timeout_enable(&mut self) -> TIMEOUT_ENABLE_W<'_, 6>
Bit 6 - RXDMA Timeout Enable
sourcepub fn timeout_threshold(&mut self) -> TIMEOUT_THRESHOLD_W<'_, 8>
pub fn timeout_threshold(&mut self) -> TIMEOUT_THRESHOLD_W<'_, 8>
Bits 8:23 - RXDMA Timeout Threshold
Unit is 1 UART bit time
Methods from Deref<Target = W<RXDMA_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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