Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dadc.c168 unsigned long ulIntNo; in ADCIntRegister() local
173 ulIntNo = (ulChannel == ADC_CH_0)? INT_ADCCH0 : in ADCIntRegister()
180 IntRegister(ulIntNo,pfnHandler); in ADCIntRegister()
185 IntEnable(ulIntNo); in ADCIntRegister()
212 unsigned long ulIntNo; in ADCIntUnregister() local
217 ulIntNo = (ulChannel == ADC_CH_0)? INT_ADCCH0 : in ADCIntUnregister()
224 IntDisable(ulIntNo); in ADCIntUnregister()
229 IntUnregister(ulIntNo); in ADCIntUnregister()