Home
last modified time | relevance | path

Searched refs:DT_PROP_BY_PHANDLE (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dsoc.c251 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb1), clocks, clock_frequency)); in clock_init()
253 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb1), clocks, clock_frequency)); in clock_init()
262 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb2), clocks, clock_frequency)); in clock_init()
264 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb2), clocks, clock_frequency)); in clock_init()
/Zephyr-latest/tests/drivers/clock_control/pwm_clock/src/
Dmain.c21 uint32_t clock_rate_dt = DT_PROP_BY_PHANDLE(NODELABEL, clocks, clock_frequency); in pwm_clock_setup()
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dsoc.c526 kCLOCK_Usb480M, DT_PROP_BY_PHANDLE(DT_NODELABEL(usb1), clocks, clock_frequency)); in clock_init()
528 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb1), clocks, clock_frequency)); in clock_init()
536 kCLOCK_Usb480M, DT_PROP_BY_PHANDLE(DT_NODELABEL(usb2), clocks, clock_frequency)); in clock_init()
538 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb2), clocks, clock_frequency)); in clock_init()
/Zephyr-latest/drivers/watchdog/
Dwdt_intel_adsp.c234 (.clk_freq = DT_PROP_BY_PHANDLE(DEV_NODE, clocks, clock_frequency))
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dsoc.c525 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb1), clocks, clock_frequency)); in clock_init()
527 DT_PROP_BY_PHANDLE(DT_NODELABEL(usb1), clocks, clock_frequency)); in clock_init()
/Zephyr-latest/drivers/pwm/
Dpwm_nxp_s32_emios.c755 DT_PROP_BY_PHANDLE(node_id, master_bus, channel_mask), \
848 DT_PROP_BY_PHANDLE(node_id, master_bus, prescaler)) - 1,\
913 (DT_PROP_BY_PHANDLE(node_id, master_bus, prescaler)), \
/Zephyr-latest/include/zephyr/
Ddevicetree.h1507 #define DT_PROP_BY_PHANDLE(node_id, ph, prop) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c946 bool gpio_controller = DT_PROP_BY_PHANDLE(TEST_PH, ph, gpio_controller); in ZTEST()