pub struct W(_);
Expand description
Register SPI_DOUT_MODE
writer
Implementations
sourceimpl W
impl W
sourcepub fn spi_dout0_mode(&mut self) -> SPI_DOUT0_MODE_W<'_, 0>
pub fn spi_dout0_mode(&mut self) -> SPI_DOUT0_MODE_W<'_, 0>
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(&mut self) -> SPI_DOUT1_MODE_W<'_, 1>
pub fn spi_dout1_mode(&mut self) -> SPI_DOUT1_MODE_W<'_, 1>
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(&mut self) -> SPI_DOUT2_MODE_W<'_, 2>
pub fn spi_dout2_mode(&mut self) -> SPI_DOUT2_MODE_W<'_, 2>
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(&mut self) -> SPI_DOUT3_MODE_W<'_, 3>
pub fn spi_dout3_mode(&mut self) -> SPI_DOUT3_MODE_W<'_, 3>
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(&mut self) -> SPI_DOUT4_MODE_W<'_, 4>
pub fn spi_dout4_mode(&mut self) -> SPI_DOUT4_MODE_W<'_, 4>
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(&mut self) -> SPI_DOUT5_MODE_W<'_, 5>
pub fn spi_dout5_mode(&mut self) -> SPI_DOUT5_MODE_W<'_, 5>
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(&mut self) -> SPI_DOUT6_MODE_W<'_, 6>
pub fn spi_dout6_mode(&mut self) -> SPI_DOUT6_MODE_W<'_, 6>
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(&mut self) -> SPI_DOUT7_MODE_W<'_, 7>
pub fn spi_dout7_mode(&mut self) -> SPI_DOUT7_MODE_W<'_, 7>
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(&mut self) -> SPI_D_DQS_MODE_W<'_, 8>
pub fn spi_d_dqs_mode(&mut self) -> SPI_D_DQS_MODE_W<'_, 8>
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 = W<SPI_DOUT_MODE_SPEC>>
Trait Implementations
sourceimpl From<W<SPI_DOUT_MODE_SPEC>> for W
impl From<W<SPI_DOUT_MODE_SPEC>> for W
sourcefn from(writer: W<SPI_DOUT_MODE_SPEC>) -> Self
fn from(writer: W<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