Type Alias R

Source
pub type R = R<INT_RAW_SPEC>;
Expand description

Register INT_RAW reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rxfifo_wm(&self) -> RXFIFO_WM_R

Bit 0 - The raw interrupt bit for I2C_RXFIFO_WM_INT interrupt.

Source

pub fn txfifo_wm(&self) -> TXFIFO_WM_R

Bit 1 - The raw interrupt bit for I2C_TXFIFO_WM_INT interrupt.

Source

pub fn rxfifo_ovf(&self) -> RXFIFO_OVF_R

Bit 2 - The raw interrupt bit for I2C_RXFIFO_OVF_INT interrupt.

Source

pub fn end_detect(&self) -> END_DETECT_R

Bit 3 - The raw interrupt bit for the I2C_END_DETECT_INT interrupt.

Source

pub fn byte_trans_done(&self) -> BYTE_TRANS_DONE_R

Bit 4 - The raw interrupt bit for the I2C_END_DETECT_INT interrupt.

Source

pub fn arbitration_lost(&self) -> ARBITRATION_LOST_R

Bit 5 - The raw interrupt bit for the I2C_ARBITRATION_LOST_INT interrupt.

Source

pub fn mst_txfifo_udf(&self) -> MST_TXFIFO_UDF_R

Bit 6 - The raw interrupt bit for I2C_TRANS_COMPLETE_INT interrupt.

Source

pub fn trans_complete(&self) -> TRANS_COMPLETE_R

Bit 7 - The raw interrupt bit for the I2C_TRANS_COMPLETE_INT interrupt.

Source

pub fn time_out(&self) -> TIME_OUT_R

Bit 8 - The raw interrupt bit for the I2C_TIME_OUT_INT interrupt.

Source

pub fn trans_start(&self) -> TRANS_START_R

Bit 9 - The raw interrupt bit for the I2C_TRANS_START_INT interrupt.

Source

pub fn nack(&self) -> NACK_R

Bit 10 - The raw interrupt bit for I2C_SLAVE_STRETCH_INT interrupt.

Source

pub fn txfifo_ovf(&self) -> TXFIFO_OVF_R

Bit 11 - The raw interrupt bit for I2C_TXFIFO_OVF_INT interrupt.

Source

pub fn rxfifo_udf(&self) -> RXFIFO_UDF_R

Bit 12 - The raw interrupt bit for I2C_RXFIFO_UDF_INT interrupt.

Source

pub fn scl_st_to(&self) -> SCL_ST_TO_R

Bit 13 - The raw interrupt bit for I2C_SCL_ST_TO_INT interrupt.

Source

pub fn scl_main_st_to(&self) -> SCL_MAIN_ST_TO_R

Bit 14 - The raw interrupt bit for I2C_SCL_MAIN_ST_TO_INT interrupt.

Source

pub fn det_start(&self) -> DET_START_R

Bit 15 - The raw interrupt bit for I2C_DET_START_INT interrupt.