Home
last modified time | relevance | path

Searched refs:RCC_PSSICLKSOURCE_CLKP (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h442 #define RCC_PSSICLKSOURCE_CLKP RCC_CCIPR1_PSSISEL /*!< Clock peripheral output selection… macro
1862 ((__SOURCE__) == RCC_PSSICLKSOURCE_CLKP))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h423 #define RCC_PSSICLKSOURCE_CLKP LL_RCC_PSSI_CLKSOURCE_CLKP macro
2881 ((__SOURCE__) == RCC_PSSICLKSOURCE_CLKP) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c829 case RCC_PSSICLKSOURCE_CLKP: in HAL_RCCEx_PeriphCLKConfig()
2144 case RCC_PSSICLKSOURCE_CLKP: /*!< CLKP is the clock source for PSSI */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1407 else if (PeriphClkInit->PssiClockSelection == RCC_PSSICLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()