Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c77 const RCC_PeriphCLKInitTypeDef PeriphClkInitStruct_RTC = variable
148 if (HAL_RCCEx_PeriphCLKConfig((RCC_PeriphCLKInitTypeDef *)&PeriphClkInitStruct_RTC) != HAL_OK) in HAL_RTC_MspInit()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c72 const RCC_PeriphCLKInitTypeDef PeriphClkInitStruct_RTC = variable
445 if (RCCEx_PeriphCLKConfig((RCC_PeriphCLKInitTypeDef *)&PeriphClkInitStruct_RTC) != HAL_OK) in HAL_RTC_MspInit()