Home
last modified time | relevance | path

Searched refs:CTIMER_CLOCK_SETUP (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.c53 #define CTIMER_CLOCK_SETUP(node_id) CLOCK_AttachClk(CTIMER_CLOCK_SOURCE(node_id)); macro
304 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
305 DT_FOREACH_STATUS_OKAY(nxp_ctimer_pwm, CTIMER_CLOCK_SETUP) in clock_init()
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dsoc.c49 #define CTIMER_CLOCK_SETUP(node_id) CLOCK_AttachClk(CTIMER_CLOCK_SOURCE(node_id)); macro
290 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
292 DT_FOREACH_STATUS_OKAY(nxp_ctimer_pwm, CTIMER_CLOCK_SETUP) in clock_init()
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dsoc.c46 #define CTIMER_CLOCK_SETUP(node_id) CLOCK_AttachClk(CTIMER_CLOCK_SOURCE(node_id)); macro
386 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in rt5xx_clock_init()