Searched refs:self_reception (Results 1 – 6 of 6) sorted by relevance
68 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member555 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
68 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member647 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
188 if (tx_frame->self_reception) {