Type Alias esp32s3::rtc_i2c::int_clr::W

source ·
pub type W = W<INT_CLR_SPEC>;
Expand description

Register INT_CLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn slave_tran_comp_int_clr( &mut self ) -> SLAVE_TRAN_COMP_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 0 - clear slave transit complete interrupt

source

pub fn arbitration_lost_int_clr( &mut self ) -> ARBITRATION_LOST_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 1 - clear arbitration lost interrupt

source

pub fn master_tran_comp_int_clr( &mut self ) -> MASTER_TRAN_COMP_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 2 - clear master transit complete interrupt

source

pub fn trans_complete_int_clr( &mut self ) -> TRANS_COMPLETE_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 3 - clear transit complete interrupt

source

pub fn time_out_int_clr(&mut self) -> TIME_OUT_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 4 - clear time out interrupt

source

pub fn ack_err_int_clr(&mut self) -> ACK_ERR_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 5 - clear ack error interrupt

source

pub fn rx_data_int_clr(&mut self) -> RX_DATA_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 6 - clear receive data interrupt

source

pub fn tx_data_int_clr(&mut self) -> TX_DATA_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 7 - clear transit load data complete interrupt

source

pub fn detect_start_int_clr( &mut self ) -> DETECT_START_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 8 - clear detect start interrupt

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual