Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/arm/nuvoton_numaker/m46x/
Dsoc.c31 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), hxt) == NUMAKER_SCC_CLKSW_DISABLE) { in z_arm_platform_init()
42 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), lxt) == NUMAKER_SCC_CLKSW_DISABLE) { in z_arm_platform_init()
63 } else if (DT_ENUM_IDX(DT_NODELABEL(scc), hirc48) == NUMAKER_SCC_CLKSW_DISABLE) { in z_arm_platform_init()
/Zephyr-Core-3.5.0/include/zephyr/drivers/clock_control/
Dclock_control_numaker.h17 #define NUMAKER_SCC_CLKSW_DISABLE 2 macro
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_control_numaker_scc.c113 } else if (sw == NUMAKER_SCC_CLKSW_DISABLE) { \