Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h127 #define SOC_ADC_DIGI_DATA_BYTES_PER_CONV (4) macro
DKconfig.soc_caps.in210 config SOC_ADC_DIGI_DATA_BYTES_PER_CONV config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h110 #define SOC_ADC_DIGI_DATA_BYTES_PER_CONV (2) macro
DKconfig.soc_caps.in242 config SOC_ADC_DIGI_DATA_BYTES_PER_CONV config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h97 #define SOC_ADC_DIGI_DATA_BYTES_PER_CONV (4) macro
DKconfig.soc_caps.in214 config SOC_ADC_DIGI_DATA_BYTES_PER_CONV config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h107 #define SOC_ADC_DIGI_DATA_BYTES_PER_CONV (4) macro
DKconfig.soc_caps.in266 config SOC_ADC_DIGI_DATA_BYTES_PER_CONV config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h101 #define SOC_ADC_DIGI_DATA_BYTES_PER_CONV (4) macro
DKconfig.soc_caps.in274 config SOC_ADC_DIGI_DATA_BYTES_PER_CONV config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h124 #define SOC_ADC_DIGI_DATA_BYTES_PER_CONV (4) macro
DKconfig.soc_caps.in270 config SOC_ADC_DIGI_DATA_BYTES_PER_CONV config
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c187 …ESP_RETURN_ON_FALSE((init_config->conv_num_each_intr % SOC_ADC_DIGI_DATA_BYTES_PER_CONV == 0), ESP… in adc_digi_initialize()
318 .eof_num = init_config->conv_num_each_intr / SOC_ADC_DIGI_DATA_BYTES_PER_CONV in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c106 …ESP_RETURN_ON_FALSE((hdl_config->conv_frame_size % SOC_ADC_DIGI_DATA_BYTES_PER_CONV == 0), ESP_ERR… in adc_continuous_new_handle()
232 .eof_num = hdl_config->conv_frame_size / SOC_ADC_DIGI_DATA_BYTES_PER_CONV in adc_continuous_new_handle()
/hal_espressif-latest/components/hal/
Dadc_hal.c277 …dma_link_descriptors(hal->rx_desc, data_buf, hal->eof_num * SOC_ADC_DIGI_DATA_BYTES_PER_CONV, hal-… in adc_hal_digi_start()