Searched refs:twai_stop (Results 1 – 8 of 8) sorted by relevance
54 #define can_stop() twai_stop()
192 esp_err_t twai_stop(void);
116 ESP_ERROR_CHECK(twai_stop()); in app_main()
103 ESP_ERROR_CHECK(twai_stop()); //Stop the TWAI Driver in twai_control_task()
193 ESP_ERROR_CHECK(twai_stop()); in twai_control_task()
212 ESP_ERROR_CHECK(twai_stop()); in twai_control_task()
301 - :cpp:func:`twai_stop`487 …how to stop and uninstall the TWAI driver via the use of the :cpp:func:`twai_stop` and :cpp:func:`…496 if (twai_stop() == ESP_OK) {
506 esp_err_t twai_stop(void) in twai_stop() function