Home
last modified time | relevance | path

Searched refs:RCC_USART6CLKSOURCE_CLKP (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h654 #define RCC_USART6CLKSOURCE_CLKP LL_RCC_USART6_CLKSOURCE_CLKP macro
3033 ((__SOURCE__) == RCC_USART6CLKSOURCE_CLKP) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2082 else if (PeriphClkInit->Usart6ClockSelection == RCC_USART6CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()