Home
last modified time | relevance | path

Searched refs:DT_PHA (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_dt.h64 DT_PHA(DT_DRV_INST(inst), clocks, bus)), \
65 .ctrl = DT_PHA(DT_DRV_INST(inst), clocks, ctl), \
66 .bit = DT_PHA(DT_DRV_INST(inst), clocks, bit), \
163 .group = DT_PHA(NPCX_DT_PHANDLE_FROM_WUI_NAME(inst, name), miwus, \
165 .bit = DT_PHA(NPCX_DT_PHANDLE_FROM_WUI_NAME(inst, name), miwus, \
190 .group = DT_PHA(NPCX_DT_PHANDLE_FROM_WUI_MAPS(inst, i), miwus, \
192 .bit = DT_PHA(NPCX_DT_PHANDLE_FROM_WUI_MAPS(inst, i), miwus, bit), \
311 .group = DT_PHA(NPCX_DT_PHANDLE_VW_WUI(name), miwus, group), \
312 .bit = DT_PHA(NPCX_DT_PHANDLE_VW_WUI(name), miwus, bit), \
358 DT_PHA(DT_NODELABEL(lvol_none), lvols, ctrl)
[all …]
Dpinctrl_soc.h180 .cfg.periph.group = DT_PHA(DT_PROP(node_id, prop), alts, group), \
181 .cfg.periph.bit = DT_PHA(DT_PROP(node_id, prop), alts, bit), \
182 .cfg.periph.inverted = DT_PHA(DT_PROP(node_id, prop), alts, inv), \
242 .cfg.psl_in.pol_group = DT_PHA(DT_PROP(node_id, prop), alts, group), \
243 .cfg.psl_in.pol_bit = DT_PHA(DT_PROP(node_id, prop), alts, bit), \
Dscfg.c37 .group = DT_PHA(DT_PROP_BY_IDX(node_id, prop, idx), alts, group), \
38 .bit = DT_PHA(DT_PROP_BY_IDX(node_id, prop, idx), alts, bit), \
39 .inverted = DT_PHA(DT_PROP_BY_IDX(node_id, prop, idx), alts, inv), \
/Zephyr-latest/soc/nxp/mcx/mcxc/
Dsoc.c33 (DT_PHA(DT_NODELABEL(label), clocks, name) == kCLOCK_McgIrc48MClk \
35 : DT_PHA(DT_NODELABEL(label), clocks, name) == kCLOCK_Osc0ErClk \
37 : DT_PHA(DT_NODELABEL(label), clocks, name) == kCLOCK_McgInternalRefClk \
42 (DT_PHA(node_id, clocks, name) == kCLOCK_McgIrc48MClk ? SIM_MODULE_CLK_SEL_IRC48M_CLK \
43 : DT_PHA(node_id, clocks, name) == kCLOCK_Osc0ErClk ? SIM_MODULE_CLK_SEL_OSCERCLK_CLK \
44 : DT_PHA(node_id, clocks, name) == kCLOCK_McgInternalRefClk \
/Zephyr-latest/samples/bluetooth/mesh/src/
Dboard.c37 #define LED0_PIN DT_PHA(LED0, gpios, pin)
38 #define LED0_FLAGS DT_PHA(LED0, gpios, flags)
45 #define BUTTON0_PIN DT_PHA(BUTTON0, gpios, pin)
46 #define BUTTON0_FLAGS DT_PHA(BUTTON0, gpios, flags)
/Zephyr-latest/include/zephyr/drivers/mfd/
Dmfd_ite_it8801.h100 #define IT8801_DEV_MFD_PIN(idx, inst) DT_PHA(IT8801_DT_INST_MFDCTRL(inst, idx), altctrls, pin)
101 #define IT8801_DEV_MFD_FUNC(idx, inst) DT_PHA(IT8801_DT_INST_MFDCTRL(inst, idx), altctrls, alt_func)
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dcypress_psoc6_dt.h116 DT_PHA(DT_INST_PINCTRL_0(inst, i), cypress_pins, pin)
120 DT_PHA(DT_INST_PINCTRL_0(inst, i), cypress_pins, hsiom)
/Zephyr-latest/soc/ite/ec/common/
Dpinctrl_soc.h159 DT_PHA(node_id, pinmuxs, pin)
166 DT_PHA(node_id, pinmuxs, alt_func)
Dsoc_dt.h16 DT_PHA(IT8XXX2_DT_INST_WUCCTRL(inst, idx), wucs, mask)
/Zephyr-latest/soc/nordic/common/
Dpinctrl_soc.h66 ((DT_PHA(p_node_id, power_domains, id) == \
/Zephyr-latest/drivers/adc/
Dadc_mcux_lpadc.c581 (DT_PHA(DT_DRV_INST(n), nxp_references, vref_mv)), \
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst317 general purpose APIs for this are :c:macro:`DT_PHA_BY_IDX` and :c:macro:`DT_PHA`.
/Zephyr-latest/include/zephyr/
Ddevicetree.h1590 #define DT_PHA(node_id, pha, cell) DT_PHA_BY_IDX(node_id, pha, 0, cell) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1032 zassert_equal(DT_PHA(TEST_PH, gpios, pin), 10, ""); in ZTEST()
1033 zassert_equal(DT_PHA(TEST_PH, gpios, flags), 20, ""); in ZTEST()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c118 (COND_CODE_0(DT_PHA(UARTE(idx), power_domains, id), (1), (0))),\