Struct esp32s3_hal::pac::spi0::date::R
pub struct R(_);
Expand description
Register DATE
reader
Implementations§
§impl R
impl R
pub fn spi_smem_spiclk_fun_drv(&self) -> FieldReaderRaw<u8, u8>
pub fn spi_smem_spiclk_fun_drv(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - The driver of SPI_CLK PAD is controlled by the bits SPI_SMEM_SPICLK_FUN_DRV[1:0] when the bit SPI_SPICLK_PAD_DRV_CTL_EN is set and MSPI accesses to external RAM.
pub fn spi_fmem_spiclk_fun_drv(&self) -> FieldReaderRaw<u8, u8>
pub fn spi_fmem_spiclk_fun_drv(&self) -> FieldReaderRaw<u8, u8>
Bits 2:3 - The driver of SPI_CLK PAD is controlled by the bits SPI_FMEM_SPICLK_FUN_DRV[1:0] when the bit SPI_SPICLK_PAD_DRV_CTL_EN is set and MSPI accesses to flash.
pub fn spi_spiclk_pad_drv_ctl_en(&self) -> BitReaderRaw<bool>
pub fn spi_spiclk_pad_drv_ctl_en(&self) -> BitReaderRaw<bool>
Bit 4 - SPI_CLK PAD driver control signal. 1: The driver of SPI_CLK PAD is controlled by the bits SPI_FMEM_SPICLK_FUN_DRV[1:0] and SPI_SMEM_SPICLK_FUN_DRV[1:0]. 0: The driver of SPI_CLK PAD is controlled by the bits IO_MUX_FUNC_DRV[1:0] of SPICLK PAD.
Methods from Deref<Target = R<DATE_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.