Searched refs:is_rtr (Results 1 – 6 of 6) sorted by relevance
617 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local622 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()640 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()
624 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local629 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()647 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()
638 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local643 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()661 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()
715 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local720 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()738 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not RTR) in twai_ll_format_frame_buffer()