Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
FLAG_Management
[RTC Exported Functions]
Functions | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ITS (RTC_TypeDef *RTCx) |
Get Internal Time-stamp flag ISR ITSF LL_RTC_IsActiveFlag_ITS. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_RECALP (RTC_TypeDef *RTCx) |
Get Recalibration pending Flag ISR RECALPF LL_RTC_IsActiveFlag_RECALP. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMP3 (RTC_TypeDef *RTCx) |
Get RTC_TAMP3 detection flag ISR TAMP3F LL_RTC_IsActiveFlag_TAMP3. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMP2 (RTC_TypeDef *RTCx) |
Get RTC_TAMP2 detection flag ISR TAMP2F LL_RTC_IsActiveFlag_TAMP2. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMP1 (RTC_TypeDef *RTCx) |
Get RTC_TAMP1 detection flag ISR TAMP1F LL_RTC_IsActiveFlag_TAMP1. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TSOV (RTC_TypeDef *RTCx) |
Get Time-stamp overflow flag ISR TSOVF LL_RTC_IsActiveFlag_TSOV. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TS (RTC_TypeDef *RTCx) |
Get Time-stamp flag ISR TSF LL_RTC_IsActiveFlag_TS. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_WUT (RTC_TypeDef *RTCx) |
Get Wakeup timer flag ISR WUTF LL_RTC_IsActiveFlag_WUT. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRB (RTC_TypeDef *RTCx) |
Get Alarm B flag ISR ALRBF LL_RTC_IsActiveFlag_ALRB. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRA (RTC_TypeDef *RTCx) |
Get Alarm A flag ISR ALRAF LL_RTC_IsActiveFlag_ALRA. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_ITS (RTC_TypeDef *RTCx) |
Clear Internal Time-stamp flag ISR ITSF LL_RTC_ClearFlag_ITS. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMP3 (RTC_TypeDef *RTCx) |
Clear RTC_TAMP3 detection flag ISR TAMP3F LL_RTC_ClearFlag_TAMP3. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMP2 (RTC_TypeDef *RTCx) |
Clear RTC_TAMP2 detection flag ISR TAMP2F LL_RTC_ClearFlag_TAMP2. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMP1 (RTC_TypeDef *RTCx) |
Clear RTC_TAMP1 detection flag ISR TAMP1F LL_RTC_ClearFlag_TAMP1. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TSOV (RTC_TypeDef *RTCx) |
Clear Time-stamp overflow flag ISR TSOVF LL_RTC_ClearFlag_TSOV. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TS (RTC_TypeDef *RTCx) |
Clear Time-stamp flag ISR TSF LL_RTC_ClearFlag_TS. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_WUT (RTC_TypeDef *RTCx) |
Clear Wakeup timer flag ISR WUTF LL_RTC_ClearFlag_WUT. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_ALRB (RTC_TypeDef *RTCx) |
Clear Alarm B flag ISR ALRBF LL_RTC_ClearFlag_ALRB. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_ALRA (RTC_TypeDef *RTCx) |
Clear Alarm A flag ISR ALRAF LL_RTC_ClearFlag_ALRA. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_INIT (RTC_TypeDef *RTCx) |
Get Initialization flag ISR INITF LL_RTC_IsActiveFlag_INIT. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_RS (RTC_TypeDef *RTCx) |
Get Registers synchronization flag ISR RSF LL_RTC_IsActiveFlag_RS. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_RS (RTC_TypeDef *RTCx) |
Clear Registers synchronization flag ISR RSF LL_RTC_ClearFlag_RS. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_INITS (RTC_TypeDef *RTCx) |
Get Initialization status flag ISR INITS LL_RTC_IsActiveFlag_INITS. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_SHP (RTC_TypeDef *RTCx) |
Get Shift operation pending flag ISR SHPF LL_RTC_IsActiveFlag_SHP. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_WUTW (RTC_TypeDef *RTCx) |
Get Wakeup timer write flag ISR WUTWF LL_RTC_IsActiveFlag_WUTW. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRBW (RTC_TypeDef *RTCx) |
Get Alarm B write flag ISR ALRBWF LL_RTC_IsActiveFlag_ALRBW. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRAW (RTC_TypeDef *RTCx) |
Get Alarm A write flag ISR ALRAWF LL_RTC_IsActiveFlag_ALRAW. |
Function Documentation
__STATIC_INLINE void LL_RTC_ClearFlag_ALRA | ( | RTC_TypeDef * | RTCx ) |
Clear Alarm A flag ISR ALRAF LL_RTC_ClearFlag_ALRA.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3546 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_ALRB | ( | RTC_TypeDef * | RTCx ) |
Clear Alarm B flag ISR ALRBF LL_RTC_ClearFlag_ALRB.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3535 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_ITS | ( | RTC_TypeDef * | RTCx ) |
Clear Internal Time-stamp flag ISR ITSF LL_RTC_ClearFlag_ITS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3450 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_RS | ( | RTC_TypeDef * | RTCx ) |
Clear Registers synchronization flag ISR RSF LL_RTC_ClearFlag_RS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3579 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP1 | ( | RTC_TypeDef * | RTCx ) |
Clear RTC_TAMP1 detection flag ISR TAMP1F LL_RTC_ClearFlag_TAMP1.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3488 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP2 | ( | RTC_TypeDef * | RTCx ) |
Clear RTC_TAMP2 detection flag ISR TAMP2F LL_RTC_ClearFlag_TAMP2.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3475 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP3 | ( | RTC_TypeDef * | RTCx ) |
Clear RTC_TAMP3 detection flag ISR TAMP3F LL_RTC_ClearFlag_TAMP3.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3462 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TS | ( | RTC_TypeDef * | RTCx ) |
Clear Time-stamp flag ISR TSF LL_RTC_ClearFlag_TS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3511 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TSOV | ( | RTC_TypeDef * | RTCx ) |
Clear Time-stamp overflow flag ISR TSOVF LL_RTC_ClearFlag_TSOV.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3500 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_WUT | ( | RTC_TypeDef * | RTCx ) |
Clear Wakeup timer flag ISR WUTF LL_RTC_ClearFlag_WUT.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
None
Definition at line 3523 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRA | ( | RTC_TypeDef * | RTCx ) |
Get Alarm A flag ISR ALRAF LL_RTC_IsActiveFlag_ALRA.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3439 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRAW | ( | RTC_TypeDef * | RTCx ) |
Get Alarm A write flag ISR ALRAWF LL_RTC_IsActiveFlag_ALRAW.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3636 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRB | ( | RTC_TypeDef * | RTCx ) |
Get Alarm B flag ISR ALRBF LL_RTC_IsActiveFlag_ALRB.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3428 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRBW | ( | RTC_TypeDef * | RTCx ) |
Get Alarm B write flag ISR ALRBWF LL_RTC_IsActiveFlag_ALRBW.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3625 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INIT | ( | RTC_TypeDef * | RTCx ) |
Get Initialization flag ISR INITF LL_RTC_IsActiveFlag_INIT.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3557 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INITS | ( | RTC_TypeDef * | RTCx ) |
Get Initialization status flag ISR INITS LL_RTC_IsActiveFlag_INITS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3590 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ITS | ( | RTC_TypeDef * | RTCx ) |
Get Internal Time-stamp flag ISR ITSF LL_RTC_IsActiveFlag_ITS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3332 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RECALP | ( | RTC_TypeDef * | RTCx ) |
Get Recalibration pending Flag ISR RECALPF LL_RTC_IsActiveFlag_RECALP.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3343 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RS | ( | RTC_TypeDef * | RTCx ) |
Get Registers synchronization flag ISR RSF LL_RTC_IsActiveFlag_RS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3568 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_SHP | ( | RTC_TypeDef * | RTCx ) |
Get Shift operation pending flag ISR SHPF LL_RTC_IsActiveFlag_SHP.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3601 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP1 | ( | RTC_TypeDef * | RTCx ) |
Get RTC_TAMP1 detection flag ISR TAMP1F LL_RTC_IsActiveFlag_TAMP1.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3381 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP2 | ( | RTC_TypeDef * | RTCx ) |
Get RTC_TAMP2 detection flag ISR TAMP2F LL_RTC_IsActiveFlag_TAMP2.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3368 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP3 | ( | RTC_TypeDef * | RTCx ) |
Get RTC_TAMP3 detection flag ISR TAMP3F LL_RTC_IsActiveFlag_TAMP3.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3355 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TS | ( | RTC_TypeDef * | RTCx ) |
Get Time-stamp flag ISR TSF LL_RTC_IsActiveFlag_TS.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3404 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TSOV | ( | RTC_TypeDef * | RTCx ) |
Get Time-stamp overflow flag ISR TSOVF LL_RTC_IsActiveFlag_TSOV.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3393 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUT | ( | RTC_TypeDef * | RTCx ) |
Get Wakeup timer flag ISR WUTF LL_RTC_IsActiveFlag_WUT.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3416 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUTW | ( | RTC_TypeDef * | RTCx ) |
Get Wakeup timer write flag ISR WUTWF LL_RTC_IsActiveFlag_WUTW.
- Parameters:
-
RTCx RTC Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 3613 of file stm32l4xx_ll_rtc.h.
Generated on Tue Jul 12 2022 17:38:58 by
