Struct esp32c2_hal::pac::i2c0::scl_st_time_out::R
pub struct R(_);
Expand description
Register SCL_ST_TIME_OUT
reader
Implementations§
§impl R
impl R
pub fn scl_st_to_i2c(&self) -> FieldReaderRaw<u8, u8>
pub fn scl_st_to_i2c(&self) -> FieldReaderRaw<u8, u8>
Bits 0:4 - The threshold value of SCL_FSM state unchanged period. It should be o more than 23
Methods from Deref<Target = R<SCL_ST_TIME_OUT_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_ST_TIME_OUT_SPEC>> for R
impl From<R<SCL_ST_TIME_OUT_SPEC>> for R
§fn from(reader: R<SCL_ST_TIME_OUT_SPEC>) -> R
fn from(reader: R<SCL_ST_TIME_OUT_SPEC>) -> R
Converts to this type from the input type.