Struct esp32c2::spi0::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub const fn cache_fctrl(&self) -> &CACHE_FCTRL
pub const fn cache_fctrl(&self) -> &CACHE_FCTRL
0x3c - SPI0 bit mode control register.
sourcepub const fn timing_cali(&self) -> &TIMING_CALI
pub const fn timing_cali(&self) -> &TIMING_CALI
0xa8 - SPI0 timing calibration register
sourcepub const fn clock_gate(&self) -> &CLOCK_GATE
pub const fn clock_gate(&self) -> &CLOCK_GATE
0xdc - SPI0 clk_gate register
sourcepub const fn core_clk_sel(&self) -> &CORE_CLK_SEL
pub const fn core_clk_sel(&self) -> &CORE_CLK_SEL
0xe0 - SPI0 module clock select register
Auto Trait Implementations§
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