#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn dma_int_ena(&self) -> &DMA_INT_ENA
pub const fn dma_int_ena(&self) -> &DMA_INT_ENA
0x34 - SPI interrupt enable register
Sourcepub const fn dma_int_clr(&self) -> &DMA_INT_CLR
pub const fn dma_int_clr(&self) -> &DMA_INT_CLR
0x38 - SPI interrupt clear register
Sourcepub const fn dma_int_raw(&self) -> &DMA_INT_RAW
pub const fn dma_int_raw(&self) -> &DMA_INT_RAW
0x3c - SPI interrupt raw register
Sourcepub const fn dma_int_st(&self) -> &DMA_INT_ST
pub const fn dma_int_st(&self) -> &DMA_INT_ST
0x40 - SPI interrupt status register
Sourcepub const fn dma_int_set(&self) -> &DMA_INT_SET
pub const fn dma_int_set(&self) -> &DMA_INT_SET
0x44 - SPI interrupt software set register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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