Home
last modified time | relevance | path

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

/hal_stm32-latest/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-latest/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-latest/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-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c259 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
262 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
586 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/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-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1964 assert_param(IS_RCC_UART4CLKSOURCE(PeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1966 if (PeriphClkInit->Uart4ClockSelection == RCC_UART4CLKSOURCE_IC9) in HAL_RCCEx_PeriphCLKConfig()
1979 else if (PeriphClkInit->Uart4ClockSelection == RCC_UART4CLKSOURCE_IC14) in HAL_RCCEx_PeriphCLKConfig()
1992 else if (PeriphClkInit->Uart4ClockSelection == RCC_UART4CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
2002 __HAL_RCC_UART4_CONFIG(PeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2512 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/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()
978 PeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c346 assert_param(IS_RCC_UART4CLKSOURCE(pPeriphClkInit->Uart4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
348 switch (pPeriphClkInit->Uart4ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
387 __HAL_RCC_UART4_CONFIG(pPeriphClkInit->Uart4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2579 pPeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/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()
1366 pPeriphClkInit->Uart4ClockSelection = __HAL_RCC_GET_UART4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h62 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h168 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h116 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1038 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h150 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h184 uint32_t Uart4ClockSelection; /*!< Specifies UART4 clock source. member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h170 uint32_t Uart4ClockSelection; /*!< UART4 clock source member