pub struct R(_);
Expand description
Register CTRL1
reader
Implementations
sourceimpl R
impl R
sourcepub fn clk_mode(&self) -> CLK_MODE_R
pub fn clk_mode(&self) -> CLK_MODE_R
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(&self) -> RXFIFO_RST_R
pub fn rxfifo_rst(&self) -> RXFIFO_RST_R
Bit 30 - SPI0 RX FIFO reset signal. Set this bit and clear it before SPI0 transfer starts.
Methods from Deref<Target = R<CTRL1_SPEC>>
Trait Implementations
sourceimpl From<R<CTRL1_SPEC>> for R
impl From<R<CTRL1_SPEC>> for R
sourcefn from(reader: R<CTRL1_SPEC>) -> Self
fn from(reader: R<CTRL1_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