pub struct R(/* private fields */);Expand description
Register CFG_FLASH_HEADER reader
Implementations§
Source§impl R
impl R
Sourcepub fn dma_boot_xfr_size(&self) -> DMA_BOOT_XFR_SIZE_R
pub fn dma_boot_xfr_size(&self) -> DMA_BOOT_XFR_SIZE_R
Bits 0:15 - number of double words (8 bytes) for the SPI to transfer (minus 1)
Sourcepub fn dma_spi_clik_divide(&self) -> DMA_SPI_CLIK_DIVIDE_R
pub fn dma_spi_clik_divide(&self) -> DMA_SPI_CLIK_DIVIDE_R
Bits 16:23 - SPI data clock out divides the ssi_clk (value in bytes*2)
Sourcepub fn dma_device_id(&self) -> DMA_DEVICE_ID_R
pub fn dma_device_id(&self) -> DMA_DEVICE_ID_R
Bits 24:31 - Device ID
Methods from Deref<Target = R<CFG_FLASH_HEADER_SPEC>>§
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