Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_context.h51 #ifndef ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT
52 #define ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT K_FOREVER macro
175 int status = k_sem_take(&ctx->sync, ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT); in adc_context_wait_for_completion()
Dadc_ads131m02.c430 ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT); in ads131m02_wait_drdy()
Dadc_ads114s0x.c20 #define ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT \ macro
988 return k_sem_take(&data->data_ready_signal, ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT); in ads114s0x_wait_data_ready()
Dadc_max1125x.c357 return k_sem_take(&data->data_ready_signal, ADC_CONTEXT_WAIT_FOR_COMPLETION_TIMEOUT); in max1125x_wait_data_ready()