Struct esp32s3_hal::pac::rtc_i2c::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn slave_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
pub fn slave_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - enable slave transit complete interrupt
pub fn arbitration_lost_int_ena(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - enable arbitration lost interrupt
pub fn master_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
pub fn master_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - enable master transit complete interrupt
pub fn trans_complete_int_ena(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - enable transit complete interrupt
pub fn time_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn time_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - enable time out interrupt
pub fn ack_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn ack_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - enable eack error interrupt
pub fn rx_data_int_ena(&self) -> BitReaderRaw<bool>
pub fn rx_data_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - enable receive data interrupt
pub fn tx_data_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_data_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - enable transit data interrupt
pub fn detect_start_int_ena(&self) -> BitReaderRaw<bool>
pub fn detect_start_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - enable detect start interrupt
Methods from Deref<Target = R<INT_ENA_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_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
§fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.