Searched refs:RMT_IS_RX_CHANNEL (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.4.0/components/driver/ |
D | rmt.c | 55 #define RMT_IS_RX_CHANNEL(channel) ((channel) >= RMT_RX_CHANNEL_ENCODING_START) macro 147 if (RMT_IS_RX_CHANNEL(channel)) { in rmt_set_clk_div() 161 if (RMT_IS_RX_CHANNEL(channel)) { in rmt_get_clk_div() 172 …ESP_RETURN_ON_FALSE(RMT_IS_RX_CHANNEL(channel) && channel < RMT_CHANNEL_MAX, ESP_ERR_INVALID_ARG, … in rmt_set_rx_idle_thresh() 181 …ESP_RETURN_ON_FALSE(RMT_IS_RX_CHANNEL(channel) && channel < RMT_CHANNEL_MAX, ESP_ERR_INVALID_ARG, … in rmt_get_rx_idle_thresh() 194 if (RMT_IS_RX_CHANNEL(channel)) { in rmt_set_mem_block_num() 208 if (RMT_IS_RX_CHANNEL(channel)) { in rmt_get_mem_block_num() 284 …ESP_RETURN_ON_FALSE(RMT_IS_RX_CHANNEL(channel) && channel < RMT_CHANNEL_MAX, ESP_ERR_INVALID_ARG, … in rmt_rx_start() 307 …ESP_RETURN_ON_FALSE(RMT_IS_RX_CHANNEL(channel) && channel < RMT_CHANNEL_MAX, ESP_ERR_INVALID_ARG, … in rmt_rx_stop() 330 …ESP_RETURN_ON_FALSE(RMT_IS_RX_CHANNEL(channel) && channel < RMT_CHANNEL_MAX, ESP_ERR_INVALID_ARG, … in rmt_rx_memory_reset() [all …]
|