Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_ifx_cat1.c55 struct k_work adc_worker_thread; member
90 static void ifx_cat1_adc_worker(struct k_work *adc_worker_thread) in ifx_cat1_adc_worker() argument
93 CONTAINER_OF(adc_worker_thread, struct ifx_cat1_adc_data, adc_worker_thread); in ifx_cat1_adc_worker()
121 k_work_submit(&data->adc_worker_thread); in adc_context_start_sampling()
319 #define ADC_WORKER_THREAD_INIT() .adc_worker_thread = Z_WORK_INITIALIZER(ifx_cat1_adc_worker),