Struct esp32s3_hal::pac::rtc_i2c::int_st::R
pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
§impl R
impl R
pub fn slave_tran_comp_int_st(&self) -> BitReaderRaw<bool>
pub fn slave_tran_comp_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - slave transit complete interrupt state
pub fn arbitration_lost_int_st(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - arbitration lost interrupt state
pub fn master_tran_comp_int_st(&self) -> BitReaderRaw<bool>
pub fn master_tran_comp_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - master transit complete interrupt state
pub fn trans_complete_int_st(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - transit complete interrupt state
pub fn time_out_int_st(&self) -> BitReaderRaw<bool>
pub fn time_out_int_st(&self) -> BitReaderRaw<bool>
Bit 4 - time out interrupt state
pub fn ack_err_int_st(&self) -> BitReaderRaw<bool>
pub fn ack_err_int_st(&self) -> BitReaderRaw<bool>
Bit 5 - ack error interrupt state
pub fn rx_data_int_st(&self) -> BitReaderRaw<bool>
pub fn rx_data_int_st(&self) -> BitReaderRaw<bool>
Bit 6 - receive data interrupt state
pub fn tx_data_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_data_int_st(&self) -> BitReaderRaw<bool>
Bit 7 - transit data interrupt state
pub fn detect_start_int_st(&self) -> BitReaderRaw<bool>
pub fn detect_start_int_st(&self) -> BitReaderRaw<bool>
Bit 8 - detect start interrupt state
Methods from Deref<Target = R<INT_ST_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<INT_ST_SPEC>> for R
impl From<R<INT_ST_SPEC>> for R
§fn from(reader: R<INT_ST_SPEC>) -> R
fn from(reader: R<INT_ST_SPEC>) -> R
Converts to this type from the input type.