Home
last modified time | relevance | path

Searched refs:twai_general_config_t (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dtwai.h101 } twai_general_config_t; typedef
142 esp_err_t twai_driver_install(const twai_general_config_t *g_config, const twai_timing_config_t *t_…
Dcan.h47 typedef twai_general_config_t can_general_config_t;
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c48 static const twai_general_config_t g_config = {.mode = TWAI_MODE_LISTEN_ONLY,
/hal_espressif-3.6.0/examples/peripherals/twai/twai_alert_and_recovery/main/
Dtwai_alert_and_recovery_example_main.c45 static const twai_general_config_t g_config = TWAI_GENERAL_CONFIG_DEFAULT(TX_GPIO_NUM, RX_GPIO_NUM,…
/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c49 static const twai_general_config_t g_config = TWAI_GENERAL_CONFIG_DEFAULT(TX_GPIO_NUM, RX_GPIO_NUM,…
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c67 static const twai_general_config_t g_config = TWAI_GENERAL_CONFIG_DEFAULT(TX_GPIO_NUM, RX_GPIO_NUM,…
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c66 static const twai_general_config_t g_config = TWAI_GENERAL_CONFIG_DEFAULT(TX_GPIO_NUM, RX_GPIO_NUM,…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst250 …onfiguration by setting the ``tx_queue_len`` member of :cpp:type:`twai_general_config_t` to ``0``.…
265 …func:`twai_driver_install`, the `intr_flags` member of :cpp:type:`twai_general_config_t` should se…
375twai_general_config_t g_config = TWAI_GENERAL_CONFIG_DEFAULT(GPIO_NUM_21, GPIO_NUM_22, TWAI_MODE_N…
/hal_espressif-3.6.0/components/driver/
Dtwai.c398 esp_err_t twai_driver_install(const twai_general_config_t *g_config, const twai_timing_config_t *t_… in twai_driver_install()