Searched refs:twai_general_config_t (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | twai.h | 101 } 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_…
|
D | can.h | 47 typedef twai_general_config_t can_general_config_t;
|
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/ |
D | twai_network_example_listen_only_main.c | 48 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/ |
D | twai_alert_and_recovery_example_main.c | 45 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/ |
D | twai_self_test_example_main.c | 49 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/ |
D | twai_network_example_master_main.c | 67 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/ |
D | twai_network_example_slave_main.c | 66 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/ |
D | twai.rst | 250 …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… 375 …twai_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/ |
D | twai.c | 398 esp_err_t twai_driver_install(const twai_general_config_t *g_config, const twai_timing_config_t *t_… in twai_driver_install()
|