Struct esp32s3_hal::pac::rtc_i2c::scl_start_period::R
pub struct R(_);
Expand description
Register SCL_START_PERIOD
reader
Implementations§
§impl R
impl R
pub fn scl_start_period(&self) -> FieldReaderRaw<u32, u32>
pub fn scl_start_period(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - time period for SCL to toggle after I2C start is triggered
Methods from Deref<Target = R<SCL_START_PERIOD_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<SCL_START_PERIOD_SPEC>> for R
impl From<R<SCL_START_PERIOD_SPEC>> for R
§fn from(reader: R<SCL_START_PERIOD_SPEC>) -> R
fn from(reader: R<SCL_START_PERIOD_SPEC>) -> R
Converts to this type from the input type.