Home
last modified time | relevance | path

Searched refs:TWAI_MSG_FLAG_SS (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_types.h37 #define CAN_MSG_FLAG_SS TWAI_MSG_FLAG_SS
Dtwai_ll.h648 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_types.h46 #define TWAI_MSG_FLAG_SS 0x04 /**< Transmit as a Single Shot Transmission. Un… macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h556 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.h556 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.h556 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.h556 tx_frame->single_shot = (flags & TWAI_MSG_FLAG_SS) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst346 * - ``TWAI_MSG_FLAG_SS``