Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_USART2_SOURCE (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart_ex.h224 switch(__HAL_RCC_GET_USART2_SOURCE()) \
Dstm32l5xx_hal_usart.h760 switch(__HAL_RCC_GET_USART2_SOURCE()) \
Dstm32l5xx_hal_rcc_ex.h1156 #define __HAL_RCC_GET_USART2_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART2SEL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c718 PeriphClkInit->Usart2ClockSelection = __HAL_RCC_GET_USART2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1094 srcclk = __HAL_RCC_GET_USART2_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h1485 #define __HAL_RCC_GET_USART2_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART2SEL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1025 pPeriphClkInit->Usart2ClockSelection = __HAL_RCC_GET_USART2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1731 srcclk = __HAL_RCC_GET_USART2_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2623 pPeriphClkInit->Usart2ClockSelection = __HAL_RCC_GET_USART2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
3505 srcclk = __HAL_RCC_GET_USART2_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h2484 #define __HAL_RCC_GET_USART2_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART2SEL))) macro