Home
last modified time | relevance | path

Searched refs:twai_stop (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dcan.h54 #define can_stop() twai_stop()
Dtwai.h192 esp_err_t twai_stop(void);
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c116 ESP_ERROR_CHECK(twai_stop()); in app_main()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c103 ESP_ERROR_CHECK(twai_stop()); //Stop the TWAI Driver in twai_control_task()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c193 ESP_ERROR_CHECK(twai_stop()); in twai_control_task()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c212 ESP_ERROR_CHECK(twai_stop()); in twai_control_task()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst301 - :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) {
/hal_espressif-3.6.0/components/driver/
Dtwai.c506 esp_err_t twai_stop(void) in twai_stop() function