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