Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/platform_port/include/hal/
Dmisc.h16 #define HAL_SWAP16(d) __builtin_bswap16((d)) macro
/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()
612 id_temp = HAL_SWAP16(id_temp) >> 5; //((byte[i] << 8*(1-i)) >> 5) 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()
612 id_temp = HAL_SWAP16(id_temp) >> 5; //((byte[i] << 8*(1-i)) >> 5) 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()
612 id_temp = HAL_SWAP16(id_temp) >> 5; //((byte[i] << 8*(1-i)) >> 5) in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
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()
704 id_temp = HAL_SWAP16(id_temp) >> 5; //((byte[i] << 8*(1-i)) >> 5) in twai_ll_prase_frame_buffer()