pub struct R(_);
Expand description
Register SPI_MEM_CTRL1
reader
Implementations
sourceimpl R
impl R
sourcepub fn spi_mem_clk_mode(&self) -> SPI_MEM_CLK_MODE_R
pub fn spi_mem_clk_mode(&self) -> SPI_MEM_CLK_MODE_R
Bits 0:1 - SPI clock mode bits. 0: SPI clock is off when CS inactive 1: SPI clock is delayed one cycle after CS inactive 2: SPI clock is delayed two cycles after CS inactive 3: SPI clock is alwasy on.
Methods from Deref<Target = R<SPI_MEM_CTRL1_SPEC>>
Trait Implementations
sourceimpl From<R<SPI_MEM_CTRL1_SPEC>> for R
impl From<R<SPI_MEM_CTRL1_SPEC>> for R
sourcefn from(reader: R<SPI_MEM_CTRL1_SPEC>) -> Self
fn from(reader: R<SPI_MEM_CTRL1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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