Home
last modified time | relevance | path

Searched refs:tx_io (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dtwai.h32 #define TWAI_GENERAL_CONFIG_DEFAULT(tx_io_num, rx_io_num, op_mode) {.mode = op_mode, .tx_io = tx_io…
92 gpio_num_t tx_io; /**< Transmit GPIO number */ member
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c49 .tx_io = TX_GPIO_NUM, .rx_io = RX_GPIO_NUM,
/hal_espressif-3.6.0/components/driver/
Dtwai.c405 TWAI_CHECK(g_config->tx_io >= 0 && g_config->tx_io < GPIO_NUM_MAX, ESP_ERR_INVALID_ARG); in twai_driver_install()
446 … twai_configure_gpio(g_config->tx_io, g_config->rx_io, g_config->clkout_io, g_config->bus_off_io); in twai_driver_install()