WB32L003 Standard Peripherals Firmware Library
宏定义
RTC_CLOCK_SOURCE_Definitions
WB32L003_StdPeriph_Driver
»
RTC
»
RTC_Exported_Constants
宏定义
#define
RTC_CLOCK_LSE
(0x00UL << RTC_CLKCR_RTCCKSEL_Pos)
#define
RTC_CLOCK_LSI
(0x01UL << RTC_CLKCR_RTCCKSEL_Pos)
#define
RTC_CLOCK_HSE
(0x02UL << RTC_CLKCR_RTCCKSEL_Pos)
#define
IS_RTC_CLK_SOURCE
(CLK)
详细描述
宏定义说明
◆
IS_RTC_CLK_SOURCE
#define IS_RTC_CLK_SOURCE
(
CLK
)
值:
(((CLK) == RTC_CLOCK_LSE) || \
((CLK) == RTC_CLOCK_LSI) || \
((CLK) == RTC_CLOCK_HSE))
Generated by Westberry Technology (ChangZhou) Corp., Ltd. All rights reserved.