Searched refs:thres_us (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/hal/ |
D | rmt_hal.c | 60 …_rx_filter_thres(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, uint32_t thres_us) in rmt_hal_set_rx_filter_thres() argument 62 uint32_t thres = (uint32_t)(base_clk_hz / 1e6 * thres_us); in rmt_hal_set_rx_filter_thres() 66 …et_rx_idle_thres(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, uint32_t thres_us) in rmt_hal_set_rx_idle_thres() argument 68 uint32_t thres = (uint32_t)(base_clk_hz / 1e6 * thres_us); in rmt_hal_set_rx_idle_thres()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | rmt_hal.h | 88 …rx_filter_thres(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, uint32_t thres_us); 98 …t_rx_idle_thres(rmt_hal_context_t *hal, uint32_t channel, uint32_t base_clk_hz, uint32_t thres_us);
|