Struct esp32c2_hal::pac::i2c0::scl_low_period::R
pub struct R(_);
Expand description
Register SCL_LOW_PERIOD
reader
Implementations§
§impl R
impl R
pub fn scl_low_period(&self) -> FieldReaderRaw<u16, u16>
pub fn scl_low_period(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - This register is used to configure for how long SCL remains low in master mode, in I2C module clock cycles.
Methods from Deref<Target = R<SCL_LOW_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_LOW_PERIOD_SPEC>> for R
impl From<R<SCL_LOW_PERIOD_SPEC>> for R
§fn from(reader: R<SCL_LOW_PERIOD_SPEC>) -> R
fn from(reader: R<SCL_LOW_PERIOD_SPEC>) -> R
Converts to this type from the input type.