pub struct R(_);
Expand description
Register SLAVE1
reader
Implementations
sourceimpl R
impl R
sourcepub fn slv_data_bitlen(&self) -> SLV_DATA_BITLEN_R
pub fn slv_data_bitlen(&self) -> SLV_DATA_BITLEN_R
Bits 0:17 - The transferred data bit length in SPI slave FD and HD mode.
sourcepub fn slv_last_command(&self) -> SLV_LAST_COMMAND_R
pub fn slv_last_command(&self) -> SLV_LAST_COMMAND_R
Bits 18:25 - In the slave mode it is the value of command.
sourcepub fn slv_last_addr(&self) -> SLV_LAST_ADDR_R
pub fn slv_last_addr(&self) -> SLV_LAST_ADDR_R
Bits 26:31 - In the slave mode it is the value of address.
Methods from Deref<Target = R<SLAVE1_SPEC>>
Trait Implementations
sourceimpl From<R<SLAVE1_SPEC>> for R
impl From<R<SLAVE1_SPEC>> for R
sourcefn from(reader: R<SLAVE1_SPEC>) -> Self
fn from(reader: R<SLAVE1_SPEC>) -> Self
Converts to this type from the input type.
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