Searched refs:__in_section (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/include/port/ |
A D | kport.h | 19 struct k_sem name __in_section(_k_sem, static, name) = \ 31 struct k_mutex name __in_section(_k_mutex, static, name) = \ 79 struct k_lifo name __in_section(_k_queue, static, name) = \ 89 struct kfifo name __in_section(_k_queue, static, name) = \
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | common.h | 188 __in_section(_##struct_type, static, name) // __used
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 895 __in_section(_net_buf_pool, static, _name) = \ 947 __in_section(_net_buf_pool, static, _name) = \ 963 __in_section(_net_buf_pool, static, _name) = \ 1003 __in_section(_net_buf_pool, static, _name) = \
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 23 #define __in_section(a, b, c) macro 28 #define __in_btstack_section() __in_section(btstack, static, func)
|
Completed in 13 milliseconds