Home
last modified time | relevance | path

Searched refs:RCK4SELR (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c334 MODIFY_REG(RCC->RCK4SELR, (RCC_RCK4SELR_PLL4SRC), 0U); in HAL_RCC_DeInit()
1904 RCC_OscInitStruct->PLL4.PLLSource = (uint32_t)(RCC->RCK4SELR & RCC_RCK4SELR_PLL4SRC); in HAL_RCC_GetOscConfig()
Dstm32mp1xx_ll_rcc.c274 MODIFY_REG(RCC->RCK4SELR, (RCC_RCK4SELR_PLL4SRC), RCC_RCK4SELR_PLL4SRC_0); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h970 #define RCC_FLAG_PLL4SRCRDY ( (RCC->RCK4SELR & RCC_RCK4SELR_PLL4SRCRDY) == RCC_RCK4SELR_PL…
3658 do{ MODIFY_REG( RCC->RCK4SELR, RCC_RCK4SELR_PLL4SRC, (__RCC_PLL4SOURCE__)); \
3669 #define __HAL_RCC_GET_PLL4_SOURCE() ((uint32_t)(RCC->RCK4SELR & RCC_RCK4SELR_PLL4SRC))
Dstm32mp1xx_ll_rcc.h4874 MODIFY_REG(RCC->RCK4SELR, RCC_RCK4SELR_PLL4SRC, PLLSource); in LL_RCC_PLL4_SetSource()
4888 return (uint32_t)(READ_BIT(RCC->RCK4SELR, RCC_RCK4SELR_PLL4SRC)); in LL_RCC_PLL4_GetSource()
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp151dxx_ca7.h1667 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151fxx_cm4.h1633 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151axx_ca7.h1667 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151axx_cm4.h1633 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151dxx_cm4.h1633 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151cxx_ca7.h1667 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151cxx_cm4.h1633 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp151fxx_ca7.h1667 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153axx_ca7.h1768 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153axx_cm4.h1734 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153cxx_ca7.h1768 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153cxx_cm4.h1734 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153dxx_ca7.h1768 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153dxx_cm4.h1734 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153fxx_ca7.h1768 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp153fxx_cm4.h1734 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp157axx_ca7.h1855 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp157axx_cm4.h1821 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp157cxx_ca7.h1855 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp157cxx_cm4.h1821 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member
Dstm32mp157dxx_ca7.h1855 …__IO uint32_t RCK4SELR; /*!< RCC PLL4 Ref. Clock Selection Register … member

12