Searched defs:at (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | at.c | 22 static void next_list(struct at_client *at) in next_list() 41 static void skip_space(struct at_client *at) in skip_space() 48 int at_get_number(struct at_client *at, bt_u32_t *val) in at_get_number() 154 static void reset_buffer(struct at_client *at) in reset_buffer() 205 static bool is_cmer(struct at_client *at) in is_cmer() 235 static bool is_ring(struct at_client *at) in is_ring() 271 int cme_handle(struct at_client *at) in cme_handle() 318 int at_parse_input(struct at_client *at, struct net_buf *buf) in at_parse_input() 430 int at_has_next_list(struct at_client *at) in at_has_next_list() 435 int at_open_list(struct at_client *at) in at_open_list() [all …]
|
A D | hfp_internal.h | 50 struct at_client at; member
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | compilecode.c | 7 #define INSERT_CODE(at, num, pc) \ argument 9 #define REL(at, to) (to - at - 2) argument 10 #define EMIT(at, byte) (code ? (code[at] = byte) : (at)) argument 11 #define EMIT_CHECKED(at, byte) (_emit_checked(at, code, byte, &err)) argument 14 static void _emit_checked(int at, char *code, int val, bool *err) { in _emit_checked()
|
/AliOS-Things-master/components/amp/example-js/ |
A D | at.js | 1 var at = require('at'); variable
|
/AliOS-Things-master/components/amp/libjs/ |
A D | generator.js | 53 at: 'JSE_CORE_ADDON_AT', property in macro4libjs
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_atomic.h | 9 static __INLINE void atomic_set(atomic32_t *at, int val) in atomic_set()
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread_mutex.c | 127 int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *at) in pthread_mutex_timedlock()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | dlist.h | 169 struct list_head *at = head->next; in __list_splice() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/alios/ |
A D | wrapper.h | 125 struct list_head *at = head->next; in list_splice() local
|
Completed in 205 milliseconds