Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c180 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/
Dtouch_sensor_hal.h128 #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
Dbrownout_hal.h25 uint8_t threshold; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h318 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()
Dbrownout_ll.h65 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
Dtouch_sensor_hal.h134 #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
Dadc_ll.h484 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/
Dtouch_sensor_ll.h326 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()
Dbrownout_ll.h64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
Dtouch_sensor_hal.h134 #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
Dadc_ll.h479 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/
Dmbedtls_debug.c22 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/
Dbrownout_ll.h64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dbrownout_ll.h61 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
Dtouch_sensor_ll.h286 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()
Demac_ll.h314 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/
Dbrownout_ll.h64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dbrownout_ll.h64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dbrownout_ll.h64 static inline void brownout_ll_set_threshold(uint8_t threshold) in brownout_ll_set_threshold()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c262 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/
Dtouch_sensor.c236 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/
Dtouch_sensor.c278 esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold) in touch_pad_config()
/hal_espressif-latest/components/driver/uart/
Duart.c1673 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/
Drmt_legacy.c633 uint16_t threshold = rmt_param->rx_config.idle_threshold; in rmt_internal_config() local
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h327 …wifi_scan_threshold_t threshold; /**< When scan_threshold is set, only APs which have an … member