Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 25 of 50) sorted by relevance

12

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Drtk_common.h23 #define STREAM_TO_UINT16(u16, p) \ argument
28 #define UINT16_TO_STREAM(p, u16) \ argument
/device/board/unionman/unionpi_tiger/hardware/bt/include/
Drtk_common.h23 #define STREAM_TO_UINT16(u16, p) … argument
28 #define UINT16_TO_STREAM(p, u16) … argument
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/bt/include/
Dco_types_def.h41 typedef unsigned short u16; typedef
/device/soc/telink/b91/b91_ble_sdk/common/
Dtypes.h26 typedef unsigned short u16; typedef
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/bes_kv/
Dbes_kv.h29 #define u16 unsigned short macro
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6324/
Dtype.h39 typedef unsigned short u16; typedef
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6134/
Dtype.h38 typedef unsigned short u16; typedef
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c169 UINT16 u16; in get_uuid16() local
/device/soc/winnermicro/wm800/board/include/
Dwm_type_def.h76 typedef unsigned short u16; typedef
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/
Dtypes.h27 typedef unsigned short u16; typedef
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/
Dtypes.h27 typedef unsigned short u16; typedef
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_uuid.h78 ble_uuid16_t u16; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/
Daml_vcodec_util.h30 typedef unsigned short int u16; typedef
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/include/carotene/
Dtypes.hpp58 typedef uint16_t u16; typedef
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h234 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} argument
247 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} argument
268 #define UINT16_TO_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)(u16); *((UINT8 *)(p)+1) = (UINT8)((u16) >>… argument
278 #define UINT16_TO_BE_STREAM(p, u16) {*(p)++ = (UINT8)((u16) >> 8); *(p)++ = (UINT8)(u16);} argument
284 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … argument
296 #define UINT16_TO_BE_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)((u16) >> 8); *((UINT8 *)(p)+1) = (UINT8… argument
Dhcimsgs.h627 #define HCID_GET_HANDLE(u16) (UINT16)((u16) & HCI_DATA_HANDLE_MASK) argument
631 #define HCID_GET_EVENT(u16) (UINT8)(((u16) >> HCI_DATA_EVENT_OFFSET) & HCI_DATA_EVENT_MASK) argument
635 #define HCID_GET_BCAST(u16) (UINT8)(((u16) >> HCI_DATA_BCAST_OFFSET) & HCI_DATA_BCAST_MASK) argument
Dsdp_api.h97 UINT16 u16; /* 16-bit integer */ member
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/common/
Dbk_typedef.h76 typedef unsigned short u16; typedef
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dbasic_types.h40 typedef unsigned short u16; typedef
108 typedef unsigned short u16; typedef
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c93 uint16_t u16; in shorten_sdp_uuid() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c581 UINT16 u16; in sdpu_get_len_from_type() local
/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dhardware.c112 #define STREAM_TO_UINT16(u16, p) \ argument
123 #define UINT16_TO_STREAM(p, u16) \ argument
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dhardware.c106 #define STREAM_TO_UINT16(u16, p) \ argument
115 #define UINT16_TO_STREAM(p, u16) \ argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_types.h42 typedef unsigned short u16; typedef
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dplat_types.h75 typedef unsigned short u16; typedef

12