pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn rxfifo_wm_int_ena(&self) -> RXFIFO_WM_INT_ENA_R
pub fn rxfifo_wm_int_ena(&self) -> RXFIFO_WM_INT_ENA_R
Bit 0 - reg_rxfifo_wm_int_ena
sourcepub fn txfifo_wm_int_ena(&self) -> TXFIFO_WM_INT_ENA_R
pub fn txfifo_wm_int_ena(&self) -> TXFIFO_WM_INT_ENA_R
Bit 1 - reg_txfifo_wm_int_ena
sourcepub fn rxfifo_ovf_int_ena(&self) -> RXFIFO_OVF_INT_ENA_R
pub fn rxfifo_ovf_int_ena(&self) -> RXFIFO_OVF_INT_ENA_R
Bit 2 - reg_rxfifo_ovf_int_ena
sourcepub fn end_detect_int_ena(&self) -> END_DETECT_INT_ENA_R
pub fn end_detect_int_ena(&self) -> END_DETECT_INT_ENA_R
Bit 3 - reg_end_detect_int_ena
sourcepub fn byte_trans_done_int_ena(&self) -> BYTE_TRANS_DONE_INT_ENA_R
pub fn byte_trans_done_int_ena(&self) -> BYTE_TRANS_DONE_INT_ENA_R
Bit 4 - reg_byte_trans_done_int_ena
sourcepub fn arbitration_lost_int_ena(&self) -> ARBITRATION_LOST_INT_ENA_R
pub fn arbitration_lost_int_ena(&self) -> ARBITRATION_LOST_INT_ENA_R
Bit 5 - reg_arbitration_lost_int_ena
sourcepub fn mst_txfifo_udf_int_ena(&self) -> MST_TXFIFO_UDF_INT_ENA_R
pub fn mst_txfifo_udf_int_ena(&self) -> MST_TXFIFO_UDF_INT_ENA_R
Bit 6 - reg_mst_txfifo_udf_int_ena
sourcepub fn trans_complete_int_ena(&self) -> TRANS_COMPLETE_INT_ENA_R
pub fn trans_complete_int_ena(&self) -> TRANS_COMPLETE_INT_ENA_R
Bit 7 - reg_trans_complete_int_ena
sourcepub fn time_out_int_ena(&self) -> TIME_OUT_INT_ENA_R
pub fn time_out_int_ena(&self) -> TIME_OUT_INT_ENA_R
Bit 8 - reg_time_out_int_ena
sourcepub fn trans_start_int_ena(&self) -> TRANS_START_INT_ENA_R
pub fn trans_start_int_ena(&self) -> TRANS_START_INT_ENA_R
Bit 9 - reg_trans_start_int_ena
sourcepub fn nack_int_ena(&self) -> NACK_INT_ENA_R
pub fn nack_int_ena(&self) -> NACK_INT_ENA_R
Bit 10 - reg_nack_int_ena
sourcepub fn txfifo_ovf_int_ena(&self) -> TXFIFO_OVF_INT_ENA_R
pub fn txfifo_ovf_int_ena(&self) -> TXFIFO_OVF_INT_ENA_R
Bit 11 - reg_txfifo_ovf_int_ena
sourcepub fn rxfifo_udf_int_ena(&self) -> RXFIFO_UDF_INT_ENA_R
pub fn rxfifo_udf_int_ena(&self) -> RXFIFO_UDF_INT_ENA_R
Bit 12 - reg_rxfifo_udf_int_ena
sourcepub fn scl_st_to_int_ena(&self) -> SCL_ST_TO_INT_ENA_R
pub fn scl_st_to_int_ena(&self) -> SCL_ST_TO_INT_ENA_R
Bit 13 - reg_scl_st_to_int_ena
sourcepub fn scl_main_st_to_int_ena(&self) -> SCL_MAIN_ST_TO_INT_ENA_R
pub fn scl_main_st_to_int_ena(&self) -> SCL_MAIN_ST_TO_INT_ENA_R
Bit 14 - reg_scl_main_st_to_int_ena
sourcepub fn det_start_int_ena(&self) -> DET_START_INT_ENA_R
pub fn det_start_int_ena(&self) -> DET_START_INT_ENA_R
Bit 15 - reg_det_start_int_ena
sourcepub fn slave_stretch_int_ena(&self) -> SLAVE_STRETCH_INT_ENA_R
pub fn slave_stretch_int_ena(&self) -> SLAVE_STRETCH_INT_ENA_R
Bit 16 - reg_slave_stretch_int_ena
sourcepub fn general_call_int_ena(&self) -> GENERAL_CALL_INT_ENA_R
pub fn general_call_int_ena(&self) -> GENERAL_CALL_INT_ENA_R
Bit 17 - reg_general_call_int_ena
Methods from Deref<Target = R<INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
sourcefn from(reader: R<INT_ENA_SPEC>) -> Self
fn from(reader: R<INT_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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