Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_OSPI_SOURCE (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h1596 #define __HAL_RCC_GET_OSPI_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR2, RCC_CCIPR2_OCTOSPISEL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1091 pPeriphClkInit->OspiClockSelection = __HAL_RCC_GET_OSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2324 srcclk = __HAL_RCC_GET_OSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h1492 #define __HAL_RCC_GET_OSPI_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR2, RCC_CCIPR2_OSPISEL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2762 pPeriphClkInit->OspiClockSelection = __HAL_RCC_GET_OSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
5122 srcclk = __HAL_RCC_GET_OSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c786 PeriphClkInit->OspiClockSelection = __HAL_RCC_GET_OSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h2818 #define __HAL_RCC_GET_OSPI_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR4, RCC_CCIPR4_OCTOSPISEL))) macro