pub struct R(_);
Expand description
Register CMD
reader
Implementations§
source§impl R
impl R
sourcepub fn conf_bitlen(&self) -> CONF_BITLEN_R
pub fn conf_bitlen(&self) -> CONF_BITLEN_R
Bits 0:22 - Define the spi_clk cycles of SPI_CONF state. Can be configured in CONF state.
Methods from Deref<Target = R<CMD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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