Type Alias esp32s3::i2c0::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 rxfifo_wm_int_clr(&mut self) -> RXFIFO_WM_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 0 - Set this bit to clear I2C_RXFIFO_WM_INT interrupt.

source

pub fn txfifo_wm_int_clr(&mut self) -> TXFIFO_WM_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 1 - Set this bit to clear I2C_TXFIFO_WM_INT interrupt.

source

pub fn rxfifo_ovf_int_clr(&mut self) -> RXFIFO_OVF_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 2 - Set this bit to clear I2C_RXFIFO_OVF_INT interrupt.

source

pub fn end_detect_int_clr(&mut self) -> END_DETECT_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 3 - Set this bit to clear the I2C_END_DETECT_INT interrupt.

source

pub fn byte_trans_done_int_clr( &mut self ) -> BYTE_TRANS_DONE_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 4 - Set this bit to clear the I2C_END_DETECT_INT interrupt.

source

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

Bit 5 - Set this bit to clear the I2C_ARBITRATION_LOST_INT interrupt.

source

pub fn mst_txfifo_udf_int_clr( &mut self ) -> MST_TXFIFO_UDF_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 6 - Set this bit to clear I2C_TRANS_COMPLETE_INT interrupt.

source

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

Bit 7 - Set this bit to clear the I2C_TRANS_COMPLETE_INT interrupt.

source

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

Bit 8 - Set this bit to clear the I2C_TIME_OUT_INT interrupt.

source

pub fn trans_start_int_clr(&mut self) -> TRANS_START_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 9 - Set this bit to clear the I2C_TRANS_START_INT interrupt.

source

pub fn nack_int_clr(&mut self) -> NACK_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 10 - Set this bit to clear I2C_SLAVE_STRETCH_INT interrupt.

source

pub fn txfifo_ovf_int_clr(&mut self) -> TXFIFO_OVF_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 11 - Set this bit to clear I2C_TXFIFO_OVF_INT interrupt.

source

pub fn rxfifo_udf_int_clr(&mut self) -> RXFIFO_UDF_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 12 - Set this bit to clear I2C_RXFIFO_UDF_INT interrupt.

source

pub fn scl_st_to_int_clr(&mut self) -> SCL_ST_TO_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 13 - Set this bit to clear I2C_SCL_ST_TO_INT interrupt.

source

pub fn scl_main_st_to_int_clr( &mut self ) -> SCL_MAIN_ST_TO_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 14 - Set this bit to clear I2C_SCL_MAIN_ST_TO_INT interrupt.

source

pub fn det_start_int_clr(&mut self) -> DET_START_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 15 - Set this bit to clear I2C_DET_START_INT interrupt.

source

pub fn slave_stretch_int_clr( &mut self ) -> SLAVE_STRETCH_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 16 - Set this bit to clear I2C_SLAVE_STRETCH_INT interrupt.

source

pub fn general_call_int_clr( &mut self ) -> GENERAL_CALL_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 17 - Set this bit for I2C_GENARAL_CALL_INT 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