pub struct R(_);
Expand description
Register CMD
reader
Implementations
sourceimpl R
impl R
sourcepub fn conf_bitlen(&self) -> CONF_BITLEN_R
pub fn conf_bitlen(&self) -> CONF_BITLEN_R
Bits 0:17 - Define the APB 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more