Home
last modified time | relevance | path

Searched defs:can_mcan_callbacks (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1172 struct can_mcan_callbacks { struct
1173 struct can_mcan_tx_callback *tx;
1174 struct can_mcan_rx_callback *std;
1175 struct can_mcan_rx_callback *ext;
1176 uint8_t num_tx;
1177 uint8_t num_std;
1201 static const struct can_mcan_callbacks _name = { \ argument