Searched refs:PLLDIG_PLLDV_RDIV (Results 1 – 3 of 3) sorted by relevance
246 … IP_CORE_PLL->PLLDV = (PLLDIG_PLLDV_RDIV(1U) | PLLDIG_PLLDV_MFI(30U)); /* /1 * 30 */ in Clock_Ip_SpecificPlatformInitClock()254 … IP_PERIPH_PLL->PLLDV = (PLLDIG_PLLDV_RDIV(1U) | PLLDIG_PLLDV_MFI(30U)); /* /1 * 30 */ in Clock_Ip_SpecificPlatformInitClock()284 … IP_CORE_PLL->PLLDV = (PLLDIG_PLLDV_RDIV(1U) | PLLDIG_PLLDV_MFI(30U)); /* /1 * 30 */ in Clock_Ip_SpecificPlatformInitClock()304 … IP_PERIPH_PLL->PLLDV = (PLLDIG_PLLDV_RDIV(1U) | PLLDIG_PLLDV_MFI(30U)); /* /1 * 30 */ in Clock_Ip_SpecificPlatformInitClock()
206 Value = (uint32) (PLLDIG_PLLDV_RDIV(Config->Predivider) | in Clock_Ip_SetPlldigRdivMfiMfnSdmenSsscgbypSpreadctlStepnoStepsize()316 Value = (uint32) (PLLDIG_PLLDV_RDIV(Config->Predivider) | in Clock_Ip_SetPlldigRdivMfiMfnSdmen()
151 #define PLLDIG_PLLDV_RDIV(x) (((uint32_t)(((uint32_t)(x)) << PLLDIG_PLLDV_RDIV_… macro