/Zephyr-latest/soc/nxp/common/ |
D | Kconfig.rom_loader | 11 from FLEXSPI into the region specified by `zephyr,flash` node.
|
/Zephyr-latest/samples/net/ptp/src/ |
D | main.c | 38 port = CONTAINER_OF(sys_slist_peek_head(ports_list), struct ptp_port, node); in get_current_status()
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | smp.h | 161 sys_snode_t node; member
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | nrf9161dk_nrf9161_common_0_7_0.dtsi | 8 /delete-node/ &gd25wb256;
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 47 That approach requires configuring the SPI dts node in a special way. The main compatible string of 48 a SPI node has changed to use the Host Command version of a SPI driver. The rest of the properties 49 should be configured as usual. Example of the SPI node for STM32: 80 For the SPI, it is required to set the backend chosen node ``zephyr,host-cmd-spi-backend``. 103 If no backend chosen node is configured, the application must call the :c:func:`ec_host_cmd_init`
|
/Zephyr-latest/samples/sensor/tdk_apex/boards/ |
D | nrf52dk_nrf52832_i2c.overlay | 8 * Get a node identifier for TDK IMU sensor supporting APEX feature.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | espi_emul.h | 112 sys_snode_t node; member
|
D | coredump.h | 39 sys_snode_t node; member
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 1567 #define DMA_CHANNEL_CONFIG(node, dir) \ argument 1568 DT_DMAS_CELL_BY_NAME(node, dir, channel_config) 1570 #define QSPI_DMA_CHANNEL_INIT(node, dir) \ argument 1571 .dev = DEVICE_DT_GET(DT_DMAS_CTLR(node)), \ 1572 .channel = DT_DMAS_CELL_BY_NAME(node, dir, channel), \ 1574 DT_PHANDLE_BY_NAME(node, dmas, dir)),\ 1576 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \ 1578 DMA_CHANNEL_CONFIG(node, dir)), \ 1580 DMA_CHANNEL_CONFIG(node, dir)), \ 1582 DMA_CHANNEL_CONFIG(node, dir)), \ [all …]
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 21 a devicetree node label named ``i2s_rxtx`` or separate node labels ``i2s_rx``
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f427.dtsi | 64 * some vX variants. Delete node in vX.dtsi. 77 * some vX variants. Delete node in vX.dtsi.
|
/Zephyr-latest/arch/xtensa/core/ |
D | ptables.c | 447 sys_snode_t *node; in __arch_mem_map() local 452 SYS_SLIST_FOR_EACH_NODE(&xtensa_domain_list, node) { in __arch_mem_map() 453 domain = CONTAINER_OF(node, struct arch_mem_domain, node); in __arch_mem_map() 602 sys_snode_t *node; in __arch_mem_unmap() local 607 SYS_SLIST_FOR_EACH_NODE(&xtensa_domain_list, node) { in __arch_mem_unmap() 608 domain = CONTAINER_OF(node, struct arch_mem_domain, node); in __arch_mem_unmap() 833 sys_slist_append(&xtensa_domain_list, &domain->arch.node); in arch_mem_domain_init()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 188 local messages. When Friend feature is enabled and the node is 192 consumption of the Low Power node. 207 extended advertising set makes the Friend node send friendship 209 thus reducing the scanning time on the Low Power node. 221 This should be chosen based on the number of local messages that the node 434 Number of messages that are cached by the node to avoid acting on the 555 models the local node supports, i.e. what's the largest 556 message payload that the node needs to be able to receive. 577 models the local node supports, i.e. what's the largest 578 message payload that the node needs to be able to send. [all …]
|
D | testing.h | 33 sys_snode_t node; member
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.gd32 | 27 that enable dma channels in their device tree node.
|
/Zephyr-latest/samples/sensor/tmp112/ |
D | README.rst | 16 devicetree overlay with such a node added.
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | mmustructs.h | 92 sys_snode_t node; member
|
/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | nrf52840dk_mx25r_high_perf.overlay | 1 /delete-node/ &qspi;
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/ |
D | fvp_baser_aemv8r_fvp_aemv8r_aarch32.dts | 15 * The SRAM node is actually located in the
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/ |
D | psoc6_01.80-wlcsp.dtsi | 14 /delete-node/ gpio@40320100; // gpio_prt2 15 /delete-node/ gpio@40320180; // gpio_prt3 16 /delete-node/ gpio@40320200; // gpio_prt4 17 /delete-node/ gpio@40320680; // gpio_prt13
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 5 Setup a Bluetooth Mesh node with various models (generic OnOff, generic Level, ...). 9 This is a application demonstrating a Bluetooth Mesh node in 101 supported by the node. This example supports 2 elements per node.
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/boards/ |
D | nrf52dk_nrf52832_spi.overlay | 8 * Get a node identifier for 6-axis IMU sensor.
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 13 /delete-node/ memory@38000000;
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/ |
D | mgmt.h | 87 sys_snode_t node; member
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.h | 70 sys_snode_t node; member
|