Home
last modified time | relevance | path

Searched refs:rmt_get_counter_clock (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-2.7.6/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/src/
Dmusical_buzzer_rmt.c118 rmt_get_counter_clock(rmt_buzzer->channel, &rmt_buzzer->counter_clk_hz); in musical_buzzer_create_rmt()
/hal_espressif-2.7.6/examples/peripherals/rmt/led_strip/components/led_strip/src/
Dled_strip_rmt_ws2812.c148 STRIP_CHECK(rmt_get_counter_clock((rmt_channel_t)config->dev, &counter_clk_hz) == ESP_OK, in led_strip_new_rmt_ws2812()
/hal_espressif-2.7.6/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/
Dir_parser_rmt_rc5.c154 RC5_CHECK(rmt_get_counter_clock((rmt_channel_t)config->dev_hdl, &counter_clk_hz) == ESP_OK, in ir_parser_rmt_new_rc5()
Dir_builder_rmt_rc5.c174 RC5_CHECK(rmt_get_counter_clock((rmt_channel_t)config->dev_hdl, &counter_clk_hz) == ESP_OK, in ir_builder_rmt_new_rc5()
Dir_parser_rmt_nec.c200 NEC_CHECK(rmt_get_counter_clock((rmt_channel_t)config->dev_hdl, &counter_clk_hz) == ESP_OK, in ir_parser_rmt_new_nec()
Dir_builder_rmt_nec.c181 NEC_CHECK(rmt_get_counter_clock((rmt_channel_t)config->dev_hdl, &counter_clk_hz) == ESP_OK, in ir_builder_rmt_new_nec()
/hal_espressif-2.7.6/components/driver/include/driver/
Drmt.h693 esp_err_t rmt_get_counter_clock(rmt_channel_t channel, uint32_t *clock_hz);
/hal_espressif-2.7.6/components/driver/
Drmt.c1313 esp_err_t rmt_get_counter_clock(rmt_channel_t channel, uint32_t *clock_hz) in rmt_get_counter_clock() function