Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver 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 3332 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 3321 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 3244 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 3365 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 3277 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 3266 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 3255 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 3299 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 3288 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 3310 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 3233 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 3420 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 3222 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 3409 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 3343 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 3376 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 3134 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 3145 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 3354 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 3387 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 3178 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 3167 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 3156 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 3200 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 3189 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 3211 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 3398 of file stm32l4xx_ll_rtc.h.
Generated on Tue Jul 12 2022 11:35:26 by
