Searched refs:is_extd (Results 1 – 5 of 5) sorted by relevance
548 bool is_extd = flags & TWAI_MSG_FLAG_EXTD; in twai_ll_format_frame_buffer() local553 tx_frame->frame_format = is_extd; in twai_ll_format_frame_buffer()559 if (is_extd) { in twai_ll_format_frame_buffer()571 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
640 bool is_extd = flags & TWAI_MSG_FLAG_EXTD; in twai_ll_format_frame_buffer() local645 tx_frame->frame_format = is_extd; in twai_ll_format_frame_buffer()651 if (is_extd) { in twai_ll_format_frame_buffer()663 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()