Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c331 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
334 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
748 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1022 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1025 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1335 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c299 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
302 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
645 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h459 uint32_t Uart5ClockSelection; /*!< UART5 clock source member
504 uint32_t Uart5ClockSelection; /*!< UART5 clock source member
555 uint32_t Uart5ClockSelection; /*!< UART5 clock source member
618 uint32_t Uart5ClockSelection; /*!< UART5 clock source member
690 uint32_t Uart5ClockSelection; /*!< UART5 clock source member
759 uint32_t Uart5ClockSelection; /*!< UART5 clock source member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c272 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
275 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
591 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c391 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
394 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
725 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2009 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2011 if (PeriphClkInit->Uart5ClockSelection == RCC_UART5CLKSOURCE_IC9) in HAL_RCCEx_PeriphCLKConfig()
2024 else if (PeriphClkInit->Uart5ClockSelection == RCC_UART5CLKSOURCE_IC14) in HAL_RCCEx_PeriphCLKConfig()
2037 else if (PeriphClkInit->Uart5ClockSelection == RCC_UART5CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
2047 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2514 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c459 assert_param(IS_RCC_UART5CLKSOURCE(PeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
462 __HAL_RCC_UART5_CONFIG(PeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
983 PeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c402 assert_param(IS_RCC_UART5CLKSOURCE(pPeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
404 switch (pPeriphClkInit->Uart5ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
443 __HAL_RCC_UART5_CONFIG(pPeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2584 pPeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c486 assert_param(IS_RCC_UART5CLKSOURCE(pPeriphClkInit->Uart5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
489 __HAL_RCC_UART5_CONFIG(pPeriphClkInit->Uart5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1369 pPeriphClkInit->Uart5ClockSelection = __HAL_RCC_GET_UART5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h67 uint32_t Uart5ClockSelection; /*!< Specifies UART5 clock source. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h171 uint32_t Uart5ClockSelection; /*!< Specifies UART5 clock source. member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h119 uint32_t Uart5ClockSelection; /*!< Specifies UART5 clock source. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1041 uint32_t Uart5ClockSelection; /*!< Specifies UART5 clock source. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h157 uint32_t Uart5ClockSelection; /*!< Specifies UART5 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h189 uint32_t Uart5ClockSelection; /*!< Specifies UART5 clock source. member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h173 uint32_t Uart5ClockSelection; /*!< UART5 clock source member