Searched refs:rmt_set_tx_carrier (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | rmt.h | 280 esp_err_t rmt_set_tx_carrier(rmt_channel_t channel, bool carrier_en, uint16_t high_level, uint16_t …
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_rmt.c | 164 TEST_ESP_OK(rmt_set_tx_carrier(channel, 0, 1, 0, 1));
|
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/ |
D | rmt.rst | 261 * Binary level on the output to apply the carrier - :cpp:func:`rmt_set_tx_carrier`, selected from :…
|
/hal_espressif-3.4.0/components/driver/ |
D | rmt.c | 217 esp_err_t rmt_set_tx_carrier(rmt_channel_t channel, bool carrier_en, uint16_t high_level, uint16_t … in rmt_set_tx_carrier() function
|