pub struct W(/* private fields */);Expand description
Register SPI_CTRL1 writer
Implementations§
Source§impl W
impl W
Sourcepub fn status(&mut self) -> STATUS_W<'_>
pub fn status(&mut self) -> STATUS_W<'_>
Bits 0:15 - In the slave mode, it is the status for master to read out.
Sourcepub fn wb_mode(&mut self) -> WB_MODE_W<'_>
pub fn wb_mode(&mut self) -> WB_MODE_W<'_>
Bits 16:23 - Mode bits in the flash fast read mode, it is combined with spi_fastrd_mode bit.
Sourcepub fn status_ext(&mut self) -> STATUS_EXT_W<'_>
pub fn status_ext(&mut self) -> STATUS_EXT_W<'_>
Bits 24:31 - In the slave mode,it is the status for master to read out.
Methods from Deref<Target = W<SPI_CTRL1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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