Searched refs:is_rtr (Results 1 – 5 of 5) sorted by relevance
549 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local554 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()572 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not a remote frame) in twai_ll_format_frame_buffer()
641 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local646 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()664 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not RTR) in twai_ll_format_frame_buffer()