Searched refs:rmt_channel_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | rmt.h | 35 esp_err_t rmt_set_clk_div(rmt_channel_t channel, uint8_t div_cnt); 47 esp_err_t rmt_get_clk_div(rmt_channel_t channel, uint8_t *div_cnt); 63 esp_err_t rmt_set_rx_idle_thresh(rmt_channel_t channel, uint16_t thresh); 79 esp_err_t rmt_get_rx_idle_thresh(rmt_channel_t channel, uint16_t *thresh); 106 esp_err_t rmt_set_mem_block_num(rmt_channel_t channel, uint8_t rmt_mem_num); 118 esp_err_t rmt_get_mem_block_num(rmt_channel_t channel, uint8_t *rmt_mem_num); 138 esp_err_t rmt_set_tx_carrier(rmt_channel_t channel, bool carrier_en, uint16_t high_level, uint16_t … 152 esp_err_t rmt_set_mem_pd(rmt_channel_t channel, bool pd_en); 164 esp_err_t rmt_get_mem_pd(rmt_channel_t channel, bool *pd_en); 177 esp_err_t rmt_tx_start(rmt_channel_t channel, bool tx_idx_rst); [all …]
|
D | rmt_types_legacy.h | 69 } rmt_channel_t; typedef 178 rmt_channel_t channel; /*!< RMT channel */ 246 typedef void (*rmt_tx_end_fn_t)(rmt_channel_t channel, void *arg);
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 79 rmt_channel_t channel; 146 esp_err_t rmt_set_clk_div(rmt_channel_t channel, uint8_t div_cnt) in rmt_set_clk_div() 159 esp_err_t rmt_get_clk_div(rmt_channel_t channel, uint8_t *div_cnt) in rmt_get_clk_div() 173 esp_err_t rmt_set_rx_idle_thresh(rmt_channel_t channel, uint16_t thresh) in rmt_set_rx_idle_thresh() 182 esp_err_t rmt_get_rx_idle_thresh(rmt_channel_t channel, uint16_t *thresh) in rmt_get_rx_idle_thresh() 192 esp_err_t rmt_set_mem_block_num(rmt_channel_t channel, uint8_t rmt_mem_num) in rmt_set_mem_block_num() 206 esp_err_t rmt_get_mem_block_num(rmt_channel_t channel, uint8_t *rmt_mem_num) in rmt_get_mem_block_num() 220 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() 233 esp_err_t rmt_set_mem_pd(rmt_channel_t channel, bool pd_en) in rmt_set_mem_pd() 242 esp_err_t rmt_get_mem_pd(rmt_channel_t channel, bool *pd_en) in rmt_get_mem_pd() [all …]
|