Home
last modified time | relevance | path

Searched refs:DT_PHANDLE (Results 1 – 25 of 98) sorted by relevance

1234

/Zephyr-latest/soc/nordic/common/
Ddmm.h50 #define DMM_ALIGN_SIZE(node_id) DMM_REG_ALIGN_SIZE(DT_PHANDLE(node_id, memory_regions))
61 ((void *)DT_REG_ADDR(DT_PHANDLE(node_id, memory_regions))), (NULL))
71 DT_PHANDLE(node_id, memory_regions))))) \
/Zephyr-latest/include/zephyr/devicetree/
Dcan.h76 MAX(DT_PROP_OR(DT_PHANDLE(node_id, phys), min_bitrate, 0), min), \
119 MIN(DT_PROP(DT_PHANDLE(node_id, phys), max_bitrate), max), \
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_dt.h161 .table = DT_PROP(DT_PHANDLE(NPCX_DT_PHANDLE_FROM_WUI_NAME(inst, \
188 .table = DT_PROP(DT_PHANDLE(NPCX_DT_PHANDLE_FROM_WUI_MAPS(inst, i), \
259 DT_PROP(DT_PHANDLE(DT_PARENT(child), parent), index)
297 #define NPCX_DT_PHANDLE_VW_WUI(name) DT_PHANDLE(NPCX_DT_NODE_FROM_VWTABLE( \
309 .table = DT_PROP(DT_PHANDLE(NPCX_DT_PHANDLE_VW_WUI(name), miwus), \
/Zephyr-latest/soc/nxp/s32/common/
Dsiul2_pinctrl.h46 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_fem.h19 #define FEM_NODE DT_PHANDLE(DT_NODELABEL(radio), fem)
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/
Dpinctrl_soc.h34 { DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/nxp/imx/imx8/adsp/
Dpinctrl_soc.h34 { DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/samples/bluetooth/mesh/src/
Dboard.c36 #define LED0_DEV DT_PHANDLE(LED0, gpios)
44 #define BUTTON0_DEV DT_PHANDLE(BUTTON0, gpios)
/Zephyr-latest/soc/xlnx/zynqmp/
Dpinctrl_soc.h50 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/nxp/rw/
Dpinctrl_soc.h39 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/ti/simplelink/cc32xx/
Dpinctrl_soc.h61 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp_debug_window.h75 #define WIN2_MBASE DT_REG_ADDR(DT_PHANDLE(DT_NODELABEL(mem_window2), memory))
/Zephyr-latest/soc/openisa/rv32m1/
Dpinctrl_soc.h41 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h82 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pins, \
107 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, psels, \
/Zephyr-latest/soc/wch/ch32v00x/
Dpinctrl_soc.h39 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \
/Zephyr-latest/soc/ite/ec/common/
Dsoc_dt.h14 DEVICE_DT_GET(DT_PHANDLE(IT8XXX2_DT_INST_WUCCTRL(inst, idx), wucs))
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dpinctrl_soc.h44 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
Dpinctrl_soc.h44 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/nuvoton/numaker/common/
Dpinctrl_soc.h42 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \
/Zephyr-latest/soc/nuvoton/numicro/common/
Dpinctrl_soc.h44 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dpinctrl_soc.h36 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/samples/drivers/dac/src/
Dmain.c16 #define DAC_NODE DT_PHANDLE(ZEPHYR_USER_NODE, dac)
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dpinctrl_soc.h65 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/include/zephyr/drivers/pinctrl/
Dpinctrl_nxp_port_common.h69 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \
/Zephyr-latest/soc/espressif/esp32/
Dpinctrl_soc.h72 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \

1234