| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_rtc.h | 51 #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ macro 56 #define IS_RTC_GET_FLAG(FLAG) (((FLAG) == RTC_FLAG_RTOFF) || ((FLAG) == RTC_FLAG_RSF) || \
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_rtc.h | 73 #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ macro 78 #define IS_RTC_GET_FLAG(FLAG) (((FLAG) == RTC_FLAG_RTOFF) || ((FLAG) == RTC_FLAG_RSF) || \
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_rtc.h | 73 #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ macro 78 #define IS_RTC_GET_FLAG(FLAG) (((FLAG) == RTC_FLAG_RTOFF) || ((FLAG) == RTC_FLAG_RSF) || \
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_rtc.c | 157 RTC->CTLRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro() 158 while ((RTC->CTLRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_rtc.c | 201 RTC->CRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro() 203 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_rtc.c | 226 RTC->CRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro() 228 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_rtc.c | 226 RTC->CRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro() 228 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_rtc.c | 159 RTC->CTLRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro() 160 while ((RTC->CTLRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_rtc.c | 178 RTC->CTLRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro() 179 while((RTC->CTLRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_rtc.h | 26 #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_rtc.h | 26 #define RTC_FLAG_RSF ((uint16_t)0x0008) /* Registers Synchronized flag */ macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_rtc.h | 27 #define RTC_FLAG_RSF ((uint16_t)0x0008) /* Registers Synchronized flag */ macro
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_rtc.h | 55 RTC_FLAG_RSF = RTC_CSR_RSF, ///< Registers Synchronized flag enumerator
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_rtc.h | 613 #define RTC_FLAG_RSF RTC_ISR_RSF macro 622 ((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_rtc.h | 638 #define RTC_FLAG_RSF RTC_ISR_RSF macro 647 ((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_rtc_ex.h | 91 RTC_FLAG_SHPF | RTC_FLAG_INITS | RTC_FLAG_RSF | \ 98 RTC_FLAG_SHPF | RTC_FLAG_INITS | RTC_FLAG_RSF | \ 152 #define RTC_FLAG_RSF ((uint32_t)RTC_ISR_RSF) macro
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_rtc.h | 271 RTC_FLAG_RSF = BIT5, /*!< Registers Synchronization Flag */ enumerator
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_rtc.h | 384 RTC_FLAG_RSF = BIT5, /*!< Registers Synchronization Flag */ enumerator
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_rtc.c | 35 RTC_FLAG_RSF | RTC_FLAG_INITS |RTC_FLAG_INITF | \
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_rtc.c | 220 RTC_FLAG_RSF | RTC_FLAG_INITS |RTC_FLAG_INITF | \
|