Home
last modified time | relevance | path

Searched refs:single_shot (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/
Dtwai_hal_iram.c189 if (tx_frame->single_shot) {
194 } else if (tx_frame->single_shot){
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h69 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
556 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h69 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
556 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h69 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
556 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h69 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
556 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtwai_ll.h69 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
648 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()