Struct esp32_hal::pac::rtc_i2c::scl_high_period::R
pub struct R(_);
Expand description
Register SCL_HIGH_PERIOD
reader
Implementations§
§impl R
impl R
pub fn scl_high_period(&self) -> FieldReaderRaw<u32, u32>
pub fn scl_high_period(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - Number of FAST_CLK cycles for SCL to be high
Methods from Deref<Target = R<SCL_HIGH_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_HIGH_PERIOD_SPEC>> for R
impl From<R<SCL_HIGH_PERIOD_SPEC>> for R
§fn from(reader: R<SCL_HIGH_PERIOD_SPEC>) -> R
fn from(reader: R<SCL_HIGH_PERIOD_SPEC>) -> R
Converts to this type from the input type.