Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c44 …TO_UINT64(u64, p) {u64 = (((UINT64)(*(p))) + ((((UINT64)(*((p) + 1)))) << 8) + ((((UINT64)(*((p) +…
45 …+ ((((UINT64)(*((p) + 4)))) << 32) + ((((UINT64)(*((p) + 5)))) << 40) + ((((UINT64)(*((p) + 6)))) …
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dsrvc_api.h65 UINT64 system_id;
74 UINT64 system_id;
Ddis_api.h89 UINT64 system_id;
98 UINT64 system_id;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c170 UINT64 last_frame_us;
396 static UINT64 time_now_us(void) in time_now_us()
401 return ((UINT64)ts_now.tv_sec * 1000000L) + ((UINT64)ts_now.tv_nsec / 1000); in time_now_us()
405 return ((UINT64)ts_now.tv_sec * 1000000L) + ((UINT64)ts_now.tv_usec); in time_now_us()
411 static UINT64 prev_us = 0; in log_tstamps_us()
412 UINT64 now_us = time_now_us(); in log_tstamps_us()
1112 UINT64 now_us = time_now_us(); in btc_get_num_aa_frame()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_ct.c227 UINT64_TO_BE_STREAM(p_data, (UINT64)(0)); in avrc_bld_get_element_attr_cmd()
/hal_espressif-latest/components/bt/common/include/
Dbt_common.h223 typedef uint64_t UINT64; typedef
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c269 result = ((UINT64)a[i]) * ((uint64_t) b[j]); in multiprecision_mult()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h329 typedef uint64_t UINT64; typedef