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 - The interrupt enable bit for I2C_RXFIFO_WM_INT interrupt.
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 - The interrupt enable bit for I2C_TXFIFO_WM_INT interrupt.
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 - The interrupt enable bit for I2C_RXFIFO_OVF_INT interrupt.
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 - The interrupt enable bit for the I2C_END_DETECT_INT interrupt.
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 - The interrupt enable bit for the I2C_END_DETECT_INT interrupt.
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 - The interrupt enable bit for the I2C_ARBITRATION_LOST_INT interrupt.
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 - The interrupt enable bit for I2C_TRANS_COMPLETE_INT interrupt.
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 - The interrupt enable bit for the I2C_TRANS_COMPLETE_INT interrupt.
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 - The interrupt enable bit for the I2C_TIME_OUT_INT interrupt.
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 - The interrupt enable bit for the I2C_TRANS_START_INT interrupt.
sourcepub fn nack_int_ena(&self) -> NACK_INT_ENA_R
pub fn nack_int_ena(&self) -> NACK_INT_ENA_R
Bit 10 - The interrupt enable bit for I2C_SLAVE_STRETCH_INT interrupt.
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 - The interrupt enable bit for I2C_TXFIFO_OVF_INT interrupt.
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 - The interrupt enable bit for I2C_RXFIFO_UDF_INT interrupt.
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 - The interrupt enable bit for I2C_SCL_ST_TO_INT interrupt.
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 - The interrupt enable bit for I2C_SCL_MAIN_ST_TO_INT interrupt.
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 - The interrupt enable bit for I2C_DET_START_INT interrupt.
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