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