Home
last modified time | relevance | path

Searched refs:RCC_CIR_PLLSAIRDYIE (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h183 #define LL_RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE /*!< PLLSAI Ready Interrupt Enable …
4961 SET_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE); in LL_RCC_EnableIT_PLLSAIRDY()
5031 CLEAR_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE); in LL_RCC_DisableIT_PLLSAIRDY()
5101 return (READ_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE) == (RCC_CIR_PLLSAIRDYIE)); in LL_RCC_IsEnabledIT_PLLSAIRDY()
Dstm32f7xx_hal_rcc_ex.h2820 #define __HAL_RCC_PLLSAI_ENABLE_IT() (RCC->CIR |= (RCC_CIR_PLLSAIRDYIE))
2824 #define __HAL_RCC_PLLSAI_DISABLE_IT() (RCC->CIR &= ~(RCC_CIR_PLLSAIRDYIE))
2833 #define __HAL_RCC_PLLSAI_GET_IT() ((RCC->CIR & (RCC_CIR_PLLSAIRDYIE)) == (RCC_CIR_PLLSAIRDYIE))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h188 #define LL_RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE /*!< PLLSAI Ready Interrupt Enable …
6871 SET_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE); in LL_RCC_EnableIT_PLLSAIRDY()
6946 CLEAR_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE); in LL_RCC_DisableIT_PLLSAIRDY()
7021 return (READ_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE) == (RCC_CIR_PLLSAIRDYIE)); in LL_RCC_IsEnabledIT_PLLSAIRDY()
Dstm32f4xx_hal_rcc_ex.h6759 #define __HAL_RCC_PLLSAI_ENABLE_IT() (RCC->CIR |= (RCC_CIR_PLLSAIRDYIE))
6763 #define __HAL_RCC_PLLSAI_DISABLE_IT() (RCC->CIR &= ~(RCC_CIR_PLLSAIRDYIE))
6772 #define __HAL_RCC_PLLSAI_GET_IT() ((RCC->CIR & (RCC_CIR_PLLSAIRDYIE)) == (RCC_CIR_PLLSAIRDYIE))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c245 #if defined(RCC_CIR_PLLSAIRDYIE) in LL_RCC_DeInit()
246 CLEAR_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE); in LL_RCC_DeInit()
Dstm32f4xx_hal_rcc_ex.c3323 #if defined(RCC_CIR_PLLSAIRDYIE) in HAL_RCC_DeInit()
3324 CLEAR_BIT(RCC->CIR, RCC_CIR_PLLSAIRDYIE); in HAL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc.c303 …CC_CIR_HSIRDYIE | RCC_CIR_HSERDYIE | RCC_CIR_PLLRDYIE | RCC_CIR_PLLI2SRDYIE | RCC_CIR_PLLSAIRDYIE); in HAL_RCC_DeInit()
Dstm32f7xx_ll_rcc.c210 …CC_CIR_HSIRDYIE | RCC_CIR_HSERDYIE | RCC_CIR_PLLRDYIE | RCC_CIR_PLLI2SRDYIE | RCC_CIR_PLLSAIRDYIE); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9367 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f722xx.h9351 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f730xx.h9581 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f733xx.h9581 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f732xx.h9565 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f750xx.h10762 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f745xx.h10148 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f756xx.h10762 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f746xx.h10487 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f765xx.h10661 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f777xx.h11312 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f767xx.h11037 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f427xx.h10419 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f446xx.h10313 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f429xx.h10763 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f439xx.h11037 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro
Dstm32f437xx.h10698 #define RCC_CIR_PLLSAIRDYIE RCC_CIR_PLLSAIRDYIE_Msk macro

12