pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn slave_tran_comp_int_clr(&mut self) -> SLAVE_TRAN_COMP_INT_CLR_W<'_>
pub fn slave_tran_comp_int_clr(&mut self) -> SLAVE_TRAN_COMP_INT_CLR_W<'_>
Bit 0 - RTC_I2C_SLAVE_TRAN_COMP_INT interrupt clear bit
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 1 - RTC_I2C_ARBITRATION_LOST_INT interrupt clear bit
sourcepub fn master_tran_comp_int_clr(&mut self) -> MASTER_TRAN_COMP_INT_CLR_W<'_>
pub fn master_tran_comp_int_clr(&mut self) -> MASTER_TRAN_COMP_INT_CLR_W<'_>
Bit 2 - RTC_I2C_MASTER_TRAN_COMP_INT interrupt clear bit
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 3 - RTC_I2C_TRANS_COMPLETE_INT interrupt clear bit
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 4 - RTC_I2C_TIME_OUT_INT interrupt clear bit
sourcepub fn ack_err_int_clr(&mut self) -> ACK_ERR_INT_CLR_W<'_>
pub fn ack_err_int_clr(&mut self) -> ACK_ERR_INT_CLR_W<'_>
Bit 5 - RTC_I2C_ACK_ERR_INT interrupt clear bit
sourcepub fn rx_data_int_clr(&mut self) -> RX_DATA_INT_CLR_W<'_>
pub fn rx_data_int_clr(&mut self) -> RX_DATA_INT_CLR_W<'_>
Bit 6 - RTC_I2C_RX_DATA_INT interrupt clear bit
sourcepub fn tx_data_int_clr(&mut self) -> TX_DATA_INT_CLR_W<'_>
pub fn tx_data_int_clr(&mut self) -> TX_DATA_INT_CLR_W<'_>
Bit 7 - RTC_I2C_TX_DATA_INT interrupt clear bit
sourcepub fn detect_start_int_clr(&mut self) -> DETECT_START_INT_CLR_W<'_>
pub fn detect_start_int_clr(&mut self) -> DETECT_START_INT_CLR_W<'_>
Bit 8 - RTC_I2C_DETECT_START_INT interrupt clear bit
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