Lines Matching refs:rmt_config
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));
511 TEST_ESP_OK(rmt_config(&tx_config0));
512 TEST_ESP_OK(rmt_config(&tx_config1));