Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_rcu.c726 FlagStatus osci_stat = RESET; in rcu_osci_stab_wait() local
732 osci_stat = rcu_flag_get(RCU_FLAG_HXTALSTB); in rcu_osci_stab_wait()
745 osci_stat = rcu_flag_get(RCU_FLAG_LXTALSTB); in rcu_osci_stab_wait()
758 osci_stat = rcu_flag_get(RCU_FLAG_IRC8MSTB); in rcu_osci_stab_wait()
770 while((RESET == osci_stat) && (OSC_STARTUP_TIMEOUT != stb_cnt)){ in rcu_osci_stab_wait()
771 osci_stat = rcu_flag_get(RCU_FLAG_IRC40KSTB); in rcu_osci_stab_wait()
783 while((RESET == osci_stat) && (OSC_STARTUP_TIMEOUT != stb_cnt)){ in rcu_osci_stab_wait()
784 osci_stat = rcu_flag_get(RCU_FLAG_PLLSTB); in rcu_osci_stab_wait()
795 while((RESET == osci_stat) && (OSC_STARTUP_TIMEOUT != stb_cnt)){ in rcu_osci_stab_wait()
796 osci_stat = rcu_flag_get(RCU_FLAG_PLL1STB); in rcu_osci_stab_wait()
[all …]

Completed in 7 milliseconds