Home
last modified time | relevance | path

Searched refs:INT_ADCCH0 (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/inc/
Dhw_ints.h70 #define INT_ADCCH0 30 // ADC Sequence 0 macro
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/
Dadc.c173 ulIntNo = (ulChannel == ADC_CH_0)? INT_ADCCH0 : in ADCIntRegister()
217 ulIntNo = (ulChannel == ADC_CH_0)? INT_ADCCH0 : in ADCIntUnregister()