Home
last modified time | relevance | path

Searched refs:_name (Results 101 – 109 of 109) sorted by relevance

12345

/Zephyr-latest/drivers/flash/
Dspi_flash_at45.c54 #define DEF_BUF_SET(_name, _buf_array) \ argument
55 const struct spi_buf_set _name = { \
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1985 #define BT_CONN_CB_DEFINE(_name) \ argument
1988 _name))
/Zephyr-latest/drivers/can/
Dcan_shell.c33 #define CAN_SHELL_MODE_MAPPING(_name, _mode) { .name = _name, .mode = _mode } argument
/Zephyr-latest/drivers/modem/
Dmodem_cellular.c2333 #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/
Ddtlib.py100 self._name = name
127 return self._name
901 node._name = new_name
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso.c62 #define DECLARE_MAYFLY_ARRAY(_name, _fp, _cnt) \ argument
64 static struct mayfly _name[_cnt] = \
/Zephyr-latest/doc/services/logging/
Dindex.rst272 #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/
Dmigration-guide-3.6.rst640 * The ``SHELL_UART_DEFINE`` macro now only requires a ``_name`` argument. In the meantime, the
Drelease-notes-2.1.rst709 * :github:`19484` - Bluetooth: split: bt\_set\_name() asserts due to flash and radio coex

12345