Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f446xx.h11040 #define RCC_PLLSAICFGR_PLLSAIM_Pos (0U) macro
11041 #define RCC_PLLSAICFGR_PLLSAIM_Msk (0x3FUL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x0000003F */
11043 #define RCC_PLLSAICFGR_PLLSAIM_0 (0x01UL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x00000001 */
11044 #define RCC_PLLSAICFGR_PLLSAIM_1 (0x02UL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x00000002 */
11045 #define RCC_PLLSAICFGR_PLLSAIM_2 (0x04UL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x00000004 */
11046 #define RCC_PLLSAICFGR_PLLSAIM_3 (0x08UL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x00000008 */
11047 #define RCC_PLLSAICFGR_PLLSAIM_4 (0x10UL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x00000010 */
11048 #define RCC_PLLSAICFGR_PLLSAIM_5 (0x20UL << RCC_PLLSAICFGR_PLLSAIM_Pos) /*!< 0x00000020 */
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c519 …SAI.PLLSAIM = (uint32_t)((RCC->PLLSAICFGR & RCC_PLLSAICFGR_PLLSAIM) >> RCC_PLLSAICFGR_PLLSAIM_Pos); in HAL_RCCEx_GetPeriphCLKConfig()