Searched refs:__noinit (Results 1 – 4 of 4) sorted by relevance
60 static __noinit u8_t net_buf_data_##_name[_size]; \893 static struct net_buf net_buf_##_name[_count] __noinit; \937 static struct net_buf net_buf_##_name[_count] __noinit; \952 static struct net_buf net_buf_##_name[_count] __noinit; \953 static u8_t __noinit net_buf_data_##_name[_count][_data_size]; \996 static struct net_buf _net_buf_##_name[_count] __noinit; \
282 #define __noinit macro
119 static u8_t __noinit client_buf_data[CLIENT_BUF_SIZE * CONFIG_BT_MAX_CONN];
122 static u8_t __noinit seg_rx_buf_data[(CONFIG_BT_MESH_RX_SEG_MSG_COUNT * CONFIG_BT_MESH_RX_SDU_MAX)];
Completed in 12 milliseconds