pub struct R(_);
Expand description
Register SPI_MEM_DOUT_MODE
reader
Implementations
sourceimpl R
impl R
sourcepub fn spi_mem_dout0_mode(&self) -> SPI_MEM_DOUT0_MODE_R
pub fn spi_mem_dout0_mode(&self) -> SPI_MEM_DOUT0_MODE_R
Bit 0 - the output signals are delayed by system clock cycles, 0: output without delayed, 1: output with the posedge of clk_apb,2 output with the negedge of clk_apb, 3: output with the posedge of clk_160,4 output with the negedge of clk_160,5: output with the spi_clk high edge ,6: output with the spi_clk low edge
sourcepub fn spi_mem_dout1_mode(&self) -> SPI_MEM_DOUT1_MODE_R
pub fn spi_mem_dout1_mode(&self) -> SPI_MEM_DOUT1_MODE_R
Bit 1 - the output signals are delayed by system clock cycles, 0: output without delayed, 1: output with the posedge of clk_apb,2 output with the negedge of clk_apb, 3: output with the posedge of clk_160,4 output with the negedge of clk_160,5: output with the spi_clk high edge ,6: output with the spi_clk low edge
sourcepub fn spi_mem_dout2_mode(&self) -> SPI_MEM_DOUT2_MODE_R
pub fn spi_mem_dout2_mode(&self) -> SPI_MEM_DOUT2_MODE_R
Bit 2 - the output signals are delayed by system clock cycles, 0: output without delayed, 1: output with the posedge of clk_apb,2 output with the negedge of clk_apb, 3: output with the posedge of clk_160,4 output with the negedge of clk_160,5: output with the spi_clk high edge ,6: output with the spi_clk low edge
sourcepub fn spi_mem_dout3_mode(&self) -> SPI_MEM_DOUT3_MODE_R
pub fn spi_mem_dout3_mode(&self) -> SPI_MEM_DOUT3_MODE_R
Bit 3 - the output signals are delayed by system clock cycles, 0: output without delayed, 1: output with the posedge of clk_apb,2 output with the negedge of clk_apb, 3: output with the posedge of clk_160,4 output with the negedge of clk_160,5: output with the spi_clk high edge ,6: output with the spi_clk low edge
Methods from Deref<Target = R<SPI_MEM_DOUT_MODE_SPEC>>
Trait Implementations
sourceimpl From<R<SPI_MEM_DOUT_MODE_SPEC>> for R
impl From<R<SPI_MEM_DOUT_MODE_SPEC>> for R
sourcefn from(reader: R<SPI_MEM_DOUT_MODE_SPEC>) -> Self
fn from(reader: R<SPI_MEM_DOUT_MODE_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