Home
last modified time | relevance | path

Searched refs:Uart9ClockSelection (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2189 assert_param(IS_RCC_UART9CLKSOURCE(PeriphClkInit->Uart9ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2191 if (PeriphClkInit->Uart9ClockSelection == RCC_UART9CLKSOURCE_IC9) in HAL_RCCEx_PeriphCLKConfig()
2204 else if (PeriphClkInit->Uart9ClockSelection == RCC_UART9CLKSOURCE_IC14) in HAL_RCCEx_PeriphCLKConfig()
2217 else if (PeriphClkInit->Uart9ClockSelection == RCC_UART9CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
2227 __HAL_RCC_UART9_CONFIG(PeriphClkInit->Uart9ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2522 PeriphClkInit->Uart9ClockSelection = __HAL_RCC_GET_UART9_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c626 assert_param(IS_RCC_UART9CLKSOURCE(pPeriphClkInit->Uart9ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
628 switch (pPeriphClkInit->Uart9ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
667 __HAL_RCC_UART9_CONFIG(pPeriphClkInit->Uart9ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2604 pPeriphClkInit->Uart9ClockSelection = __HAL_RCC_GET_UART9_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1053 uint32_t Uart9ClockSelection; /*!< Specifies UART9 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h209 uint32_t Uart9ClockSelection; /*!< Specifies UART9 clock source. member