Home
last modified time | relevance | path

Searched full:hxt (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/nuvoton/numaker/m2l31x/
Dsoc.c28 #if DT_NODE_HAS_PROP(DT_NODELABEL(scc), hxt) in soc_reset_hook()
29 /* Enable/disable 4~24 MHz external crystal oscillator (HXT) */ in soc_reset_hook()
30 if (DT_ENUM_IDX(DT_NODELABEL(scc), hxt) == NUMAKER_SCC_CLKSW_ENABLE) { in soc_reset_hook()
32 /* Wait for HXT clock ready */ in soc_reset_hook()
34 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), hxt) == NUMAKER_SCC_CLKSW_DISABLE) { in soc_reset_hook()
/Zephyr-latest/soc/nuvoton/numaker/m46x/
Dsoc.c28 #if DT_NODE_HAS_PROP(DT_NODELABEL(scc), hxt) in soc_reset_hook()
29 /* Enable/disable 4~24 MHz external crystal oscillator (HXT) */ in soc_reset_hook()
30 if (DT_ENUM_IDX(DT_NODELABEL(scc), hxt) == NUMAKER_SCC_CLKSW_ENABLE) { in soc_reset_hook()
32 /* Wait for HXT clock ready */ in soc_reset_hook()
34 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), hxt) == NUMAKER_SCC_CLKSW_DISABLE) { in soc_reset_hook()
/Zephyr-latest/drivers/clock_control/
Dclock_control_numaker_scc.c18 int hxt; member
122 #if DT_NODE_HAS_PROP(DT_NODELABEL(scc), hxt) in numaker_scc_init()
123 LOG_OSC_SW(HXT, cfg->hxt); in numaker_scc_init()
152 .hxt = DT_INST_ENUM_IDX_OR(inst, hxt, NUMAKER_SCC_CLKSW_UNTOUCHED), \
/Zephyr-latest/soc/nuvoton/numicro/m48x/
Dsoc.c18 /* Enable HXT clock (external XTAL 12MHz) */ in soc_reset_hook()
21 /* Wait for HXT clock ready */ in soc_reset_hook()
/Zephyr-latest/dts/bindings/clock/
Dnuvoton,numaker-scc.yaml14 hxt:
17 Enable/disable 4~24 MHz external crystal oscillator (HXT)
/Zephyr-latest/dts/arm/nuvoton/
Dm46x.dtsi52 /* hxt = "enable"; */