pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn keybufdis(&mut self) -> KEYBUFDIS_W<'_>
pub fn keybufdis(&mut self) -> KEYBUFDIS_W<'_>
Bit 1 - Key Buffer Disable
Sourcepub fn nobusystall(&mut self) -> NOBUSYSTALL_W<'_>
pub fn nobusystall(&mut self) -> NOBUSYSTALL_W<'_>
Bit 10 - No Stalling of Bus When Busy
Sourcepub fn incwidth(&mut self) -> INCWIDTH_W<'_>
pub fn incwidth(&mut self) -> INCWIDTH_W<'_>
Bits 14:15 - Increment Width
Sourcepub fn dma0mode(&mut self) -> DMA0MODE_W<'_>
pub fn dma0mode(&mut self) -> DMA0MODE_W<'_>
Bits 16:17 - DMA0 Read Mode
Sourcepub fn dma0rsel(&mut self) -> DMA0RSEL_W<'_>
pub fn dma0rsel(&mut self) -> DMA0RSEL_W<'_>
Bits 20:21 - DMA0 Read Register Select
Sourcepub fn dma1mode(&mut self) -> DMA1MODE_W<'_>
pub fn dma1mode(&mut self) -> DMA1MODE_W<'_>
Bits 24:25 - DMA1 Read Mode
Sourcepub fn dma1rsel(&mut self) -> DMA1RSEL_W<'_>
pub fn dma1rsel(&mut self) -> DMA1RSEL_W<'_>
Bits 28:29 - DATA0 DMA Unaligned Read Register Select
Sourcepub fn combdma0wereq(&mut self) -> COMBDMA0WEREQ_W<'_>
pub fn combdma0wereq(&mut self) -> COMBDMA0WEREQ_W<'_>
Bit 31 - Combined Data0 Write DMA Request
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