Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h617 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
622 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
640 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-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h617 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
622 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
640 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-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h617 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
622 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
640 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-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h624 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
629 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
647 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-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h638 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
643 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
661 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-latest/components/hal/esp32/include/hal/
Dtwai_ll.h715 bool is_rtr = flags & TWAI_MSG_FLAG_RTR; in twai_ll_format_frame_buffer() local
720 tx_frame->rtr = is_rtr; in twai_ll_format_frame_buffer()
738 if (!is_rtr) { //Only copy data if the frame is a data frame (i.e not RTR) in twai_ll_format_frame_buffer()