Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/
Dtwai_hal_iram.c189 if (tx_frame->single_shot) {
194 } else if (tx_frame->single_shot){
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtwai_ll.h67 uint8_t single_shot: 1; //This frame should be transmitted using single shot command member
646 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()