Searched refs:single_shot (Results 1 – 2 of 2) sorted by relevance
189 if (tx_frame->single_shot) {194 } else if (tx_frame->single_shot){
67 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member646 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()