Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1454 PeriphClkInit->PssiClockSelection = __HAL_RCC_GET_PSSI_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2134 clocksource = __HAL_RCC_GET_PSSI_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1111 #define __HAL_RCC_GET_PSSI_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_PSSISEL))) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1810 #define __HAL_RCC_GET_PSSI_SOURCE() LL_RCC_GetPSSIClockSource(LL_RCC_PSSI_CLKSOURCE) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2478 PeriphClkInit->PssiClockSelection = __HAL_RCC_GET_PSSI_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()