pub struct W(_);Expand description
Register INT_CLR writer
Implementations
sourceimpl W
impl W
sourcepub fn rxfifo_wm_int_clr(&mut self) -> RXFIFO_WM_INT_CLR_W<'_>
pub fn rxfifo_wm_int_clr(&mut self) -> RXFIFO_WM_INT_CLR_W<'_>
Bit 0 - Set this bit to clear I2C_RXFIFO_WM_INT interrupt.
sourcepub fn txfifo_wm_int_clr(&mut self) -> TXFIFO_WM_INT_CLR_W<'_>
pub fn txfifo_wm_int_clr(&mut self) -> TXFIFO_WM_INT_CLR_W<'_>
Bit 1 - Set this bit to clear I2C_TXFIFO_WM_INT interrupt.
sourcepub fn rxfifo_ovf_int_clr(&mut self) -> RXFIFO_OVF_INT_CLR_W<'_>
pub fn rxfifo_ovf_int_clr(&mut self) -> RXFIFO_OVF_INT_CLR_W<'_>
Bit 2 - Set this bit to clear I2C_RXFIFO_OVF_INT interrupt.
sourcepub fn end_detect_int_clr(&mut self) -> END_DETECT_INT_CLR_W<'_>
pub fn end_detect_int_clr(&mut self) -> END_DETECT_INT_CLR_W<'_>
Bit 3 - Set this bit to clear the I2C_END_DETECT_INT interrupt.
sourcepub fn byte_trans_done_int_clr(&mut self) -> BYTE_TRANS_DONE_INT_CLR_W<'_>
pub fn byte_trans_done_int_clr(&mut self) -> BYTE_TRANS_DONE_INT_CLR_W<'_>
Bit 4 - Set this bit to clear the I2C_END_DETECT_INT interrupt.
sourcepub fn arbitration_lost_int_clr(&mut self) -> ARBITRATION_LOST_INT_CLR_W<'_>
pub fn arbitration_lost_int_clr(&mut self) -> ARBITRATION_LOST_INT_CLR_W<'_>
Bit 5 - Set this bit to clear the I2C_ARBITRATION_LOST_INT interrupt.
sourcepub fn mst_txfifo_udf_int_clr(&mut self) -> MST_TXFIFO_UDF_INT_CLR_W<'_>
pub fn mst_txfifo_udf_int_clr(&mut self) -> MST_TXFIFO_UDF_INT_CLR_W<'_>
Bit 6 - Set this bit to clear I2C_TRANS_COMPLETE_INT interrupt.
sourcepub fn trans_complete_int_clr(&mut self) -> TRANS_COMPLETE_INT_CLR_W<'_>
pub fn trans_complete_int_clr(&mut self) -> TRANS_COMPLETE_INT_CLR_W<'_>
Bit 7 - Set this bit to clear the I2C_TRANS_COMPLETE_INT interrupt.
sourcepub fn time_out_int_clr(&mut self) -> TIME_OUT_INT_CLR_W<'_>
pub fn time_out_int_clr(&mut self) -> TIME_OUT_INT_CLR_W<'_>
Bit 8 - Set this bit to clear the I2C_TIME_OUT_INT interrupt.
sourcepub fn trans_start_int_clr(&mut self) -> TRANS_START_INT_CLR_W<'_>
pub fn trans_start_int_clr(&mut self) -> TRANS_START_INT_CLR_W<'_>
Bit 9 - Set this bit to clear the I2C_TRANS_START_INT interrupt.
sourcepub fn nack_int_clr(&mut self) -> NACK_INT_CLR_W<'_>
pub fn nack_int_clr(&mut self) -> NACK_INT_CLR_W<'_>
Bit 10 - Set this bit to clear I2C_SLAVE_STRETCH_INT interrupt.
sourcepub fn txfifo_ovf_int_clr(&mut self) -> TXFIFO_OVF_INT_CLR_W<'_>
pub fn txfifo_ovf_int_clr(&mut self) -> TXFIFO_OVF_INT_CLR_W<'_>
Bit 11 - Set this bit to clear I2C_TXFIFO_OVF_INT interrupt.
sourcepub fn rxfifo_udf_int_clr(&mut self) -> RXFIFO_UDF_INT_CLR_W<'_>
pub fn rxfifo_udf_int_clr(&mut self) -> RXFIFO_UDF_INT_CLR_W<'_>
Bit 12 - Set this bit to clear I2C_RXFIFO_UDF_INT interrupt.
sourcepub fn scl_st_to_int_clr(&mut self) -> SCL_ST_TO_INT_CLR_W<'_>
pub fn scl_st_to_int_clr(&mut self) -> SCL_ST_TO_INT_CLR_W<'_>
Bit 13 - Set this bit to clear I2C_SCL_ST_TO_INT interrupt.
sourcepub fn scl_main_st_to_int_clr(&mut self) -> SCL_MAIN_ST_TO_INT_CLR_W<'_>
pub fn scl_main_st_to_int_clr(&mut self) -> SCL_MAIN_ST_TO_INT_CLR_W<'_>
Bit 14 - Set this bit to clear I2C_SCL_MAIN_ST_TO_INT interrupt.
sourcepub fn det_start_int_clr(&mut self) -> DET_START_INT_CLR_W<'_>
pub fn det_start_int_clr(&mut self) -> DET_START_INT_CLR_W<'_>
Bit 15 - Set this bit to clear I2C_DET_START_INT interrupt.
sourcepub fn slave_stretch_int_clr(&mut self) -> SLAVE_STRETCH_INT_CLR_W<'_>
pub fn slave_stretch_int_clr(&mut self) -> SLAVE_STRETCH_INT_CLR_W<'_>
Bit 16 - Set this bit to clear I2C_SLAVE_STRETCH_INT interrupt.
sourcepub fn general_call_int_clr(&mut self) -> GENERAL_CALL_INT_CLR_W<'_>
pub fn general_call_int_clr(&mut self) -> GENERAL_CALL_INT_CLR_W<'_>
Bit 17 - Set this bit for I2C_GENARAL_CALL_INT interrupt.
Methods from Deref<Target = W<INT_CLR_SPEC>>
Trait Implementations
sourceimpl From<W<INT_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
sourcefn from(writer: W<INT_CLR_SPEC>) -> Self
fn from(writer: W<INT_CLR_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