Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_HSPI_SOURCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1464 pPeriphClkInit->HspiClockSelection = __HAL_RCC_GET_HSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2913 srcclk = __HAL_RCC_GET_HSPI_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h1934 #define __HAL_RCC_GET_HSPI_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR2, RCC_CCIPR2_HSPISEL))) macro