Searched refs:self_reception (Results 1 – 7 of 7) sorted by relevance
65 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member623 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
67 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member630 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
65 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member644 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
180 if (tx_frame->self_reception) {
67 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member721 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()