Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dcan_types.h36 #define CAN_MSG_FLAG_RTR TWAI_MSG_FLAG_RTR
Dtwai_ll.h639 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer()
685 flags_temp |= (rx_frame->rtr) ? TWAI_MSG_FLAG_RTR : 0; in twai_ll_prase_frame_buffer()
/device/soc/esp/esp32/components/hal/include/hal/
Dtwai_types.h45 #define TWAI_MSG_FLAG_RTR 0x02 /**< Message is a Remote Frame */ macro