Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/
A Dsystem_gd32vf103.c290 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_hxtal()
333 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_24m_hxtal()
404 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_36m_hxtal()
475 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_48m_hxtal()
549 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_56m_hxtal()
621 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_72m_hxtal()
694 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_96m_hxtal()
770 }while((0U == stab_flag) && (HXTAL_STARTUP_TIMEOUT != timeout)); in system_clock_108m_hxtal()
A Dgd32vf103.h72 #if !defined (HXTAL_STARTUP_TIMEOUT)
73 #define HXTAL_STARTUP_TIMEOUT ((uint16_t)0xFFFF) macro
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_rcu.c731 while((RESET == osci_stat) && (HXTAL_STARTUP_TIMEOUT != stb_cnt)){ in rcu_osci_stab_wait()

Completed in 8 milliseconds