Searched refs:adc_hal_context_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | adc_hal.h | 71 typedef struct adc_hal_context_t { struct 84 } adc_hal_context_t; argument 171 void adc_hal_digi_deinit(adc_hal_context_t *hal); 179 void adc_hal_context_config(adc_hal_context_t *hal, const adc_hal_config_t *config); 186 void adc_hal_digi_init(adc_hal_context_t *hal); 194 void adc_hal_digi_controller_config(adc_hal_context_t *hal, const adc_hal_digi_ctrlr_cfg_t *cfg); 202 void adc_hal_digi_start(adc_hal_context_t *hal, uint8_t *data_buf); 212 intptr_t adc_hal_get_desc_addr(adc_hal_context_t *hal); 222 bool adc_hal_check_event(adc_hal_context_t *hal, uint32_t mask); 234 adc_hal_dma_desc_status_t adc_hal_get_reading_result(adc_hal_context_t *hal, const intptr_t eof_des… [all …]
|
/hal_espressif-3.6.0/components/hal/ |
D | adc_hal.c | 130 void adc_hal_digi_deinit(adc_hal_context_t *hal) in adc_hal_digi_deinit() 226 static void adc_hal_digi_sample_freq_config(adc_hal_context_t *hal, uint32_t freq) in adc_hal_digi_sample_freq_config() 248 void adc_hal_digi_controller_config(adc_hal_context_t *hal, const adc_hal_digi_ctrlr_cfg_t *cfg) in adc_hal_digi_controller_config() 296 void adc_hal_context_config(adc_hal_context_t *hal, const adc_hal_config_t *config) in adc_hal_context_config() 305 void adc_hal_digi_init(adc_hal_context_t *hal) in adc_hal_digi_init() 343 void adc_hal_digi_start(adc_hal_context_t *hal, uint8_t *data_buf) in adc_hal_digi_start() 366 intptr_t adc_hal_get_desc_addr(adc_hal_context_t *hal) in adc_hal_get_desc_addr() 371 bool adc_hal_check_event(adc_hal_context_t *hal, uint32_t mask) in adc_hal_check_event() 377 adc_hal_dma_desc_status_t adc_hal_get_reading_result(adc_hal_context_t *hal, const intptr_t eof_des… in adc_hal_get_reading_result() 393 void adc_hal_digi_clr_intr(adc_hal_context_t *hal, uint32_t mask) in adc_hal_digi_clr_intr() [all …]
|
/hal_espressif-3.6.0/components/driver/ |
D | adc.c | 76 adc_hal_context_t hal; //hal context
|