Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h633 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
682 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h633 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
682 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h633 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
682 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h640 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
689 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/include/hal/
Dtwai_types.h23 #define TWAI_STD_ID_MASK 0x7FF /**< Bit mask for 11 bit Standard Frame Format … macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h654 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
703 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h731 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
780 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_parse_frame_buffer()