Home
last modified time | relevance | path

Searched refs:IS_RCC_USART1CLKSOURCE (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h3284 #define IS_RCC_USART1CLKSOURCE(__SOURCE__) \ macro
3309 #define IS_RCC_USART1CLKSOURCE(__SOURCE__) \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c77 #define IS_RCC_USART1CLKSOURCE(__SOURCE__) \ macro
363 assert_param(IS_RCC_USART1CLKSOURCE(pPeriphClkInit->Usart1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h1982 #define IS_RCC_USART1CLKSOURCE(__SOURCE__) \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c353 assert_param(IS_RCC_USART1CLKSOURCE(PeriphClkInit->Usart1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c187 assert_param(IS_RCC_USART1CLKSOURCE(pPeriphClkInit->Usart1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()