Searched refs:adc_worker_thread (Results 1 – 1 of 1) sorted by relevance
55 struct k_work adc_worker_thread; member90 static void ifx_cat1_adc_worker(struct k_work *adc_worker_thread) in ifx_cat1_adc_worker() argument93 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),