Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_irda_ex.h83 case RCC_USART1CLKSOURCE_HSI: \
196 case RCC_USART1CLKSOURCE_HSI: \
267 case RCC_USART1CLKSOURCE_HSI: \
317 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l4xx_hal_uart_ex.h230 case RCC_USART1CLKSOURCE_HSI: \
361 case RCC_USART1CLKSOURCE_HSI: \
449 case RCC_USART1CLKSOURCE_HSI: \
516 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l4xx_hal_usart_ex.h157 case RCC_USART1CLKSOURCE_HSI: \
207 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l4xx_hal_smartcard.h863 case RCC_USART1CLKSOURCE_HSI: \
913 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l4xx_hal_rcc_ex.h426 #define RCC_USART1CLKSOURCE_HSI RCC_CCIPR_USART1SEL_1 macro
2730 ((__SOURCE__) == RCC_USART1CLKSOURCE_HSI))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart_ex.h98 case RCC_USART1CLKSOURCE_HSI: \
146 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l0xx_hal_uart_ex.h216 case RCC_USART1CLKSOURCE_HSI: \
285 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l0xx_hal_smartcard_ex.h105 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l0xx_hal_irda_ex.h129 case RCC_USART1CLKSOURCE_HSI: \
Dstm32l0xx_hal_rcc_ex.h112 ((__SOURCE__) == RCC_USART1CLKSOURCE_HSI))
331 #define RCC_USART1CLKSOURCE_HSI RCC_CCIPR_USART1SEL_1 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc_ex.c524 else if ((srcclk == RCC_USART1CLKSOURCE_HSI) && (HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY))) in HAL_RCCEx_GetPeriphCLKFreq()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c1446 case RCC_USART1CLKSOURCE_HSI: in HAL_RCCEx_GetPeriphCLKFreq()