Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dadc.c181 tempCtl &= ~(ADC_CTL2_ENDADD_M | ADC_CTL2_STARTADD_M); in ADCSetMemctlRange()
184 tempCtl |= (start << ADC_CTL2_STARTADD_S) & ADC_CTL2_STARTADD_M; in ADCSetMemctlRange()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_adc.h1674 #define ADC_CTL2_STARTADD_M 0x001F0000U macro