Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_USART10_SOURCE (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h320 switch(__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h7xx_hal_uart_ex.h450 switch(__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h7xx_hal_smartcard.h977 switch (__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h7xx_hal_usart.h839 switch(__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h7xx_hal_rcc_ex.h2767 #define __HAL_RCC_GET_USART10_SOURCE __HAL_RCC_GET_USART16_SOURCE macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h320 switch(__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h5xx_hal_usart.h843 switch(__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h5xx_hal_smartcard.h983 switch(__HAL_RCC_GET_USART10_SOURCE()) \
Dstm32h5xx_hal_rcc_ex.h2686 #define __HAL_RCC_GET_USART10_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART10SEL))) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2609 pPeriphClkInit->Usart10ClockSelection = __HAL_RCC_GET_USART10_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
3813 srcclk = __HAL_RCC_GET_USART10_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2368 #define __HAL_RCC_GET_USART10_SOURCE() LL_RCC_GetUSARTClockSource(LL_RCC_USART10_CLKSOURCE) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2524 PeriphClkInit->Usart10ClockSelection = __HAL_RCC_GET_USART10_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()