Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h628 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
633 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
670 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
677 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h628 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
633 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
670 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
677 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h649 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
654 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
691 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
698 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h628 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
633 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
670 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
677 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h635 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
640 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
677 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
684 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h726 uint32_t id_temp = HAL_SWAP32((id & TWAI_EXTD_ID_MASK) << 3); //((id << 3) >> 8*(3-i)) in twai_ll_format_frame_buffer() local
731 uint32_t id_temp = HAL_SWAP16((id & TWAI_STD_ID_MASK) << 5); //((id << 5) >> 8*(1-i)) in twai_ll_format_frame_buffer() local
768 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
775 uint32_t id_temp = 0; in twai_ll_parse_frame_buffer() local
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c335 uint32_t id = (uintptr_t)user_data, id_temp = 0; in btc_spp_rfcomm_inter_cb() local