pub struct R(_);
Expand description
Register SPI_DOUT_MODE
reader
Implementations
sourceimpl R
impl R
sourcepub fn spi_dout0_mode(&self) -> SPI_DOUT0_MODE_R
pub fn spi_dout0_mode(&self) -> SPI_DOUT0_MODE_R
Bit 0 - The output signal 0 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout1_mode(&self) -> SPI_DOUT1_MODE_R
pub fn spi_dout1_mode(&self) -> SPI_DOUT1_MODE_R
Bit 1 - The output signal 1 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout2_mode(&self) -> SPI_DOUT2_MODE_R
pub fn spi_dout2_mode(&self) -> SPI_DOUT2_MODE_R
Bit 2 - The output signal 2 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout3_mode(&self) -> SPI_DOUT3_MODE_R
pub fn spi_dout3_mode(&self) -> SPI_DOUT3_MODE_R
Bit 3 - The output signal 3 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout4_mode(&self) -> SPI_DOUT4_MODE_R
pub fn spi_dout4_mode(&self) -> SPI_DOUT4_MODE_R
Bit 4 - The output signal 4 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout5_mode(&self) -> SPI_DOUT5_MODE_R
pub fn spi_dout5_mode(&self) -> SPI_DOUT5_MODE_R
Bit 5 - The output signal 5 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout6_mode(&self) -> SPI_DOUT6_MODE_R
pub fn spi_dout6_mode(&self) -> SPI_DOUT6_MODE_R
Bit 6 - The output signal 6 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_dout7_mode(&self) -> SPI_DOUT7_MODE_R
pub fn spi_dout7_mode(&self) -> SPI_DOUT7_MODE_R
Bit 7 - The output signal 7 is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
sourcepub fn spi_d_dqs_mode(&self) -> SPI_D_DQS_MODE_R
pub fn spi_d_dqs_mode(&self) -> SPI_D_DQS_MODE_R
Bit 8 - The output signal SPI_DQS is delayed by the SPI module clock, 0: output without delayed, 1: output delay for a SPI module clock cycle at its negative edge. Can be configured in CONF state.
Methods from Deref<Target = R<SPI_DOUT_MODE_SPEC>>
Trait Implementations
sourceimpl From<R<SPI_DOUT_MODE_SPEC>> for R
impl From<R<SPI_DOUT_MODE_SPEC>> for R
sourcefn from(reader: R<SPI_DOUT_MODE_SPEC>) -> Self
fn from(reader: R<SPI_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