/Zephyr-latest/scripts/west_commands/runners/ |
D | __init__.py | 70 for _name in _names: 71 _import_runner_module(_name)
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | shell.h | 24 #define BT_MESH_SHELL_HEALTH_PUB_DEFINE(_name) \ argument 25 BT_MESH_HEALTH_PUB_DEFINE(_name, \
|
D | heartbeat.h | 123 #define BT_MESH_HB_CB_DEFINE(_name) \ argument 124 static const STRUCT_SECTION_ITERABLE(bt_mesh_hb_cb, _name)
|
D | main.h | 711 #define BT_MESH_LPN_CB_DEFINE(_name) \ argument 714 _name)) 763 #define BT_MESH_FRIEND_CB_DEFINE(_name) \ argument 766 _name)) 825 #define BT_MESH_BEACON_CB_DEFINE(_name) \ argument 828 _name))
|
D | health_srv.h | 146 #define BT_MESH_HEALTH_PUB_DEFINE(_name, _max_faults) \ argument 147 BT_MESH_MODEL_PUB_DEFINE(_name, NULL, (1 + 3 + (_max_faults)))
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_uart.c | 47 #define OT_UART_DEFINE(_name, _ringbuf_rx_size, _ringbuf_tx_size) \ argument 48 RING_BUF_DECLARE(_name##_rx_ringbuf, _ringbuf_rx_size); \ 49 RING_BUF_DECLARE(_name##_tx_ringbuf, _ringbuf_tx_size); \ 50 static struct openthread_uart _name = { \ 51 .rx_ringbuf = &_name##_rx_ringbuf, \ 52 .tx_ringbuf = &_name##_tx_ringbuf, \
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 127 #define LOG_OUTPUT_DEFINE(_name, _func, _buf, _size) \ argument 128 static struct log_output_control_block _name##_control_block; \ 129 static const struct log_output _name = { \ 131 .control_block = &_name##_control_block, \
|
D | log_msg.h | 387 #define Z_LOG_FMT_ARGS_2(_name, ...) \ argument 390 (_name), (_name, GET_ARGS_LESS_N(1, __VA_ARGS__)))), \ 402 #define Z_LOG_FMT_ARGS(_name, ...) \ argument 405 (Z_LOG_FMT_ARGS_2(_name, ##__VA_ARGS__))) 409 #define Z_LOG_FMT_TAGGED_ARGS_2(_name, ...) \ argument 411 (_name, Z_CBPRINTF_TAGGED_ARGS(NUM_VA_ARGS_LESS_1(__VA_ARGS__), \ 427 #define Z_LOG_FMT_TAGGED_ARGS(_name, ...) \ argument 430 (Z_LOG_FMT_TAGGED_ARGS_2(_name, ##__VA_ARGS__))) 445 #define Z_LOG_MSG_STR_VAR_IN_SECTION(_name, ...) \ argument 448 (static const char _name[] \ [all …]
|
D | log_backend.h | 111 #define LOG_BACKEND_DEFINE(_name, _api, _autostart, ...) \ argument 112 static struct log_backend_control_block UTIL_CAT(backend_cb_, _name) = \ 119 static const STRUCT_SECTION_ITERABLE(log_backend, _name) = \ 122 .cb = &UTIL_CAT(backend_cb_, _name), \ 123 .name = STRINGIFY(_name), \
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 82 xInferenceJob(const string &_name, const DataPtr &_networkModel, in xInferenceJob() 85 : InferenceJob(_name, _networkModel, _input, _output, _expectedOutput), in xInferenceJob() 121 void inferenceProcessTask(void *_name, void *heap, void *_params) in inferenceProcessTask() argument 123 string *name = static_cast<string *>(_name); in inferenceProcessTask() 158 void inferenceSenderTask(void *_name, void *heap, void *_queue) in inferenceSenderTask() argument 160 string *name = static_cast<string *>(_name); in inferenceSenderTask()
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | nus.h | 35 #define BT_NUS_INST_DEFINE(_name) \ argument 36 Z_INTERNAL_BT_NUS_INST_DEFINE(_name)
|
/Zephyr-latest/include/zephyr/net/ |
D | net_core.h | 209 #define NET_L3_REGISTER(_l2_type, _name, _ptype, _handler) \ argument 211 NET_L3_GET_NAME(_name, _ptype)) = { \ 214 .name = STRINGIFY(_name), \
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_espi.c | 45 #define EC_HOST_CMD_ESPI_DEFINE(_name) \ argument 46 static struct ec_host_cmd_espi_ctx _name##_hc_espi; \ 47 struct ec_host_cmd_backend _name = { \ 49 .ctx = (struct ec_host_cmd_espi_ctx *)&_name##_hc_espi, \
|
D | ec_host_cmd_backend_uart.c | 104 #define EC_HOST_CMD_UART_DEFINE(_name) \ argument 105 static struct ec_host_cmd_uart_ctx _name##_hc_uart = { \ 108 static struct ec_host_cmd_backend _name = { \ 110 .ctx = &_name##_hc_uart, \
|
/Zephyr-latest/tests/posix/common/src/ |
D | clock.c | 27 #define _decl_op(_type, _name, _op) \ argument 28 static inline _type _name(const struct timespec *_a, const struct timespec *_b) \
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_interface.h | 16 #define BT_L2CAP_BR_CHANNEL_DEFINE(_name, _cid, _accept) \ argument 17 const STRUCT_SECTION_ITERABLE(bt_l2cap_br_fixed_chan, _name) = { \
|
/Zephyr-latest/include/zephyr/arch/arc/v2/mpu/ |
D | arc_mpu.h | 96 #define MPU_REGION_ENTRY(_name, _base, _size, _attr) \ argument 98 .name = _name, \
|
/Zephyr-latest/include/zephyr/arch/arm/mmu/ |
D | arm_mmu.h | 58 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \ argument 60 .name = _name, \
|
/Zephyr-latest/modules/openthread/platform/ |
D | uart.c | 37 #define OT_UART_DEFINE(_name, _ringbuf_size) \ argument 38 RING_BUF_DECLARE(_name##_rx_ringbuf, _ringbuf_size); \ 39 static struct openthread_uart _name = { \ 40 .rx_ringbuf = &_name##_rx_ringbuf, \
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_errno.c | 18 #define ERR(_name) {_name, NSI_ERRNO_MID_##_name} argument
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_mcan.h | 641 #define CAN_MCAN_DT_MRAM_DEFINE(node_id, _name) \ argument 643 static char __nocache_noinit __aligned(4) _name[CAN_MCAN_DT_MRAM_ELEMENTS_SIZE(node_id)]; 846 #define CAN_MCAN_DT_INST_MRAM_DEFINE(inst, _name) CAN_MCAN_DT_MRAM_DEFINE(DT_DRV_INST(inst), _name) argument 1197 #define CAN_MCAN_CALLBACKS_DEFINE(_name, _tx, _std, _ext) \ argument 1198 static struct can_mcan_tx_callback _name##_tx_cbs[_tx]; \ 1199 static struct can_mcan_rx_callback _name##_std_cbs[_std]; \ 1200 static struct can_mcan_rx_callback _name##_ext_cbs[_ext]; \ 1201 static const struct can_mcan_callbacks _name = { \ 1202 .tx = _name##_tx_cbs, \ 1203 .std = _name##_std_cbs, \ [all …]
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_internal.h | 733 #define Z_CBPRINTF_ON_STACK_ALLOC(_name, _len) \ argument 735 uint8_t _name##_buf32[32]; \ 736 _name = _name##_buf32 738 #define Z_CBPRINTF_ON_STACK_ALLOC(_name, _len) \ 740 uint8_t _name##_buf4[4]; \ 741 uint8_t _name##_buf8[8]; \ 742 uint8_t _name##_buf12[12]; \ 743 uint8_t _name##_buf16[16]; \ 744 uint8_t _name##_buf32[32]; \ 745 _name = (_len) <= 4 ? _name##_buf4 : \ [all …]
|
/Zephyr-latest/include/zephyr/display/ |
D | cfb.h | 69 #define FONT_ENTRY_DEFINE(_name, _width, _height, _caps, _data, _fc, _lc) \ argument 70 static const STRUCT_SECTION_ITERABLE(cfb_font, _name) = { \
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | subnet.h | 105 #define BT_MESH_SUBNET_CB_DEFINE(_name) \ argument 107 bt_mesh_subnet_cb, _CONCAT(bt_mesh_subnet_cb_, _name))
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_websocket.h | 69 #define GET_WS_SHELL_NAME(_name) shell_websocket_##_name argument
|