1.2.2.31 1.9.1.31 ADC_FIFO_CORID_GET Macro
C
#define ADC_FIFO_CORID_GET(fifo_data) ((fifo_data & ADC_PFFDATA_PFFCORID_Msk) >> ADC_PFFDATA_PFFCORID_Pos)
Summary
Returns the ADC core id in the ADC FIFO data
Description
This macro take the FIFO data as input and return the core ID from the ADC FIFO data
Remarks
None.