Module int_raw

Source
Expand description

Structs§

INT_RAW_SPEC
You can read this register and get int_raw::R. See API.

Type Aliases§

ARBITRATION_LOST_R
Field ARBITRATION_LOST reader - The raw interrupt status bit for arbitration_lost_int interrupt.when I2C lost the usage right of I2C BUS it will produce arbitration_lost_int interrupt.
END_DETECT_R
Field END_DETECT reader - The raw interrupt status bit for end_detect_int interrupt. when I2C deals with the END command it will produce end_detect_int interrupt.
MASTER_TRAN_COMP_R
Field MASTER_TRAN_COMP reader - The raw interrupt status bit for master_tra_comp_int interrupt. when I2C Master sends or receives a byte it will produce master_tran_comp_int interrupt.
NACK_R
Field NACK reader - The raw interrupt status bit for ack_err_int interrupt. when I2C receives a wrong ACK bit it will produce ack_err_int interrupt..
R
Register INT_RAW reader
RXFIFO_FULL_R
Field RXFIFO_FULL reader - The raw interrupt status bit for rxfifo full when use apb fifo access.
RXFIFO_OVF_R
Field RXFIFO_OVF reader - The raw interrupt status bit for receiving data overflow when use apb fifo access.
RX_REC_FULL_R
Field RX_REC_FULL reader - The raw interrupt status bit for rx_rec_full_int interrupt. when I2C receives more data than nonfifo_rx_thres it will produce rx_rec_full_int interrupt.
SLAVE_TRAN_COMP_R
Field SLAVE_TRAN_COMP reader - The raw interrupt status bit for slave_tran_comp_int interrupt. when I2C Slave detectsthe STOP bit it will produce slave_tran_comp_int interrupt.
TIME_OUT_R
Field TIME_OUT reader - The raw interrupt status bit for time_out_int interrupt. when I2C takes a lot of time to receive a data it will produce time_out_int interrupt.
TRANS_COMPLETE_R
Field TRANS_COMPLETE reader - The raw interrupt status bit for trans_complete_int interrupt. when I2C Master finished STOP command it will produce trans_complete_int interrupt.
TRANS_START_R
Field TRANS_START reader - The raw interrupt status bit for trans_start_int interrupt. when I2C sends the START bit it will produce trans_start_int interrupt.
TXFIFO_EMPTY_R
Field TXFIFO_EMPTY reader - The raw interrupt status bit for txfifo empty when use apb fifo access.
TX_SEND_EMPTY_R
Field TX_SEND_EMPTY reader - The raw interrupt status bit for tx_send_empty_int interrupt.when I2C sends more data than nonfifo_tx_thres it will produce tx_send_empty_int interrupt..