/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc.c | 864 …((READ_BIT(temp2_pllckcfg, RCC_PLL1DIVR_P1) >> RCC_PLL1DIVR_P1_Pos) != (RCC_OscInitStruct->PLL.PLL… in HAL_RCC_OscConfig() 1703 …RCC_OscInitStruct->PLL.PLLP = (uint32_t)((RCC->PLL1DIVR & RCC_PLL1DIVR_P1) >> RCC_PLL1DIVR_P1_Pos)… in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 4531 return (uint32_t)((READ_BIT(RCC->PLL1DIVR, RCC_PLL1DIVR_P1) >> RCC_PLL1DIVR_P1_Pos) + 1UL); in LL_RCC_PLL1_GetP() 4596 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_P1, (P - 1UL) << RCC_PLL1DIVR_P1_Pos); in LL_RCC_PLL1_SetP()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 13128 #define RCC_PLL1DIVR_P1_Pos (9U) macro 13129 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h7b0xx.h | 13572 #define RCC_PLL1DIVR_P1_Pos (9U) macro 13573 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h7b0xxq.h | 13584 #define RCC_PLL1DIVR_P1_Pos (9U) macro 13585 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h7a3xxq.h | 13140 #define RCC_PLL1DIVR_P1_Pos (9U) macro 13141 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h7b3xx.h | 13579 #define RCC_PLL1DIVR_P1_Pos (9U) macro 13580 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h7b3xxq.h | 13591 #define RCC_PLL1DIVR_P1_Pos (9U) macro 13592 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h730xxq.h | 15440 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15441 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h733xx.h | 15428 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15429 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h725xx.h | 14989 #define RCC_PLL1DIVR_P1_Pos (9U) macro 14990 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h730xx.h | 15428 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15429 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h735xx.h | 15440 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15441 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h742xx.h | 14314 #define RCC_PLL1DIVR_P1_Pos (9U) macro 14315 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h723xx.h | 14977 #define RCC_PLL1DIVR_P1_Pos (9U) macro 14978 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h750xx.h | 15207 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15208 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h753xx.h | 15213 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15214 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h745xx.h | 15520 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15521 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h745xg.h | 15520 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15521 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h743xx.h | 14944 #define RCC_PLL1DIVR_P1_Pos (9U) macro 14945 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h755xx.h | 15789 #define RCC_PLL1DIVR_P1_Pos (9U) macro 15790 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h757xx.h | 18946 #define RCC_PLL1DIVR_P1_Pos (9U) macro 18947 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h747xg.h | 18677 #define RCC_PLL1DIVR_P1_Pos (9U) macro 18678 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|
D | stm32h747xx.h | 18677 #define RCC_PLL1DIVR_P1_Pos (9U) macro 18678 #define RCC_PLL1DIVR_P1_Msk (0x7FUL << RCC_PLL1DIVR_P1_Pos) /*!< 0x0000FE00 */
|