Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1935 PeriphClkInit->Spi23ClockSelection = __HAL_RCC_GET_SPI23_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2218 clksource = __HAL_RCC_GET_SPI23_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1298 #define __HAL_RCC_GET_SPI23_SOURCE() ((uint32_t)(READ_BIT(RCC->SPI2S23CKSELR, RCC_SPI2S23CKSELR_SPI… macro