ADC Interrupts Definition
- group ADC_Interrupts_Definition
Defines
-
ADC_INT_FIFO_RD_REQ
ADC GDMA request interrupt. When FIFO data level achieve the GDMA threshold level (ADC_WaterLevel), this interrupt is triggered.
-
ADC_INT_FIFO_RD_ERR
ADC FIFO read error interrupt. When read the empty FIFO, this interrupt is triggered.
-
ADC_INT_FIFO_THD
ADC FIFO threshold interrupt. When FIFO data number is more than or equal to the threshold level (ADC_FifoThdLevel), this interrupt is triggered.
-
ADC_INT_FIFO_OVERFLOW
ADC FIFO overflow interrupt. When FIFO overflow, this interrupt is triggered.
-
ADC_INT_ONE_SHOT_DONE
ADC one shot mode done interrupt. When ADC conversion done, this interrupt is triggered.
-
IS_ADC_INT(INT)
Check if the input parameter is valid.
-
ADC_INT_FIFO_RD_REQ