Home
last modified time | relevance | path

Searched refs:desc_max_num (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dadc_hal.h63 uint32_t desc_max_num; ///< Number of the descriptors linked once member
81 uint32_t desc_max_num; ///< Number of the descriptors linked once member
/hal_espressif-3.6.0/components/hal/
Dadc_hal.c300 hal->desc_max_num = config->desc_max_num; in adc_hal_context_config()
355 …k_descriptors(hal->rx_desc, data_buf, hal->eof_num * ADC_HAL_DATA_LEN_PER_CONV, hal->desc_max_num); in adc_hal_digi_start()
/hal_espressif-3.6.0/components/driver/
Dadc.c281 .desc_max_num = INTERNAL_BUF_NUM, in adc_digi_initialize()