Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h3300 #define IS_RCC_USART3CLKSOURCE(__SOURCE__) \ macro
3323 #define IS_RCC_USART3CLKSOURCE(__SOURCE__) \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c89 #define IS_RCC_USART3CLKSOURCE(__SOURCE__) \ macro
383 assert_param(IS_RCC_USART3CLKSOURCE(pPeriphClkInit->Usart3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h1994 #define IS_RCC_USART3CLKSOURCE(__SOURCE__) \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c373 assert_param(IS_RCC_USART3CLKSOURCE(PeriphClkInit->Usart3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c298 assert_param(IS_RCC_USART3CLKSOURCE(pPeriphClkInit->Usart3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()