Searched refs:rmt_config (Results 1 – 10 of 10) sorted by relevance
52 TEST_ESP_OK(rmt_config(&tx_config)); in rmt_setup_testbench()68 TEST_ESP_OK(rmt_config(&rx_config)); in rmt_setup_testbench()118 TEST_ASSERT(rmt_config(&wrong_config) == ESP_ERR_INVALID_ARG);122 TEST_ASSERT(rmt_config(&wrong_config) == ESP_ERR_INVALID_ARG);127 TEST_ASSERT(rmt_config(&wrong_config) == ESP_ERR_INVALID_ARG);191 TEST_ESP_OK(rmt_config(&tx_cfg));202 TEST_ESP_OK(rmt_config(&rx_cfg));214 TEST_ESP_OK(rmt_config(&tx_cfg));220 TEST_ESP_OK(rmt_config(&rx_cfg));261 TEST_ESP_OK(rmt_config(&tx_cfg));[all …]
37 rmt_config(&rmt_rx_config); in example_ir_rx_task()85 rmt_config(&rmt_tx_config); in example_ir_tx_task()
66 ESP_ERROR_CHECK(rmt_config(&config)); in rmt_tx_init()
51 ESP_ERROR_CHECK(rmt_config(&dev_config)); in app_main()
86 ESP_ERROR_CHECK(rmt_config(&config)); in app_main()
183 ESP_ERROR_CHECK(rmt_config(&config)); in led_strip_init()
590 esp_err_t rmt_config(const rmt_config_t *rmt_param);
280 ESP_RETURN_ON_ERROR(rmt_config(rmt_conf), TAG, "Failed to configure RMT"); in step_motor_create_rmt()
171 …s populated with parameters, it should be then invoked with :cpp:func:`rmt_config` to make the con…245 Previously described function :cpp:func:`rmt_config` provides a convenient way to set several confi…
682 esp_err_t rmt_config(const rmt_config_t *rmt_param) in rmt_config() function