Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_USART3_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.h245 switch(__HAL_RCC_GET_USART3_SOURCE()) \
Dstm32l5xx_hal_usart.h781 switch(__HAL_RCC_GET_USART3_SOURCE()) \
Dstm32l5xx_hal_rcc_ex.h1178 #define __HAL_RCC_GET_USART3_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART3SEL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c721 PeriphClkInit->Usart3ClockSelection = __HAL_RCC_GET_USART3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1126 srcclk = __HAL_RCC_GET_USART3_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h1507 #define __HAL_RCC_GET_USART3_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART3SEL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1028 pPeriphClkInit->Usart3ClockSelection = __HAL_RCC_GET_USART3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1758 srcclk = __HAL_RCC_GET_USART3_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2626 pPeriphClkInit->Usart3ClockSelection = __HAL_RCC_GET_USART3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
3544 srcclk = __HAL_RCC_GET_USART3_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h2514 #define __HAL_RCC_GET_USART3_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART3SEL))) macro