Home
last modified time | relevance | path

Searched refs:Uart4ClockSelection (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c321 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
324 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
745 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1012 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1015 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1332 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c289 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
292 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
643 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c255 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
258 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
556 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h456 uint32_t Uart4ClockSelection; /*!< UART4 clock source member
501 uint32_t Uart4ClockSelection; /*!< UART4 clock source member
552 uint32_t Uart4ClockSelection; /*!< UART4 clock source member
615 uint32_t Uart4ClockSelection; /*!< UART4 clock source member
687 uint32_t Uart4ClockSelection; /*!< UART4 clock source member
756 uint32_t Uart4ClockSelection; /*!< UART4 clock source member
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c381 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
384 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
722 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c445 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
448 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
974 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c347 assert_param(IS_RCC_UART4CLKSOURCE(pPeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
349 switch (pPeriphClkInit->Uart4ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
388 __HAL_RCC_UART4_CONFIG(pPeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2572 pPeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c476 assert_param(IS_RCC_UART4CLKSOURCE(pPeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
479 __HAL_RCC_UART4_CONFIG(pPeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1367 pPeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h61 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h168 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h116 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h150 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h184 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h170 uint32_t Uart4ClockSelection; /*!< UART4 clock source member