/Zephyr-latest/boards/shields/ssd1306/doc/ |
D | index.rst | 35 for Arduino connectors and defines a node alias for the I2C interface
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.nrf_led_matrix | 16 compatible node in devicetree.
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | target_device.h | 103 sys_snode_t node; member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg_srv.rst | 15 configure it. The Bridge Configuration Server model only accepts messages encrypted with the node’s
|
D | access.rst | 7 The access layer provides mechanisms for compartmentalizing the node behavior 13 The functionality of a mesh node is represented by models. A model implements 14 a single behavior the node supports, like being a light, a sensor or a 18 node behavior. For instance, a node that contains a sensor, two lights and a 23 The node's element and model structure is specified in the node composition 130 extensions cannot be circular. Note that binding of node states and other
|
/Zephyr-latest/boards/pjrc/teensy4/ |
D | teensy41.dts | 18 /delete-node/ &w25q16jvuxim;
|
/Zephyr-latest/tests/subsys/usb/device_next/ |
D | build_all.overlay | 7 /delete-node/ &zephyr_udc0;
|
/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | nrf52840dk_spi_nor.overlay | 9 /delete-node/ &mx25r64;
|
D | nrf52840dk_mx25l51245g.overlay | 7 /delete-node/ &mx25r64;
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf52832.dtsi | 124 * This i2c node can be TWI, TWIM, or TWIS, 142 * This spi node can be SPI, SPIM, or SPIS, 160 * This i2c node can be TWI, TWIM, or TWIS, 178 * This spi node can be SPI, SPIM, or SPIS, 443 * This spi node can be SPI, SPIM, or SPIS,
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_emul.c | 359 sys_snode_t *node; in mspi_emul_find() local 361 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in mspi_emul_find() 364 emul = CONTAINER_OF(node, struct mspi_emul, node); in mspi_emul_find() 837 sys_slist_append(&data->emuls, &emul->node); in mspi_emul_register()
|
/Zephyr-latest/kernel/ |
D | userspace.c | 227 struct dyn_obj *node; in dyn_object_find() local 237 SYS_DLIST_FOR_EACH_CONTAINER(&obj_list, node, dobj_list) { in dyn_object_find() 238 if (node->kobj.name == obj) { in dyn_object_find() 244 node = NULL; in dyn_object_find() 249 return node; in dyn_object_find()
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_02/ |
D | psoc6_02.68-qfn.dtsi | 14 /delete-node/ gpio@40310080; // gpio_prt1 15 /delete-node/ gpio@40310200; // gpio_prt4 16 /delete-node/ gpio@40310680; // gpio_prt13
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 2353 #define DMA_CHANNEL_CONFIG(node, dir) \ argument 2354 DT_DMAS_CELL_BY_NAME(node, dir, channel_config) 2356 #define XSPI_DMA_CHANNEL_INIT(node, dir, dir_cap, src_dev, dest_dev) \ argument 2357 .dev = DEVICE_DT_GET(DT_DMAS_CTLR(node)), \ 2358 .channel = DT_DMAS_CELL_BY_NAME(node, dir, channel), \ 2360 DT_PHANDLE_BY_NAME(node, dmas, dir)), \ 2362 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \ 2364 DMA_CHANNEL_CONFIG(node, dir)), \ 2366 DMA_CHANNEL_CONFIG(node, dir)), \ 2370 DMA_CHANNEL_CONFIG(node, dir)), \ [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.h | 61 sys_snode_t node; member
|
/Zephyr-latest/boards/shields/mikroe_adc_click/doc/ |
D | index.rst | 22 configuration for mikroBUS connectors and defines a node alias for the mikroBUS
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | mfd_ite_it8801.h | 125 sys_snode_t node; member
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 31 zephyr-user-node.rst
|
/Zephyr-latest/samples/boards/nordic/nrf_led_matrix/ |
D | README.rst | 20 node.
|
/Zephyr-latest/include/zephyr/sys/ |
D | heap_listener.h | 95 sys_snode_t node; member
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_registry.h | 209 sys_snode_t node; member
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/doc/ |
D | index.rst | 11 Bluetooth5/Tread/802.15.4/ANT/2.4GHz multiprotocol node or development
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 274 return not any(node.prompt for node in sym.nodes)
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk_mimxrt1176_cm7.dts | 43 * This node describes the GPIO pins of the MIPI FPC interface, 65 * This node describes the GPIO pins mapping of the 44-pin camera
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 58 sys_snode_t node; member 199 .node = {0}, in __z_pthread_cleanup_init() 215 sys_slist_prepend(&t->cleanup_list, &c->node); in __z_pthread_cleanup_push() 221 sys_snode_t *node; in __z_pthread_cleanup_pop() local 228 node = sys_slist_get(&t->cleanup_list); in __z_pthread_cleanup_pop() 229 __ASSERT_NO_MSG(node != NULL); in __z_pthread_cleanup_pop() 230 c = CONTAINER_OF(node, struct __pthread_cleanup, node); in __z_pthread_cleanup_pop()
|