Lines Matching defs:channel

56 #define RMT_IS_RX_CHANNEL(channel) ((channel) >= RMT_RX_CHANNEL_ENCODING_START)  argument
57 #define RMT_IS_TX_CHANNEL(channel) ((channel) <= RMT_TX_CHANNEL_ENCODING_END) argument
79 rmt_channel_t channel; member
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()
251 esp_err_t rmt_tx_start(rmt_channel_t channel, bool tx_idx_rst) in rmt_tx_start()
275 esp_err_t rmt_tx_stop(rmt_channel_t channel) in rmt_tx_stop()
291 esp_err_t rmt_set_rx_thr_intr_en(rmt_channel_t channel, bool en, uint16_t evt_thresh) in rmt_set_rx_thr_intr_en()
310 esp_err_t rmt_rx_start(rmt_channel_t channel, bool rx_idx_rst) in rmt_rx_start()
333 esp_err_t rmt_rx_stop(rmt_channel_t channel) in rmt_rx_stop()
347 esp_err_t rmt_tx_memory_reset(rmt_channel_t channel) in rmt_tx_memory_reset()
356 esp_err_t rmt_rx_memory_reset(rmt_channel_t channel) in rmt_rx_memory_reset()
365 esp_err_t rmt_set_memory_owner(rmt_channel_t channel, rmt_mem_owner_t owner) in rmt_set_memory_owner()
375 esp_err_t rmt_get_memory_owner(rmt_channel_t channel, rmt_mem_owner_t *owner) in rmt_get_memory_owner()
385 esp_err_t rmt_set_tx_loop_mode(rmt_channel_t channel, bool loop_en) in rmt_set_tx_loop_mode()
394 esp_err_t rmt_get_tx_loop_mode(rmt_channel_t channel, bool *loop_en) in rmt_get_tx_loop_mode()
403 esp_err_t rmt_set_rx_filter(rmt_channel_t channel, bool rx_filter_en, uint8_t thresh) in rmt_set_rx_filter()
413 esp_err_t rmt_set_source_clk(rmt_channel_t channel, rmt_source_clk_t base_clk) in rmt_set_source_clk()
423 esp_err_t rmt_get_source_clk(rmt_channel_t channel, rmt_source_clk_t *src_clk) in rmt_get_source_clk()
433 esp_err_t rmt_set_idle_level(rmt_channel_t channel, bool idle_out_en, rmt_idle_level_t level) in rmt_set_idle_level()
443 esp_err_t rmt_get_idle_level(rmt_channel_t channel, bool *idle_out_en, rmt_idle_level_t *level) in rmt_get_idle_level()
453 esp_err_t rmt_get_status(rmt_channel_t channel, uint32_t *status) in rmt_get_status()
466 esp_err_t rmt_set_rx_intr_en(rmt_channel_t channel, bool en) in rmt_set_rx_intr_en()
475 esp_err_t rmt_set_err_intr_en(rmt_channel_t channel, bool en) in rmt_set_err_intr_en()
488 esp_err_t rmt_set_tx_intr_en(rmt_channel_t channel, bool en) in rmt_set_tx_intr_en()
497 esp_err_t rmt_set_tx_thr_intr_en(rmt_channel_t channel, bool en, uint16_t evt_thresh) in rmt_set_tx_thr_intr_en()
515 esp_err_t rmt_set_gpio(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num, bool invert_sig… in rmt_set_gpio()
535 static bool rmt_is_channel_number_valid(rmt_channel_t channel, uint8_t mode) in rmt_is_channel_number_valid()
548 uint8_t channel = rmt_param->channel; in rmt_internal_config() local
680 static void IRAM_ATTR rmt_fill_memory(rmt_channel_t channel, const rmt_item32_t *item, in rmt_fill_memory()
691 esp_err_t rmt_fill_tx_items(rmt_channel_t channel, const rmt_item32_t *item, uint16_t item_num, uin… in rmt_fill_tx_items()
720 uint8_t channel = 0; in rmt_driver_isr_default() local
924 esp_err_t rmt_driver_uninstall(rmt_channel_t channel) in rmt_driver_uninstall()
984 esp_err_t rmt_driver_install(rmt_channel_t channel, size_t rx_buf_size, int intr_alloc_flags) in rmt_driver_install()
1084 esp_err_t rmt_write_items(rmt_channel_t channel, const rmt_item32_t *rmt_item, int item_num, bool w… in rmt_write_items()
1143 esp_err_t rmt_wait_tx_done(rmt_channel_t channel, TickType_t wait_time) in rmt_wait_tx_done()
1160 esp_err_t rmt_get_ringbuf_handle(rmt_channel_t channel, RingbufHandle_t *buf_handle) in rmt_get_ringbuf_handle()
1177 esp_err_t rmt_translator_init(rmt_channel_t channel, sample_to_rmt_t fn) in rmt_translator_init()
1208 esp_err_t rmt_translator_set_context(rmt_channel_t channel, void *context) in rmt_translator_set_context()
1229 esp_err_t rmt_write_sample(rmt_channel_t channel, const uint8_t *src, size_t src_size, bool wait_tx… in rmt_write_sample()
1298 esp_err_t rmt_get_counter_clock(rmt_channel_t channel, uint32_t *clock_hz) in rmt_get_counter_clock()
1319 esp_err_t rmt_add_channel_to_group(rmt_channel_t channel) in rmt_add_channel_to_group()
1331 esp_err_t rmt_remove_channel_from_group(rmt_channel_t channel) in rmt_remove_channel_from_group()
1346 esp_err_t rmt_set_tx_loop_count(rmt_channel_t channel, uint32_t count) in rmt_set_tx_loop_count()
1356 esp_err_t rmt_enable_tx_loop_autostop(rmt_channel_t channel, bool en) in rmt_enable_tx_loop_autostop()