Searched refs:single_shot (Results 1 – 7 of 7) sorted by relevance
181 if (tx_frame->single_shot) {186 } else if (tx_frame->single_shot){
66 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member624 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
68 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member631 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
66 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member645 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
68 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member722 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()