/hal_espressif-latest/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 180 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint16_t threshold) in touch_pad_set_thresh() 189 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint32_t threshold) in touch_pad_set_thresh() 202 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint16_t *threshold) in touch_pad_get_thresh() 209 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint32_t *threshold) in touch_pad_get_thresh()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | touch_sensor_hal.h | 128 #define touch_hal_set_threshold(touch_num, threshold) touch_ll_set_threshold(touch_num, threshold) argument 136 #define touch_hal_get_threshold(touch_num, threshold) touch_ll_get_threshold(touch_num, threshold) argument
|
D | brownout_hal.h | 25 uint8_t threshold; member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 318 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint32_t threshold) in touch_ll_set_threshold() 331 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint32_t *threshold) in touch_ll_get_threshold() 609 static inline void touch_ll_timeout_set_threshold(uint32_t threshold) in touch_ll_timeout_set_threshold() 620 static inline void touch_ll_timeout_get_threshold(uint32_t *threshold) in touch_ll_timeout_get_threshold()
|
D | brownout_ll.h | 65 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
D | touch_sensor_hal.h | 134 #define touch_hal_timeout_set_threshold(threshold) touch_ll_timeout_set_threshold(threshold) argument 142 #define touch_hal_timeout_get_threshold(threshold) touch_ll_timeout_get_threshold(threshold) argument
|
D | adc_ll.h | 484 static inline void adc_ll_digi_monitor_set_thres(adc_unit_t adc_n, uint32_t threshold) in adc_ll_digi_monitor_set_thres()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 326 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint32_t threshold) in touch_ll_set_threshold() 339 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint32_t *threshold) in touch_ll_get_threshold() 629 static inline void touch_ll_timeout_set_threshold(uint32_t threshold) in touch_ll_timeout_set_threshold() 640 static inline void touch_ll_timeout_get_threshold(uint32_t *threshold) in touch_ll_timeout_get_threshold()
|
D | brownout_ll.h | 64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
D | touch_sensor_hal.h | 134 #define touch_hal_timeout_set_threshold(threshold) touch_ll_timeout_set_threshold(threshold) argument 142 #define touch_hal_timeout_get_threshold(threshold) touch_ll_timeout_get_threshold(threshold) argument
|
D | adc_ll.h | 479 static inline void adc_ll_digi_monitor_set_thres(adc_unit_t adc_n, uint32_t threshold) in adc_ll_digi_monitor_set_thres()
|
/hal_espressif-latest/components/mbedtls/port/ |
D | mbedtls_debug.c | 22 void mbedtls_esp_enable_debug_log(mbedtls_ssl_config *conf, int threshold) in mbedtls_esp_enable_debug_log()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | brownout_ll.h | 64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | brownout_ll.h | 61 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
D | touch_sensor_ll.h | 286 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint16_t threshold) in touch_ll_set_threshold() 302 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint16_t *threshold) in touch_ll_get_threshold()
|
D | emac_ll.h | 314 static inline void emac_ll_set_pause_low_threshold(emac_mac_dev_t *mac_regs, uint32_t threshold) in emac_ll_set_pause_low_threshold() 425 static inline void emac_ll_set_transmit_threshold(emac_dma_dev_t *dma_regs, uint32_t threshold) in emac_ll_set_transmit_threshold() 445 static inline void emac_ll_set_recv_threshold(emac_dma_dev_t *dma_regs, uint32_t threshold) in emac_ll_set_recv_threshold()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | brownout_ll.h | 64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | brownout_ll.h | 64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | brownout_ll.h | 64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 262 esp_err_t touch_pad_timeout_set(bool enable, uint32_t threshold) in touch_pad_timeout_set() 275 esp_err_t touch_pad_timeout_get_threshold(uint32_t *threshold) in touch_pad_timeout_get_threshold()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 236 esp_err_t touch_pad_timeout_set(bool enable, uint32_t threshold) in touch_pad_timeout_set() 249 esp_err_t touch_pad_timeout_get_threshold(uint32_t *threshold) in touch_pad_timeout_get_threshold()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 278 esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold) in touch_pad_config()
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 1673 esp_err_t uart_set_rx_full_threshold(uart_port_t uart_num, int threshold) in uart_set_rx_full_threshold() 1690 esp_err_t uart_set_tx_empty_threshold(uart_port_t uart_num, int threshold) in uart_set_tx_empty_threshold()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 633 uint16_t threshold = rmt_param->rx_config.idle_threshold; in rmt_internal_config() local
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 327 …wifi_scan_threshold_t threshold; /**< When scan_threshold is set, only APs which have an … member
|