Searched refs:adc_hal_dma_ctx_t (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | adc_hal.h | 67 typedef struct adc_hal_dma_ctx_t { struct 81 } adc_hal_dma_ctx_t; argument 121 void adc_hal_digi_init(adc_hal_dma_ctx_t *hal); 128 void adc_hal_digi_deinit(adc_hal_dma_ctx_t *hal); 136 void adc_hal_dma_ctx_config(adc_hal_dma_ctx_t *hal, const adc_hal_dma_config_t *config); 144 void adc_hal_digi_controller_config(adc_hal_dma_ctx_t *hal, const adc_hal_digi_ctrlr_cfg_t *cfg); 152 void adc_hal_digi_start(adc_hal_dma_ctx_t *hal, uint8_t *data_buf); 162 intptr_t adc_hal_get_desc_addr(adc_hal_dma_ctx_t *hal); 172 bool adc_hal_check_event(adc_hal_dma_ctx_t *hal, uint32_t mask); 185 adc_hal_dma_desc_status_t adc_hal_get_reading_result(adc_hal_dma_ctx_t *hal, const intptr_t eof_des… [all …]
|
/hal_espressif-latest/components/hal/ |
D | adc_hal.c | 95 void adc_hal_dma_ctx_config(adc_hal_dma_ctx_t *hal, const adc_hal_dma_config_t *config) in adc_hal_dma_ctx_config() 105 void adc_hal_digi_init(adc_hal_dma_ctx_t *hal) in adc_hal_digi_init() 129 void adc_hal_digi_deinit(adc_hal_dma_ctx_t *hal) in adc_hal_digi_deinit() 169 static void adc_hal_digi_sample_freq_config(adc_hal_dma_ctx_t *hal, adc_continuous_clk_src_t clk_sr… in adc_hal_digi_sample_freq_config() 190 void adc_hal_digi_controller_config(adc_hal_dma_ctx_t *hal, const adc_hal_digi_ctrlr_cfg_t *cfg) in adc_hal_digi_controller_config() 265 void adc_hal_digi_start(adc_hal_dma_ctx_t *hal, uint8_t *data_buf) in adc_hal_digi_start() 288 intptr_t adc_hal_get_desc_addr(adc_hal_dma_ctx_t *hal) in adc_hal_get_desc_addr() 293 bool adc_hal_check_event(adc_hal_dma_ctx_t *hal, uint32_t mask) in adc_hal_check_event() 299 adc_hal_dma_desc_status_t adc_hal_get_reading_result(adc_hal_dma_ctx_t *hal, const intptr_t eof_des… in adc_hal_get_reading_result() 342 void adc_hal_digi_clr_intr(adc_hal_dma_ctx_t *hal, uint32_t mask) in adc_hal_digi_clr_intr() [all …]
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_continuous_internal.h | 57 adc_hal_dma_ctx_t hal; //hal context
|
/hal_espressif-latest/components/driver/deprecated/ |
D | adc_dma_legacy.c | 65 adc_hal_dma_ctx_t hal; //hal context
|