Struct esp32s3_hal::pac::spi0::dout_mode::R
pub struct R(_);
Expand description
Register DOUT_MODE
reader
Implementations§
§impl R
impl R
pub fn dout0_mode(&self) -> BitReaderRaw<bool>
pub fn dout0_mode(&self) -> BitReaderRaw<bool>
Bit 0 - SPI_D output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout1_mode(&self) -> BitReaderRaw<bool>
pub fn dout1_mode(&self) -> BitReaderRaw<bool>
Bit 1 - SPI_Q output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout2_mode(&self) -> BitReaderRaw<bool>
pub fn dout2_mode(&self) -> BitReaderRaw<bool>
Bit 2 - SPI_WP output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout3_mode(&self) -> BitReaderRaw<bool>
pub fn dout3_mode(&self) -> BitReaderRaw<bool>
Bit 3 - SPI_HD output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout4_mode(&self) -> BitReaderRaw<bool>
pub fn dout4_mode(&self) -> BitReaderRaw<bool>
Bit 4 - SPI_IO4 output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout5_mode(&self) -> BitReaderRaw<bool>
pub fn dout5_mode(&self) -> BitReaderRaw<bool>
Bit 5 - SPI_IO5 output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout6_mode(&self) -> BitReaderRaw<bool>
pub fn dout6_mode(&self) -> BitReaderRaw<bool>
Bit 6 - SPI_IO6 output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn dout7_mode(&self) -> BitReaderRaw<bool>
pub fn dout7_mode(&self) -> BitReaderRaw<bool>
Bit 7 - SPI_IO7 output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
pub fn douts_mode(&self) -> BitReaderRaw<bool>
pub fn douts_mode(&self) -> BitReaderRaw<bool>
Bit 8 - SPI_DQS output delay mode. 0: No delay. 1: Delay one cycle at MSPI_CORE_CLK negative edge.
Methods from Deref<Target = R<DOUT_MODE_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.