Searched refs:CKPROTR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 1495 SET_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPICKP); in LL_RCC_EnableXSPIClockProtection() 1505 CLEAR_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPICKP); in LL_RCC_DisableXSPIClockProtection() 1515 return ((READ_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPICKP) == (RCC_CKPROTR_XSPICKP)) ? 1UL : 0UL); in LL_RCC_IsEnabledXSPIClockProtection() 1525 SET_BIT(RCC->CKPROTR, RCC_CKPROTR_FMCCKP); in LL_RCC_EnableFMCClockProtection() 1535 CLEAR_BIT(RCC->CKPROTR, RCC_CKPROTR_FMCCKP); in LL_RCC_DisableFMCClockProtection() 1545 return ((READ_BIT(RCC->CKPROTR, RCC_CKPROTR_FMCCKP) == (RCC_CKPROTR_FMCCKP)) ? 1UL : 0UL); in LL_RCC_IsEnabledFMCClockProtection() 1560 return (READ_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPI2SWP)); in LL_RCC_GetXSPI2SwitchPosition() 1575 return (READ_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPI1SWP)); in LL_RCC_GetXSPI1SwitchPosition() 1591 return (READ_BIT(RCC->CKPROTR, RCC_CKPROTR_FMCSWP)); in LL_RCC_GetFMCSwitchPosition()
|
D | stm32h7rsxx_hal_rcc_ex.h | 890 #define __HAL_RCC_GET_FMC_SOURCE() ((READ_BIT(RCC->CKPROTR, RCC_CKPROTR_FMCSWP) == RCC_FMCCLKSOURCE… 1072 #define __HAL_RCC_GET_XSPI1_SOURCE() ((READ_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPI1SWP) == RCC_XSPI1CLK… 1092 #define __HAL_RCC_GET_XSPI2_SOURCE() ((READ_BIT(RCC->CKPROTR, RCC_CKPROTR_XSPI2SWP) == RCC_XSPI2CLK…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc_ex.c | 2686 SET_BIT(RCC->CKPROTR, ProtectClk); in HAL_RCCEx_EnableClockProtection() 2702 CLEAR_BIT(RCC->CKPROTR, ProtectClk); in HAL_RCCEx_DisableClockProtection()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1466 …__IO uint32_t CKPROTR; /*!< RCC clock protection register, … member
|
D | stm32h7s7xx.h | 1628 …__IO uint32_t CKPROTR; /*!< RCC clock protection register, … member
|
D | stm32h7s3xx.h | 1559 …__IO uint32_t CKPROTR; /*!< RCC clock protection register, … member
|
D | stm32h7r7xx.h | 1533 …__IO uint32_t CKPROTR; /*!< RCC clock protection register, … member
|