Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_types.h28 #define CAN_STD_ID_MASK TWAI_STD_ID_MASK
Dtwai_ll.h657 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
705 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h565 … uint32_t id_temp = __builtin_bswap16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
613 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h565 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
613 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h565 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
613 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h565 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer()
613 *id = id_temp & TWAI_STD_ID_MASK; in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_types.h30 #define TWAI_STD_ID_MASK 0x7FF /**< Bit mask for 11 bit Standard Frame Format … macro
/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c46 .acceptance_mask = ~(TWAI_STD_ID_MASK << 21),