Home
last modified time | relevance | path

Searched refs:is_rtr (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h549 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
554 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
572 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not a remote frame) in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h549 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
554 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
572 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not a remote frame) in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h549 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
554 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
572 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not a remote frame) in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h549 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
554 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
572 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not a remote frame) in twai_ll_format_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtwai_ll.h641 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
646 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
664 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not RTR) in twai_ll_format_frame_buffer()