Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rcu.c78 RCU_PLLSAI = 0x24003010U; in rcu_deinit()
590 RCU_PLLSAI = (pllsai_n << 6U) | (((pllsai_p >> 1U) - 1U) << 16U) | (pllsai_r << 28U); in rcu_pllsai_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rcu.h70 #define RCU_PLLSAI REG32(RCU + 0x88U) /*!< PLLSAI register */ macro