1.2.2.34 ADC_FIFO_CNT_GET Macro

C

#define ADC_FIFO_CNT_GET(fifo_data)				((fifo_data & ADC_PFFDATA_PFFCNT_Msk) >> ADC_PFFDATA_PFFCNT_Pos)

Summary

Returns the current number of entries present in the ADC FIFO

Description

This macro take the FIFO data as input and returns current number of entries present in the ADC FIFO

Remarks

None.