Searched refs:rmt_rx_start (Results 1 – 5 of 5) sorted by relevance
290 TEST_ESP_OK(rmt_rx_start(rx_channel, true)); in do_nec_tx_rx()394 TEST_ESP_OK(rmt_rx_start(rx_channel, true));461 TEST_ESP_OK(rmt_rx_start(rx_channel, true));563 TEST_ESP_OK(rmt_rx_start(rx_channel, true));
52 rmt_rx_start(example_rx_channel, true); in example_ir_rx_task()
343 esp_err_t rmt_rx_start(rmt_channel_t channel, bool rx_idx_rst);
237 With the above steps complete we can start the receiver by calling :cpp:func:`rmt_rx_start` and the…
282 esp_err_t rmt_rx_start(rmt_channel_t channel, bool rx_idx_rst) in rmt_rx_start() function