Home
last modified time | relevance | path

Searched refs:RCC_PLL3CFGR_PLL3M_Pos (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4796 ((PLLM - 1UL) << RCC_PLL3CFGR_PLL3M_Pos)); in LL_RCC_PLL3_ConfigDomain_SAI()
4824 ((PLLM - 1UL) << RCC_PLL3CFGR_PLL3M_Pos)); in LL_RCC_PLL3_ConfigDomain_48M()
4854 ((PLLM - 1UL) << RCC_PLL3CFGR_PLL3M_Pos)); in LL_RCC_PLL3_ConfigDomain_HSPI_LTDC()
4986 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M, (PLL3M - 1UL) << RCC_PLL3CFGR_PLL3M_Pos); in LL_RCC_PLL3_SetDivider()
4996 return (uint32_t)((READ_BIT(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos) + 1UL); in LL_RCC_PLL3_GetDivider()
Dstm32u5xx_hal_rcc_ex.h1353 (((__PLL3M__) - 1U) << RCC_PLL3CFGR_PLL3M_Pos));\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h5063 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M, PLL3M << RCC_PLL3CFGR_PLL3M_Pos); in LL_RCC_PLL3_SetM()
5073 return (uint32_t)(READ_BIT(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos); in LL_RCC_PLL3_GetM()
Dstm32h5xx_hal_rcc_ex.h1673 … ((__PLL3SOURCE__) << RCC_PLL3CFGR_PLL3SRC_Pos) | ((__PLL3M__) << RCC_PLL3CFGR_PLL3M_Pos)); \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1345 …Init->PLL3.PLL3M = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos) + 1U; in HAL_RCCEx_GetPeriphCLKConfig()
1687 pll3m = ((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos) + 1U; in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2558 …phClkInit->PLL3.PLL3M = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos); in HAL_RCCEx_GetPeriphCLKConfig()
3064 pll3m = ((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos); in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h523xx.h12713 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
12714 #define RCC_PLL3CFGR_PLL3M_Msk (0x3FUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00003F00…
12716 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
12717 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
12718 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
12719 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
12720 #define RCC_PLL3CFGR_PLL3M_4 (0x10UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00001000…
12721 #define RCC_PLL3CFGR_PLL3M_5 (0x20UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00002000…
Dstm32h562xx.h13393 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
13394 #define RCC_PLL3CFGR_PLL3M_Msk (0x3FUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00003F00…
13396 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
13397 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
13398 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
13399 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
13400 #define RCC_PLL3CFGR_PLL3M_4 (0x10UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00001000…
13401 #define RCC_PLL3CFGR_PLL3M_5 (0x20UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00002000…
Dstm32h533xx.h13232 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
13233 #define RCC_PLL3CFGR_PLL3M_Msk (0x3FUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00003F00…
13235 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
13236 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
13237 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
13238 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
13239 #define RCC_PLL3CFGR_PLL3M_4 (0x10UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00001000…
13240 #define RCC_PLL3CFGR_PLL3M_5 (0x20UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00002000…
Dstm32h573xx.h15996 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
15997 #define RCC_PLL3CFGR_PLL3M_Msk (0x3FUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00003F00…
15999 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
16000 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
16001 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
16002 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
16003 #define RCC_PLL3CFGR_PLL3M_4 (0x10UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00001000…
16004 #define RCC_PLL3CFGR_PLL3M_5 (0x20UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00002000…
Dstm32h563xx.h15477 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
15478 #define RCC_PLL3CFGR_PLL3M_Msk (0x3FUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00003F00…
15480 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
15481 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
15482 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
15483 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
15484 #define RCC_PLL3CFGR_PLL3M_4 (0x10UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00001000…
15485 #define RCC_PLL3CFGR_PLL3M_5 (0x20UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00002000…
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h14555 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
14556 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
14558 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
14559 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
14560 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
14561 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u535xx.h14042 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
14043 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
14045 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
14046 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
14047 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
14048 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u575xx.h15450 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
15451 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
15453 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
15454 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
15455 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
15456 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u585xx.h16012 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
16013 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
16015 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
16016 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
16017 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
16018 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u595xx.h16478 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
16479 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
16481 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
16482 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
16483 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
16484 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u5a5xx.h17040 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
17041 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
17043 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
17044 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
17045 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
17046 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u5f7xx.h18011 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
18012 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
18014 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
18015 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
18016 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
18017 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u599xx.h20204 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
20205 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
20207 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
20208 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
20209 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
20210 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u5g7xx.h18573 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
18574 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
18576 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
18577 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
18578 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
18579 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u5f9xx.h21140 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
21141 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
21143 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
21144 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
21145 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
21146 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u5a9xx.h20766 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
20767 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
20769 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
20770 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
20771 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
20772 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…
Dstm32u5g9xx.h21702 #define RCC_PLL3CFGR_PLL3M_Pos (8U) macro
21703 #define RCC_PLL3CFGR_PLL3M_Msk (0xFUL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x000003F0…
21705 #define RCC_PLL3CFGR_PLL3M_0 (0x01UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000100…
21706 #define RCC_PLL3CFGR_PLL3M_1 (0x02UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000200…
21707 #define RCC_PLL3CFGR_PLL3M_2 (0x04UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000400…
21708 #define RCC_PLL3CFGR_PLL3M_3 (0x08UL << RCC_PLL3CFGR_PLL3M_Pos) /*!< 0x00000800…