Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dtwai.h33 … .clkout_io = TWAI_IO_UNUSED, .bus_off_io = TWAI_IO_UNUSED, \
71 #define TWAI_IO_UNUSED ((gpio_num_t) -1) /**< Marks GPIO as unused in TWAI conf… macro
Dcan.h39 #define CAN_IO_UNUSED TWAI_IO_UNUSED
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c50 … .clkout_io = TWAI_IO_UNUSED, .bus_off_io = TWAI_IO_UNUSED,