Searched full:name (Results 1 – 4 of 4) sorted by relevance
/hal_telink-3.7.0/tlsr9/ble/common/ |
D | utility.h | 177 #define MYFIFO_INIT(name,size,n) u8 name##_b[size * n]={0};my_fifo_t name = {size,n,0,0, name##_… argument 179 …efine MYFIFO_INIT_IRAM(name,size,n) u8 name##_b[size * n]__attribute__((aligned(4)))/*={0}*/;my_… argument
|
/hal_telink-3.7.0/zephyr/ |
D | module.yml | 1 name: hal_telink
|
/hal_telink-3.7.0/tlsr9/ble/stack/ble/ |
D | ble_common.h | 291 DT_SHORTENED_LOCAL_NAME = 0x08, // Shortened Local Name 292 DT_COMPLETE_LOCAL_NAME = 0x09, // Complete Local Name
|
/hal_telink-3.7.0/tlsr9/ble/stack/ble/hci/ |
D | hci_const.h | 26 #define HCI_MANUFACTURER_NAME VENDOR_ID //Manufacturer Name of the BR/EDR Controller
|