Searched refs:is_extd (Results 1 – 6 of 6) sorted by relevance
616 bool is_extd = flags & TWAI_MSG_FLAG_EXTD; in twai_ll_format_frame_buffer() local621 tx_frame->frame_format = is_extd; in twai_ll_format_frame_buffer()627 if (is_extd) { in twai_ll_format_frame_buffer()639 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
623 bool is_extd = flags & TWAI_MSG_FLAG_EXTD; in twai_ll_format_frame_buffer() local628 tx_frame->frame_format = is_extd; in twai_ll_format_frame_buffer()634 if (is_extd) { in twai_ll_format_frame_buffer()646 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
637 bool is_extd = flags & TWAI_MSG_FLAG_EXTD; in twai_ll_format_frame_buffer() local642 tx_frame->frame_format = is_extd; in twai_ll_format_frame_buffer()648 if (is_extd) { in twai_ll_format_frame_buffer()660 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
714 bool is_extd = flags & TWAI_MSG_FLAG_EXTD; in twai_ll_format_frame_buffer() local719 tx_frame->frame_format = is_extd; in twai_ll_format_frame_buffer()725 if (is_extd) { in twai_ll_format_frame_buffer()737 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()