Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c181 if (tx_frame->single_shot) {
186 } else if (tx_frame->single_shot){
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h66 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
624 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h66 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
624 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h66 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
624 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h68 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
631 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h66 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
645 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h68 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
722 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()