Lines Matching refs:struct
132 struct can_frame frame = {
138 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus));
155 void tx_callback(const struct device *dev, int error, void *user_data)
164 int send_function(const struct device *can_dev)
166 struct can_frame frame = {
190 void rx_callback_function(const struct device *dev, struct can_frame *frame, void *user_data)
205 const struct can_filter my_filter = {
211 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus));
228 const struct can_filter my_filter = {
234 struct can_frame rx_frame;
236 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus));
266 struct can_timing timing;
267 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus));