Searched refs:rmt_set_mem_block_num (Results 1 – 4 of 4) sorted by relevance
128 TEST_ASSERT(rmt_set_mem_block_num(wrong_config.channel, -1) == ESP_ERR_INVALID_ARG);143 TEST_ESP_OK(rmt_set_mem_block_num(channel, 2));
248 esp_err_t rmt_set_mem_block_num(rmt_channel_t channel, uint8_t rmt_mem_num);
208 …ry blocks allocated in the RMT controller's internal memory, see :cpp:func:`rmt_set_mem_block_num`.
189 esp_err_t rmt_set_mem_block_num(rmt_channel_t channel, uint8_t rmt_mem_num) in rmt_set_mem_block_num() function