Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_types.h38 #define CAN_MSG_FLAG_SELF TWAI_MSG_FLAG_SELF
Dtwai_ll.h647 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_types.h47 #define TWAI_MSG_FLAG_SELF 0x08 /**< Transmit as a Self Reception Request. Unus… macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h555 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h555 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h555 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h555 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst348 * - ``TWAI_MSG_FLAG_SELF``