Searched defs:PLL (Results 1 – 4 of 4) sorted by relevance
40 #define PLLDIG_PLLCR(PLL) ((PLL) + 0x0UL) argument43 #define PLLDIG_PLLSR(PLL) ((PLL) + 0x4UL) argument46 #define PLLDIG_PLLDV(PLL) ((PLL) + 0x8UL) argument54 #define PLLDIG_PLLFD(PLL) ((PLL) + 0x10UL) argument59 #define PLLDIG_PLLCLKMUX(PLL) ((PLL) + 0x20UL) argument61 #define PLLDIG_PLLODIV(PLL, N) ((PLL) + 0x80UL + ((N) * 0x4UL)) argument
44 #define PLL(_id, _reg, _pwr_reg, _rstb, _pcwbits, _div_reg, _div_shift, \ macro
126 …RCC_PLLInitTypeDef PLL; /*!< Main PLL structure parameters … member