/Zephyr-latest/include/zephyr/shell/ |
D | shell_log_backend.h | 70 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) \ argument 73 _buf, _size); \ 76 _name##_buf[_queue_size / sizeof(uint32_t)]; \ 78 .buf = _name##_buf, \ 79 .size = ARRAY_SIZE(_name##_buf), \ 96 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) argument
|
D | shell_fprintf.h | 47 #define Z_SHELL_FPRINTF_DEFINE(_name, _user_ctx, _buf, _size, \ argument 55 .buffer = _buf, \
|
/Zephyr-latest/include/zephyr/llext/ |
D | buf_loader.h | 50 #define LLEXT_BUF_LOADER(_buf, _buf_len) \ argument 60 .buf = (_buf), \
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_common.h | 46 #define COLLATED_RX_SDU_INFO(_non_buf, _buf) (_buf) argument 48 #define COLLATED_RX_SDU_INFO(_non_buf, _buf) (_non_buf) argument
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | msg.h | 72 #define BT_MESH_MODEL_BUF_DEFINE(_buf, _op, _payload_len) \ argument 73 NET_BUF_SIMPLE_DEFINE(_buf, BT_MESH_MODEL_BUF_LEN(_op, (_payload_len)))
|
D | cfg_cli.h | 1617 struct net_buf_simple *_buf; member 1629 uint8_t *_buf; member 1700 struct net_buf_simple *_buf; member 1716 struct net_buf_simple *_buf; member
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 127 #define LOG_OUTPUT_DEFINE(_name, _func, _buf, _size) \ argument 132 .buf = _buf, \
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 2269 page->_buf = buf; in bt_mesh_comp_p0_get() 2279 if (page->_buf->len < 4) { in bt_mesh_comp_p0_elem_pull() 2284 elem->loc = net_buf_simple_pull_le16(page->_buf); in bt_mesh_comp_p0_elem_pull() 2285 elem->nsig = net_buf_simple_pull_u8(page->_buf); in bt_mesh_comp_p0_elem_pull() 2286 elem->nvnd = net_buf_simple_pull_u8(page->_buf); in bt_mesh_comp_p0_elem_pull() 2290 if (page->_buf->len < modlist_size) { in bt_mesh_comp_p0_elem_pull() 2295 elem->_buf = net_buf_simple_pull_mem(page->_buf, modlist_size); in bt_mesh_comp_p0_elem_pull() 2306 return sys_get_le16(&elem->_buf[idx * 2]); in bt_mesh_comp_p0_elem_mod() 2317 .company = sys_get_le16(&elem->_buf[offset]), in bt_mesh_comp_p0_elem_mod_vnd() 2318 .id = sys_get_le16(&elem->_buf[offset + 2]), in bt_mesh_comp_p0_elem_mod_vnd() [all …]
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nxp_s32_mru.c | 215 static uint32 nxp_s32_mru_##n##_ch_##i##_buf[MRU_MAX_MBOX_PER_CHAN]; \ 221 .RxBuffer = nxp_s32_mru_##n##_ch_##i##_buf, \
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_priv.h | 54 static uint8_t nxp_s32_eth##n##_##prefix2##ring##idx##_buf[len * buf_size] \
|
D | eth_e1000.c | 29 #define hexdump(_buf, _len, fmt, args...) \ argument 36 LOG_HEXDUMP_DBG(_buf, _len, _str); \
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 410 struct bt_mesh_comp_p1_elem p1_elem = {._buf = &p1_buf}; in test_node_data_comparison() 411 struct bt_mesh_comp_p1_model_item mod_item = {._buf = &p1_item_buf}; in test_node_data_comparison()
|
/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 26 |isotp_(bind|recv(_net)?|send(_net)?(_ctx)?_buf)
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 240 char _buf[512]; \ 246 .buf = _buf, .size = ARRAY_SIZE(_buf), .idx = 0 \ 263 sp_buf = _buf; \
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_internal.h | 676 #define Z_CBPRINTF_PACK_ARG2(arg_idx, _buf, _idx, _align_offset, _max, _arg) \ argument 709 if ((_buf) && (_idx) < (int)(_max)) { \ 710 Z_CBPRINTF_STORE_ARG(&(_buf)[(_idx)], _arg); \
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_mcux.c | 1488 tx_enet_frame_##n##_buf[NET_ETH_MAX_FRAME_SIZE]; \ 1490 rx_enet_frame_##n##_buf[NET_ETH_MAX_FRAME_SIZE]; \ 1518 .tx_frame_buf = tx_enet_frame_##n##_buf, \ 1519 .rx_frame_buf = rx_enet_frame_##n##_buf, \
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1538 #define net_buf_unref(_buf) \ argument 1539 net_buf_unref_debug(_buf, __func__, __LINE__)
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 162 struct bt_mesh_comp_p1_elem p1_elem = { ._buf = &p1_buf }; in cmd_get_comp() 163 struct bt_mesh_comp_p1_model_item mod_item = { ._buf = &p1_item_buf }; in cmd_get_comp()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_tx.c | 61 #define SET_NEXT_PDU_ALLOC_BUFFER(_buf) push_custom_source_pdu_alloc_test_pdu_buffer(_buf) argument
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 473 * :github:`21049` - Bluetooth: Multiple issues with net\_buf usage
|