Searched defs:u32 (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avrc/include/ |
D | avrc_int.h | 74 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8… argument 75 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) <<… argument
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_pars_tg.c | 51 UINT32 u32, u32_2, *p_u32; in avrc_pars_vendor_cmd() local
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/ |
D | bt_types.h | 232 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… argument 248 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument 249 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument 266 #define UINT32_TO_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)(u32); *((UINT8 *)(p)+1) = (UINT8)((u32) >>… argument 276 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16);… argument 285 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + … argument 286 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((… argument 294 #define UINT32_TO_BE_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)((u32) >> 24); *((UINT8 *)(p)+1) = (UIN… argument
|
D | sdp_api.h | 98 UINT32 u32; /* 32-bit integer */ member
|
D | avrc_defs.h | 849 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8… argument 850 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) <<… argument
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp_act.c | 98 uint32_t u32; in shorten_sdp_uuid() local
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_utils.c | 582 UINT32 u32; in sdpu_get_len_from_type() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/ |
D | common.h | 22 typedef uint32_t u32; typedef
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 363 UINT32 u32; in bta_av_group_navi_supported() local
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 148 #define BTA_AV_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >>… argument 149 #define BTA_AV_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) … argument
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 913 uint32_t u32; in shorten_sdp_uuid() local
|