pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn keybufdis(&self) -> KEYBUFDIS_R
pub fn keybufdis(&self) -> KEYBUFDIS_R
Bit 1 - Key Buffer Disable
Sourcepub fn nobusystall(&self) -> NOBUSYSTALL_R
pub fn nobusystall(&self) -> NOBUSYSTALL_R
Bit 10 - No Stalling of Bus When Busy
Sourcepub fn incwidth(&self) -> INCWIDTH_R
pub fn incwidth(&self) -> INCWIDTH_R
Bits 14:15 - Increment Width
Sourcepub fn dma0mode(&self) -> DMA0MODE_R
pub fn dma0mode(&self) -> DMA0MODE_R
Bits 16:17 - DMA0 Read Mode
Sourcepub fn dma0rsel(&self) -> DMA0RSEL_R
pub fn dma0rsel(&self) -> DMA0RSEL_R
Bits 20:21 - DMA0 Read Register Select
Sourcepub fn dma1mode(&self) -> DMA1MODE_R
pub fn dma1mode(&self) -> DMA1MODE_R
Bits 24:25 - DMA1 Read Mode
Sourcepub fn dma1rsel(&self) -> DMA1RSEL_R
pub fn dma1rsel(&self) -> DMA1RSEL_R
Bits 28:29 - DATA0 DMA Unaligned Read Register Select
Sourcepub fn combdma0wereq(&self) -> COMBDMA0WEREQ_R
pub fn combdma0wereq(&self) -> COMBDMA0WEREQ_R
Bit 31 - Combined Data0 Write DMA Request
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