Struct esp32s3_hal::pac::rtc_i2c::status::R
pub struct R(_);
Expand description
Register STATUS
reader
Implementations§
§impl R
impl R
pub fn slave_addressed(&self) -> BitReaderRaw<bool>
pub fn slave_addressed(&self) -> BitReaderRaw<bool>
Bit 4 - slave reg sub address
pub fn byte_trans(&self) -> BitReaderRaw<bool>
pub fn byte_trans(&self) -> BitReaderRaw<bool>
Bit 5 - One byte transit done
pub fn scl_main_state_last(&self) -> FieldReaderRaw<u8, u8>
pub fn scl_main_state_last(&self) -> FieldReaderRaw<u8, u8>
Bits 24:26 - i2c last main status
pub fn scl_state_last(&self) -> FieldReaderRaw<u8, u8>
pub fn scl_state_last(&self) -> FieldReaderRaw<u8, u8>
Bits 28:30 - scl last status
Methods from Deref<Target = R<STATUS_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<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
§fn from(reader: R<STATUS_SPEC>) -> R
fn from(reader: R<STATUS_SPEC>) -> R
Converts to this type from the input type.