Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dadc_noise.c58 #define ADC_NOISE_SAMPLE_PTR ((uint32_t *)ADC_NOISE_SAMPLE_MEM) macro
155 adcCmd->output = ADC_NOISE_SAMPLE_PTR; in RCL_Handler_ADC_Noise_getNoise()
160 … memcpy(adcCmd->output, ADC_NOISE_SAMPLE_PTR, adcCmd->numWords * sizeof(uint32_t)); in RCL_Handler_ADC_Noise_getNoise()
162 memset(ADC_NOISE_SAMPLE_PTR, 0, adcCmd->numWords * sizeof(uint32_t)); in RCL_Handler_ADC_Noise_getNoise()