Home
last modified time | relevance | path

Searched refs:sws (Results 1 – 15 of 15) sorted by relevance

/hal_gigadevice-latest/gd32l23x/cmsis/gd/gd32l23x/source/
Dsystem_gd32l23x.c318 uint32_t sws = 0U; in SystemCoreClockUpdate() local
323 sws = GET_BITS(RCU_CFG0, 2, 3); in SystemCoreClockUpdate()
324 switch(sws) { in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_rcu.c1007 uint32_t sws, ck_freq = 0U; in rcu_clock_freq_get() local
1017 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1018 switch(sws){ in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32a50x/cmsis/gd/gd32a50x/source/
Dsystem_gd32a50x.c777 uint32_t sws; in SystemCoreClockUpdate() local
784 sws = RCU_CFG0 & RCU_CFG0_SCSS; in SystemCoreClockUpdate()
785 switch(sws) { in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rcu.c1260 uint32_t sws, ck_freq = 0U; in rcu_clock_freq_get() local
1269 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1270 switch(sws) { in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_rcu.c904 uint32_t sws, ck_freq = 0U; in rcu_clock_freq_get() local
915 sws = RCU_CFG0 & RCU_CFG0_SCSS; in rcu_clock_freq_get()
916 switch(sws) { in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32f3x0/cmsis/gd/gd32f3x0/source/
Dsystem_gd32f3x0.c761 uint32_t sws = 0U; in SystemCoreClockUpdate() local
766 sws = GET_BITS(RCU_CFG0, 2, 3); in SystemCoreClockUpdate()
767 switch(sws){ in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_rcu.c1139 uint32_t sws, ck_freq = 0U; in rcu_clock_freq_get() local
1149 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1150 switch(sws){ in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32e10x/cmsis/gd/gd32e10x/source/
Dsystem_gd32e10x.c794 uint32_t sws = 0U; in SystemCoreClockUpdate() local
799 sws = GET_BITS(RCU_CFG0, 2, 3); in SystemCoreClockUpdate()
800 switch(sws){ in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_rcu.c1142 uint32_t sws, ck_freq = 0U; in rcu_clock_freq_get() local
1152 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1153 switch(sws){ in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rcu.c1081 uint32_t sws = 0U, adcps = 0U, adcps2 = 0U, ck_freq = 0U; in rcu_clock_freq_get() local
1091 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1092 switch(sws) { in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rcu.c1044 uint32_t sws = 0U, adcps = 0U, adcps2 = 0U, ck_freq = 0U; in rcu_clock_freq_get() local
1053 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1054 switch(sws){ in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32f4xx/cmsis/gd/gd32f4xx/source/
Dsystem_gd32f4xx.c1105 uint32_t sws; in SystemCoreClockUpdate() local
1111 sws = GET_BITS(RCU_CFG0, 2, 3); in SystemCoreClockUpdate()
1112 switch(sws){ in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_rcu.c1441 uint32_t sws, ck_freq = 0U; in rcu_clock_freq_get() local
1454 sws = GET_BITS(RCU_CFG0, 2, 3); in rcu_clock_freq_get()
1455 switch(sws){ in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32f403/cmsis/gd/gd32f403/source/
Dsystem_gd32f403.c1096 uint32_t sws; in SystemCoreClockUpdate() local
1100 sws = GET_BITS(RCU_CFG0, 2, 3); in SystemCoreClockUpdate()
1101 switch(sws){ in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32e50x/cmsis/gd/gd32e50x/source/
Dsystem_gd32e50x.c969 uint32_t sws; in SystemCoreClockUpdate() local
978 sws = GET_BITS(RCU_CFG0, 2, 3); in SystemCoreClockUpdate()
979 switch(sws){ in SystemCoreClockUpdate()