Struct esp32s3_hal::pac::spi1::timing_cali::R
pub struct R(_);
Expand description
Register TIMING_CALI
reader
Implementations§
§impl R
impl R
pub fn timing_cali(&self) -> BitReaderRaw<bool>
pub fn timing_cali(&self) -> BitReaderRaw<bool>
Bit 1 - Set this bit to add extra SPI_CLK cycles in DUMMY phase for all reading operations.
pub fn extra_dummy_cyclelen(&self) -> FieldReaderRaw<u8, u8>
pub fn extra_dummy_cyclelen(&self) -> FieldReaderRaw<u8, u8>
Bits 2:4 - Extra SPI_CLK cycles added in DUMMY phase for timing compensation. Active when SPI_MEM_TIMING_CALI bit is set.
Methods from Deref<Target = R<TIMING_CALI_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<TIMING_CALI_SPEC>> for R
impl From<R<TIMING_CALI_SPEC>> for R
§fn from(reader: R<TIMING_CALI_SPEC>) -> R
fn from(reader: R<TIMING_CALI_SPEC>) -> R
Converts to this type from the input type.