Searched refs:ulChannel (Results 1 – 3 of 3) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/ |
| D | adc.c | 107 void ADCChannelEnable(unsigned long ulBase, unsigned long ulChannel) in ADCChannelEnable() argument 111 ulCh = (ulChannel == ADC_CH_0)? 0x02 : in ADCChannelEnable() 112 (ulChannel == ADC_CH_1)? 0x04 : in ADCChannelEnable() 113 (ulChannel == ADC_CH_2)? 0x08 : 0x10; in ADCChannelEnable() 130 void ADCChannelDisable(unsigned long ulBase, unsigned long ulChannel) in ADCChannelDisable() argument 134 ulCh = (ulChannel == ADC_CH_0)? 0x02 : in ADCChannelDisable() 135 (ulChannel == ADC_CH_1)? 0x04 : in ADCChannelDisable() 136 (ulChannel == ADC_CH_2)? 0x08 : 0x10; in ADCChannelDisable() 165 void ADCIntRegister(unsigned long ulBase, unsigned long ulChannel, in ADCIntRegister() argument 173 ulIntNo = (ulChannel == ADC_CH_0)? INT_ADCCH0 : in ADCIntRegister() [all …]
|
| D | adc.h | 84 extern void ADCChannelEnable(unsigned long ulBase,unsigned long ulChannel); 85 extern void ADCChannelDisable(unsigned long ulBase,unsigned long ulChannel); 86 extern void ADCIntRegister(unsigned long ulBase, unsigned long ulChannel, 88 extern void ADCIntUnregister(unsigned long ulBase, unsigned long ulChannel); 89 extern void ADCIntEnable(unsigned long ulBase, unsigned long ulChannel, 91 extern void ADCIntDisable(unsigned long ulBase, unsigned long ulChannel, 93 extern unsigned long ADCIntStatus(unsigned long ulBase,unsigned long ulChannel); 94 extern void ADCIntClear(unsigned long ulBase, unsigned long ulChannel, 96 extern void ADCDMAEnable(unsigned long ulBase, unsigned long ulChannel); 97 extern void ADCDMADisable(unsigned long ulBase, unsigned long ulChannel); [all …]
|
| D | rom.h | 2644 unsigned long ulChannel))ROM_ADCTABLE[2]) 2650 unsigned long ulChannel))ROM_ADCTABLE[3]) 2656 unsigned long ulChannel, \ 2663 unsigned long ulChannel))ROM_ADCTABLE[5]) 2669 unsigned long ulChannel, \ 2676 unsigned long ulChannel, \ 2683 unsigned long ulChannel))ROM_ADCTABLE[8]) 2689 unsigned long ulChannel, \ 2696 unsigned long ulChannel))ROM_ADCTABLE[10]) 2702 unsigned long ulChannel))ROM_ADCTABLE[11]) [all …]
|