Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2329 #define __HAL_RCC_UART9_CONFIG(__UART9_CLKSOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h2646 #define __HAL_RCC_UART9_CONFIG(__UART9_CLKSOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h2730 #define __HAL_RCC_UART9_CONFIG __HAL_RCC_USART16_CONFIG macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c667 __HAL_RCC_UART9_CONFIG(pPeriphClkInit->Uart9ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2227 __HAL_RCC_UART9_CONFIG(PeriphClkInit->Uart9ClockSelection); in HAL_RCCEx_PeriphCLKConfig()