Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Drmt_hal.h58 void rmt_hal_rx_channel_reset(rmt_hal_context_t *hal, uint32_t channel);
/hal_espressif-latest/components/hal/
Drmt_hal.c43 void rmt_hal_rx_channel_reset(rmt_hal_context_t *hal, uint32_t channel) in rmt_hal_rx_channel_reset() function
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c1076 rmt_hal_rx_channel_reset(&rmt_contex.hal, RMT_DECODE_RX_CHANNEL(channel)); in rmt_driver_install()