Searched refs:_name (Results 101 – 109 of 109) sorted by relevance
12345
/Zephyr-latest/drivers/flash/ |
D | spi_flash_at45.c | 54 #define DEF_BUF_SET(_name, _buf_array) \ argument 55 const struct spi_buf_set _name = { \
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1985 #define BT_CONN_CB_DEFINE(_name) \ argument 1988 _name))
|
/Zephyr-latest/drivers/can/ |
D | can_shell.c | 33 #define CAN_SHELL_MODE_MAPPING(_name, _mode) { .name = _name, .mode = _mode } argument
|
/Zephyr-latest/drivers/modem/ |
D | modem_cellular.c | 2333 #define MODEM_CELLULAR_INIT_USER_PIPE(_inst, _name, _dlci_address) \ argument 2336 .dlci_receive_buf = MODEM_CELLULAR_INST_NAME(_name, _inst), \ 2337 .dlci_receive_buf_size = sizeof(MODEM_CELLULAR_INST_NAME(_name, _inst)), \ 2338 .pipelink = MODEM_PIPELINK_DT_INST_GET(_inst, _name), \
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 100 self._name = name 127 return self._name 901 node._name = new_name
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso.c | 62 #define DECLARE_MAYFLY_ARRAY(_name, _fp, _cnt) \ argument 64 static struct mayfly _name[_cnt] = \
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 272 #define FOO_OBJECT_DEFINE(_name) \ 273 LOG_INSTANCE_REGISTER(foo, _name, CONFIG_FOO_LOG_LEVEL) \ 274 struct foo_object _name = { \ 275 LOG_INSTANCE_PTR_INIT(log, foo, _name) \
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 640 * The ``SHELL_UART_DEFINE`` macro now only requires a ``_name`` argument. In the meantime, the
|
D | release-notes-2.1.rst | 709 * :github:`19484` - Bluetooth: split: bt\_set\_name() asserts due to flash and radio coex
|
12345