Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_loopback.c20 struct can_loopback_frame { struct
41 char msgq_buffer[CONFIG_CAN_LOOPBACK_TX_MSGQ_SIZE * sizeof(struct can_loopback_frame)]; argument
66 struct can_loopback_frame frame; in tx_thread()
111 struct can_loopback_frame loopback_frame; in can_loopback_send()
427 k_msgq_init(&data->tx_msgq, data->msgq_buffer, sizeof(struct can_loopback_frame), in can_loopback_init()