Home
last modified time | relevance | path

Searched refs:TWAI_MSG_FLAG_SELF (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dcan_types.h38 #define CAN_MSG_FLAG_SELF TWAI_MSG_FLAG_SELF
Dtwai_ll.h645 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/device/soc/esp/esp32/components/hal/include/hal/
Dtwai_types.h47 #define TWAI_MSG_FLAG_SELF 0x08 /**< Transmit as a Self Reception Request. Unus… macro