Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/include/port/
A Dkport.h159 #define BIT(n) (1UL << (n)) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_conf.h892 #define BIT(x) ((__u32)1 << (x)) macro
/AliOS-Things-master/components/sensor/drv/
A Ddrv_gs_pixart_paj7620.c18 #define BIT(x) 1 << x macro
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.c401 #define BIT(x) (1 << (x)) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h61 #define BIT(nr) (1UL << (nr)) macro
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dmodels.h90 #define BIT(s) (1 << (s)) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dcommon.h414 #define BIT(x) (1 << (x)) macro
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h279 #define BIT(nr) (1UL << (nr)) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dbasic_types.h186 #define BIT(__n) (1<<(__n)) macro
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dutil.h203 #define BIT(n) (1 << (n)) macro
205 #define BIT(n) (1UL << (n)) macro

Completed in 24 milliseconds