Struct rp2040_pac::xip_ssi::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub const fn ssi_version_id(&self) -> &SSI_VERSION_ID
pub const fn ssi_version_id(&self) -> &SSI_VERSION_ID
0x5c - Version ID
sourcepub const fn rx_sample_dly(&self) -> &RX_SAMPLE_DLY
pub const fn rx_sample_dly(&self) -> &RX_SAMPLE_DLY
0xf0 - RX sample delay
sourcepub const fn spi_ctrlr0(&self) -> &SPI_CTRLR0
pub const fn spi_ctrlr0(&self) -> &SPI_CTRLR0
0xf4 - SPI control
sourcepub const fn txd_drive_edge(&self) -> &TXD_DRIVE_EDGE
pub const fn txd_drive_edge(&self) -> &TXD_DRIVE_EDGE
0xf8 - TX drive edge
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