pub struct W(_);Expand description
Register CTRL1 writer
Implementations§
source§impl W
impl W
sourcepub fn clk_mode(&mut self) -> CLK_MODE_W<'_, 0>
pub fn clk_mode(&mut self) -> CLK_MODE_W<'_, 0>
Bits 0:1 - SPI Bus clock (SPI_CLK) mode bits. 0: SPI Bus clock (SPI_CLK) is off when CS inactive 1: SPI_CLK is delayed one cycle after SPI_CS inactive 2: SPI_CLK is delayed two cycles after SPI_CS inactive 3: SPI_CLK is always on.
sourcepub fn rxfifo_rst(&mut self) -> RXFIFO_RST_W<'_, 30>
pub fn rxfifo_rst(&mut self) -> RXFIFO_RST_W<'_, 30>
Bit 30 - SPI0 RX FIFO reset signal. Set this bit and clear it before SPI0 transfer starts.
Methods from Deref<Target = W<CTRL1_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