Home
last modified time | relevance | path

Searched defs:id_temp (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h560 … uint32_t id_temp = __builtin_bswap32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
565 … uint32_t id_temp = __builtin_bswap16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
601 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
608 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h560 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
565 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
601 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
608 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h560 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
565 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
601 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
608 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h560 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
565 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
601 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
608 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtwai_ll.h652 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
657 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
693 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
700 uint32_t id_temp = 0; in twai_ll_prase_frame_buffer() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c291 uint32_t id = (uintptr_t)user_data, id_temp = 0; in btc_spp_rfcomm_inter_cb() local