Home
last modified time | relevance | path

Searched refs:AUX_ANAIF_ADCFIFOSTAT_EMPTY_M (Results 1 – 3 of 3) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_aux_anaif.h321 #define AUX_ANAIF_ADCFIFOSTAT_EMPTY_M 0x00000001 macro
/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daux_adc.h115 #define AUXADC_FIFO_EMPTY_M (AUX_ANAIF_ADCFIFOSTAT_EMPTY_M)
Daux_adc.c213 while (HWREG(AUX_ANAIF_BASE + AUX_ANAIF_O_ADCFIFOSTAT) & AUX_ANAIF_ADCFIFOSTAT_EMPTY_M); in AUXADCReadFifo()