Home
last modified time | relevance | path

Searched refs:RCC_HSE_BYPASS (Results 1 – 6 of 6) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc.h141 ((__HSE__) == RCC_HSE_BYPASS))
354 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c… macro
1208 else if ((__STATE__) == RCC_HSE_BYPASS) \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc.h175 ((__HSE__) == RCC_HSE_BYPASS))
360 #define RCC_HSE_BYPASS (0x00000005U) /*!< External clock sour… macro
1413 else if ((__STATE__) == RCC_HSE_BYPASS) \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c1133 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c1276 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c1475 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h199 #define RCC_HSE_BYPASS (RCC_CR_HSEBYP | RCC_CR_HSEON) /*!< External clock source fo… macro
4009 else if((__STATE__) == RCC_HSE_BYPASS) \
4525 ((__HSE__) == RCC_HSE_BYPASS))