Home
last modified time | relevance | path

Searched refs:TWAI_GENERAL_CONFIG_DEFAULT (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dcan.h20 #define CAN_GENERAL_CONFIG_DEFAULT(tx_io_num, rx_io_num, op_mode) TWAI_GENERAL_CONFIG_DEFAULT(tx_…
Dtwai.h32 #define TWAI_GENERAL_CONFIG_DEFAULT(tx_io_num, rx_io_num, op_mode) {.mode = op_mode, .tx_io = tx_io… macro
/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.rst375 …twai_general_config_t g_config = TWAI_GENERAL_CONFIG_DEFAULT(GPIO_NUM_21, GPIO_NUM_22, TWAI_MODE_N…