Home
last modified time | relevance | path

Searched refs:self_reception (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h65 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member
623 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h65 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member
623 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h65 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member
623 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h67 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member
630 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h65 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member
644 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()
/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c180 if (tx_frame->self_reception) {
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h67 … uint8_t self_reception: 1; //This frame should be transmitted using self reception command member
721 tx_frame->self_reception = (flags & TWAI_MSG_FLAG_SELF) ? 1 : 0; in twai_ll_format_frame_buffer()