Home
last modified time | relevance | path

Searched defs:IS_RCC_RTCCLK_SOURCE (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h208 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \ macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h458 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \ macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h271 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h2092 #define IS_RCC_RTCCLK_SOURCE IS_RCC_RTCCLKSOURCE macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h2956 #define IS_RCC_RTCCLK_SOURCE IS_RCC_RTCCLKSOURCE macro

Completed in 33 milliseconds