Searched full:hxt (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/soc/nuvoton/numaker/m2l31x/ |
D | soc.c | 28 #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/ |
D | soc.c | 28 #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/ |
D | clock_control_numaker_scc.c | 18 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/ |
D | soc.c | 18 /* 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/ |
D | nuvoton,numaker-scc.yaml | 14 hxt: 17 Enable/disable 4~24 MHz external crystal oscillator (HXT)
|
/Zephyr-latest/dts/arm/nuvoton/ |
D | m46x.dtsi | 52 /* hxt = "enable"; */
|