Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
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()
Duart.c1698 esp_err_t uart_set_rx_full_threshold(uart_port_t uart_num, int threshold) in uart_set_rx_full_threshold()
1715 esp_err_t uart_set_tx_empty_threshold(uart_port_t uart_num, int threshold) in uart_set_tx_empty_threshold()
Drmt.c645 uint16_t threshold = rmt_param->rx_config.idle_threshold; in rmt_internal_config() local
/hal_espressif-3.6.0/components/hal/include/hal/
Dtouch_sensor_hal.h136 #define touch_hal_set_threshold(touch_num, threshold) touch_ll_set_threshold(touch_num, threshold) argument
144 #define touch_hal_get_threshold(touch_num, threshold) touch_ll_get_threshold(touch_num, threshold) argument
Dbrownout_hal.h33 uint8_t threshold; member
Dadc_types.h316 uint32_t threshold; /*!<Set monitor threshold of adc digital controller. */ member
/hal_espressif-3.6.0/components/mbedtls/port/
Dmbedtls_debug.c30 void mbedtls_esp_enable_debug_log(mbedtls_ssl_config *conf, int threshold) in mbedtls_esp_enable_debug_log()
/hal_espressif-3.6.0/components/hal/esp32s2/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()
617 static inline void touch_ll_timeout_set_threshold(uint32_t threshold) in touch_ll_timeout_set_threshold()
628 static inline void touch_ll_timeout_get_threshold(uint32_t *threshold) in touch_ll_timeout_get_threshold()
Dtouch_sensor_hal.h142 #define touch_hal_timeout_set_threshold(threshold) touch_ll_timeout_set_threshold(threshold) argument
150 #define touch_hal_timeout_get_threshold(threshold) touch_ll_timeout_get_threshold(threshold) argument
Dadc_ll.h485 static inline void adc_ll_digi_monitor_set_thres(adc_ll_num_t adc_n, uint32_t threshold) in adc_ll_digi_monitor_set_thres()
/hal_espressif-3.6.0/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()
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.h447 static inline void adc_ll_digi_monitor_set_thres(adc_ll_num_t adc_n, uint32_t threshold) in adc_ll_digi_monitor_set_thres()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h294 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint16_t threshold) in touch_ll_set_threshold()
310 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()
420 static inline void emac_ll_set_transmit_threshold(emac_dma_dev_t *dma_regs, uint32_t threshold) in emac_ll_set_transmit_threshold()
440 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-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c306 int threshold = avg - 100; in calibrate_touch_pad() local
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c206 esp_err_t touch_pad_timeout_set(bool enable, uint32_t threshold) in touch_pad_timeout_set()
219 esp_err_t touch_pad_timeout_get_threshold(uint32_t *threshold) in touch_pad_timeout_get_threshold()
/hal_espressif-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c230 esp_err_t touch_pad_timeout_set(bool enable, uint32_t threshold) in touch_pad_timeout_set()
243 esp_err_t touch_pad_timeout_get_threshold(uint32_t *threshold) in touch_pad_timeout_get_threshold()
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_sleep.c183 int32_t threshold = MAX(sleep_time / 100, MAX_SLEEP_TIME_ERROR_US); variable
/hal_espressif-3.6.0/components/freertos/port/riscv/include/freertos/
Dportmacro.h441 uint32_t threshold = REG_READ(INTERRUPT_CORE0_CPU_INT_THRESH_REG); in xPortCanYield() local
/hal_espressif-3.6.0/components/driver/esp32/
Dtouch_sensor.c250 esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold) in touch_pad_config()
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_types.h246 …wifi_scan_threshold_t threshold; /**< When sort_method is set, only APs which have an auth mo… member