Home
last modified time | relevance | path

Searched refs:twai_driver_uninstall (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dcan.h52 #define can_driver_uninstall() twai_driver_uninstall()
Dtwai.h158 esp_err_t twai_driver_uninstall(void);
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c118 ESP_ERROR_CHECK(twai_driver_uninstall()); in app_main()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_alert_and_recovery/main/
Dtwai_alert_and_recovery_example_main.c149 ESP_ERROR_CHECK(twai_driver_uninstall()); in app_main()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c133 ESP_ERROR_CHECK(twai_driver_uninstall()); in app_main()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dpower_management.rst121 - **TWAI**:从调用 :cpp:func:`twai_driver_install` 至 :cpp:func:`twai_driver_uninstall` 期间。
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c228 ESP_ERROR_CHECK(twai_driver_uninstall()); in app_main()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c255 ESP_ERROR_CHECK(twai_driver_uninstall()); in app_main()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst295 - :cpp:func:`twai_driver_uninstall`
307 - :cpp:func:`twai_driver_uninstall`
487 …AI driver via the use of the :cpp:func:`twai_stop` and :cpp:func:`twai_driver_uninstall` functions.
504 if (twai_driver_uninstall() == ESP_OK) {
/hal_espressif-3.6.0/components/driver/
Dtwai.c459 esp_err_t twai_driver_uninstall(void) in twai_driver_uninstall() function
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpower_management.rst121 …- **TWAI**: between calls to :cpp:func:`twai_driver_install` and :cpp:func:`twai_driver_uninstall`.