pub struct W(_);
Expand description
Register SLAVE1
writer
Implementations
sourceimpl W
impl W
sourcepub fn slv_data_bitlen(&mut self) -> SLV_DATA_BITLEN_W<'_, 0>
pub fn slv_data_bitlen(&mut self) -> SLV_DATA_BITLEN_W<'_, 0>
Bits 0:17 - The transferred data bit length in SPI slave FD and HD mode.
sourcepub fn slv_last_command(&mut self) -> SLV_LAST_COMMAND_W<'_, 18>
pub fn slv_last_command(&mut self) -> SLV_LAST_COMMAND_W<'_, 18>
Bits 18:25 - In the slave mode it is the value of command.
sourcepub fn slv_last_addr(&mut self) -> SLV_LAST_ADDR_W<'_, 26>
pub fn slv_last_addr(&mut self) -> SLV_LAST_ADDR_W<'_, 26>
Bits 26:31 - In the slave mode it is the value of address.
Methods from Deref<Target = W<SLAVE1_SPEC>>
Trait Implementations
sourceimpl From<W<SLAVE1_SPEC>> for W
impl From<W<SLAVE1_SPEC>> for W
sourcefn from(writer: W<SLAVE1_SPEC>) -> Self
fn from(writer: W<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