Home
last modified time | relevance | path

Searched refs:name (Results 1 – 20 of 20) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_buffer_mgr_dst.h100 #define NRF_802154_BUFFER_MGR_DST_INST_DECL(name, buffers_count) \ argument
101 nrf_802154_buffer_mgr_dst_t name; \
102 uint8_t name ## _map_mem[ \
105 uint8_t name ## _allocator_mem[ \
108 const size_t name ## _buffers_count = (buffers_count);
114 #define NRF_802154_BUFFER_MGR_DST_INST_DECL_EXTERN(name) \ argument
115 extern nrf_802154_buffer_mgr_dst_t name
118 #define NRF_802154_BUFFER_MGR_DST_INST_DECL_STATIC(name, buffers_count) \ argument
119 static nrf_802154_buffer_mgr_dst_t name; \
120 static uint8_t name ## _map_mem[ \
[all …]
Dnrf_802154_buffer_mgr_src.h94 #define NRF_802154_BUFFER_MGR_SRC_INST_DECL(name, buffers_count) \ argument
95 nrf_802154_buffer_mgr_src_t name; \
96 uint8_t name ## _map_mem[ \
99 const size_t name ## _buffers_count = (buffers_count);
105 #define NRF_802154_BUFFER_MGR_SRC_INST_DECL_EXTERN(name) \ argument
106 extern nrf_802154_buffer_mgr_src_t name
109 #define NRF_802154_BUFFER_MGR_SRC_INST_DECL_STATIC(name, buffers_count) \ argument
110 static nrf_802154_buffer_mgr_src_t name; \
111 static uint8_t name ## _map_mem[ \
114 static const size_t name ## _buffers_count = (buffers_count);
[all …]
Dnrf_802154_serialization_error_helper.h51 #define SERIALIZATION_ERROR_INIT(name) \ argument
52 nrf_802154_ser_err_t name = NRF_802154_SERIALIZATION_ERROR_OK;
/hal_nordic-latest/utils/
Dgen_offsets.py40 name = base_name + entry.find("name").text
43 if "[%s]" not in name:
45 parse_offsets(offsets, entry, name, offset)
47 offsets.append((name, offset))
49 name = name.replace("[%s]", "_{}")
54 parse_offsets(offsets, entry, name.format(i), offset + i * dim_inc)
56 offsets.append((name.format(i), offset + i * dim_inc))
Dmodule.yml.j22 name: hal_nordic
/hal_nordic-latest/drivers/nrf_802154/serialization/include/platform/
Dnrf_802154_spinel_log.h79 #define NRF_802154_SPINEL_LOG_VAR_NAMED(fmt, var, name) \ argument
82 NRF_802154_SPINEL_LOG_RAW("\t%s: "fmt "\n", name, var); \
89 #define NRF_802154_SPINEL_LOG_BUFF_NAMED(p_buff, buff_len, name) \ argument
92 NRF_802154_SPINEL_LOG_RAW("\t%s: ", name); \
94 NRF_802154_SPINEL_LOG_RAW("\n\t%s_address: 0x%08x\n", name, p_buff); \
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h271 #define NRFX_USBD_TRANSFER_IN(name, tx_buff, tx_size, tx_flags) \ argument
272 const nrfx_usbd_transfer_t name = { \
285 #define NRFX_USBD_TRANSFER_OUT(name, rx_buff, rx_size) \ argument
286 const nrfx_usbd_transfer_t name = { \
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile41 # project for which the documentation is generated. This name is used in the
145 # following values are used ($name is automatically replaced with the name of
146 # the entity):The $name class, The $name widget, The $name file, is, provides,
167 # before files name in the file list and in the header files. If set to NO the
168 # shortest path that makes the file name unique will be used
187 # header file to include in order to use a class. If left blank only the name of
269 # name=value
451 # enum is documented as struct, union, or enum with the name of the typedef. So
453 # with name TypeT. When disabled the typedef will appear as a member of a file,
456 # types are typedef'ed and only the typedef is referenced, never the tag name.
[all …]
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile41 # project for which the documentation is generated. This name is used in the
145 # following values are used ($name is automatically replaced with the name of
146 # the entity):The $name class, The $name widget, The $name file, is, provides,
167 # before files name in the file list and in the header files. If set to NO the
168 # shortest path that makes the file name unique will be used
187 # header file to include in order to use a class. If left blank only the name of
269 # name=value
453 # enum is documented as struct, union, or enum with the name of the typedef. So
455 # with name TypeT. When disabled the typedef will appear as a member of a file,
458 # types are typedef'ed and only the typedef is referenced, never the tag name.
[all …]
Ddrv_supp_matrix.dox13 … symbol used to build nrfx for a specific device may not necessarily correspond to the device name.
/hal_nordic-latest/drivers/nrf_802154/
DLICENSE14 3. Neither the name of the copyright holder nor the names of its
DCMakeLists.txt17 # 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/drivers/nrf_802154/sl/
DCMakeLists.txt17 # 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/drivers/nrf_802154/common/
DCMakeLists.txt17 # 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/
DCMakeLists.txt17 # 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/zephyr/
DLICENSE.txt18 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/drivers/nrf_802154/serialization/
DCMakeLists.txt17 # 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/drivers/nrf_802154/driver/
DCMakeLists.txt17 # 3. Neither the name of Nordic Semiconductor ASA nor the names of its
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c172 #define NRFX_USBD_EP_TRANSFER_EVENT(name, endpont, ep_stat) \ argument
173 const nrfx_usbd_evt_t name = { \
/hal_nordic-latest/nrfx/
DCHANGELOG.md640 - Fixed a typo in the name of the bmRequest field in the nrfx_usbd_setup_t structure. The new corre…