Struct esp32c3_hal::pac::i2c0::int_status::R
pub struct R(_);
Expand description
Register INT_STATUS
reader
Implementations
impl R
impl R
pub fn rxfifo_wm_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_wm_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - reg_rxfifo_wm_int_st
pub fn txfifo_wm_int_st(&self) -> BitReaderRaw<bool>
pub fn txfifo_wm_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - reg_txfifo_wm_int_st
pub fn rxfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - reg_rxfifo_ovf_int_st
pub fn end_detect_int_st(&self) -> BitReaderRaw<bool>
pub fn end_detect_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - reg_end_detect_int_st
pub fn byte_trans_done_int_st(&self) -> BitReaderRaw<bool>
pub fn byte_trans_done_int_st(&self) -> BitReaderRaw<bool>
Bit 4 - reg_byte_trans_done_int_st
pub fn arbitration_lost_int_st(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_st(&self) -> BitReaderRaw<bool>
Bit 5 - reg_arbitration_lost_int_st
pub fn mst_txfifo_udf_int_st(&self) -> BitReaderRaw<bool>
pub fn mst_txfifo_udf_int_st(&self) -> BitReaderRaw<bool>
Bit 6 - reg_mst_txfifo_udf_int_st
pub fn trans_complete_int_st(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_st(&self) -> BitReaderRaw<bool>
Bit 7 - reg_trans_complete_int_st
pub fn time_out_int_st(&self) -> BitReaderRaw<bool>
pub fn time_out_int_st(&self) -> BitReaderRaw<bool>
Bit 8 - reg_time_out_int_st
pub fn trans_start_int_st(&self) -> BitReaderRaw<bool>
pub fn trans_start_int_st(&self) -> BitReaderRaw<bool>
Bit 9 - reg_trans_start_int_st
pub fn nack_int_st(&self) -> BitReaderRaw<bool>
pub fn nack_int_st(&self) -> BitReaderRaw<bool>
Bit 10 - reg_nack_int_st
pub fn txfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
pub fn txfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
Bit 11 - reg_txfifo_ovf_int_st
pub fn rxfifo_udf_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_udf_int_st(&self) -> BitReaderRaw<bool>
Bit 12 - reg_rxfifo_udf_int_st
pub fn scl_st_to_int_st(&self) -> BitReaderRaw<bool>
pub fn scl_st_to_int_st(&self) -> BitReaderRaw<bool>
Bit 13 - reg_scl_st_to_int_st
pub fn scl_main_st_to_int_st(&self) -> BitReaderRaw<bool>
pub fn scl_main_st_to_int_st(&self) -> BitReaderRaw<bool>
Bit 14 - reg_scl_main_st_to_int_st
pub fn det_start_int_st(&self) -> BitReaderRaw<bool>
pub fn det_start_int_st(&self) -> BitReaderRaw<bool>
Bit 15 - reg_det_start_int_st
pub fn slave_stretch_int_st(&self) -> BitReaderRaw<bool>
pub fn slave_stretch_int_st(&self) -> BitReaderRaw<bool>
Bit 16 - reg_slave_stretch_int_st
pub fn general_call_int_st(&self) -> BitReaderRaw<bool>
pub fn general_call_int_st(&self) -> BitReaderRaw<bool>
Bit 17 - reg_general_call_int_st
Methods from Deref<Target = R<INT_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<INT_STATUS_SPEC>> for R
impl From<R<INT_STATUS_SPEC>> for R
fn from(reader: R<INT_STATUS_SPEC>) -> R
fn from(reader: R<INT_STATUS_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more