TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

FLAG_Management

Modules

 De-initialization function

Functions

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU (void)
 Get Internal Wake-up line Flag SR1 WUFI LL_PWR_IsActiveFlag_InternWU.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB (void)
 Get Stand-By Flag SR1 SBF LL_PWR_IsActiveFlag_SB.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 (void)
 Get Wake-up Flag 5 SR1 WUF5 LL_PWR_IsActiveFlag_WU5.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 (void)
 Get Wake-up Flag 4 SR1 WUF4 LL_PWR_IsActiveFlag_WU4.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 (void)
 Get Wake-up Flag 3 SR1 WUF3 LL_PWR_IsActiveFlag_WU3.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 (void)
 Get Wake-up Flag 2 SR1 WUF2 LL_PWR_IsActiveFlag_WU2.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 (void)
 Get Wake-up Flag 1 SR1 WUF1 LL_PWR_IsActiveFlag_WU1.
__STATIC_INLINE void LL_PWR_ClearFlag_SB (void)
 Clear Stand-By Flag SCR CSBF LL_PWR_ClearFlag_SB.
__STATIC_INLINE void LL_PWR_ClearFlag_WU (void)
 Clear Wake-up Flags SCR CWUF LL_PWR_ClearFlag_WU.
__STATIC_INLINE void LL_PWR_ClearFlag_WU5 (void)
 Clear Wake-up Flag 5 SCR CWUF5 LL_PWR_ClearFlag_WU5.
__STATIC_INLINE void LL_PWR_ClearFlag_WU4 (void)
 Clear Wake-up Flag 4 SCR CWUF4 LL_PWR_ClearFlag_WU4.
__STATIC_INLINE void LL_PWR_ClearFlag_WU3 (void)
 Clear Wake-up Flag 3 SCR CWUF3 LL_PWR_ClearFlag_WU3.
__STATIC_INLINE void LL_PWR_ClearFlag_WU2 (void)
 Clear Wake-up Flag 2 SCR CWUF2 LL_PWR_ClearFlag_WU2.
__STATIC_INLINE void LL_PWR_ClearFlag_WU1 (void)
 Clear Wake-up Flag 1 SCR CWUF1 LL_PWR_ClearFlag_WU1.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO4 (void)
 Indicate whether VDDA voltage is below or above PVM4 threshold SR2 PVMO4 LL_PWR_IsActiveFlag_PVMO4.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO3 (void)
 Indicate whether VDDA voltage is below or above PVM3 threshold SR2 PVMO3 LL_PWR_IsActiveFlag_PVMO3.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO2 (void)
 Indicate whether VDDIO2 voltage is below or above PVM2 threshold SR2 PVMO2 LL_PWR_IsActiveFlag_PVMO2.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO1 (void)
 Indicate whether VDDUSB voltage is below or above PVM1 threshold SR2 PVMO1 LL_PWR_IsActiveFlag_PVMO1.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO (void)
 Indicate whether VDD voltage is below or above the selected PVD threshold SR2 PVDO LL_PWR_IsActiveFlag_PVDO.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_VOSF (void)
 Indicate whether the regulator is ready in the selected voltage range or if its output voltage is still changing to the required voltage level SR2 VOSF LL_PWR_IsActiveFlag_VOSF.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPF (void)
 Indicate whether the regulator is ready in main mode or is in low-power mode.
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPS (void)
 Indicate whether or not the low-power regulator is ready SR2 REGLPS LL_PWR_IsActiveFlag_REGLPS.

Function Documentation

__STATIC_INLINE void LL_PWR_ClearFlag_SB ( void   )

Clear Stand-By Flag SCR CSBF LL_PWR_ClearFlag_SB.

Return values:
None

Definition at line 1223 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU ( void   )

Clear Wake-up Flags SCR CWUF LL_PWR_ClearFlag_WU.

Return values:
None

Definition at line 1233 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU1 ( void   )

Clear Wake-up Flag 1 SCR CWUF1 LL_PWR_ClearFlag_WU1.

Return values:
None

Definition at line 1283 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU2 ( void   )

Clear Wake-up Flag 2 SCR CWUF2 LL_PWR_ClearFlag_WU2.

Return values:
None

Definition at line 1273 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU3 ( void   )

Clear Wake-up Flag 3 SCR CWUF3 LL_PWR_ClearFlag_WU3.

Return values:
None

Definition at line 1263 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU4 ( void   )

Clear Wake-up Flag 4 SCR CWUF4 LL_PWR_ClearFlag_WU4.

Return values:
None

Definition at line 1253 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE void LL_PWR_ClearFlag_WU5 ( void   )

Clear Wake-up Flag 5 SCR CWUF5 LL_PWR_ClearFlag_WU5.

Return values:
None

Definition at line 1243 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_InternWU ( void   )

Get Internal Wake-up line Flag SR1 WUFI LL_PWR_IsActiveFlag_InternWU.

Return values:
Stateof bit (1 or 0).

Definition at line 1153 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO ( void   )

Indicate whether VDD voltage is below or above the selected PVD threshold SR2 PVDO LL_PWR_IsActiveFlag_PVDO.

Return values:
Stateof bit (1 or 0).

Definition at line 1337 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO1 ( void   )

Indicate whether VDDUSB voltage is below or above PVM1 threshold SR2 PVMO1 LL_PWR_IsActiveFlag_PVMO1.

Return values:
Stateof bit (1 or 0).

Definition at line 1326 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO2 ( void   )

Indicate whether VDDIO2 voltage is below or above PVM2 threshold SR2 PVMO2 LL_PWR_IsActiveFlag_PVMO2.

Return values:
Stateof bit (1 or 0).

Definition at line 1314 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO3 ( void   )

Indicate whether VDDA voltage is below or above PVM3 threshold SR2 PVMO3 LL_PWR_IsActiveFlag_PVMO3.

Return values:
Stateof bit (1 or 0).

Definition at line 1303 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVMO4 ( void   )

Indicate whether VDDA voltage is below or above PVM4 threshold SR2 PVMO4 LL_PWR_IsActiveFlag_PVMO4.

Return values:
Stateof bit (1 or 0).

Definition at line 1293 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPF ( void   )

Indicate whether the regulator is ready in main mode or is in low-power mode.

Note:
: Take care, return value "0" means the regulator is ready. Return value "1" means the output voltage range is still changing. SR2 REGLPF LL_PWR_IsActiveFlag_REGLPF
Return values:
Stateof bit (1 or 0).

Definition at line 1358 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_REGLPS ( void   )

Indicate whether or not the low-power regulator is ready SR2 REGLPS LL_PWR_IsActiveFlag_REGLPS.

Return values:
Stateof bit (1 or 0).

Definition at line 1368 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_SB ( void   )

Get Stand-By Flag SR1 SBF LL_PWR_IsActiveFlag_SB.

Return values:
Stateof bit (1 or 0).

Definition at line 1163 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_VOSF ( void   )

Indicate whether the regulator is ready in the selected voltage range or if its output voltage is still changing to the required voltage level SR2 VOSF LL_PWR_IsActiveFlag_VOSF.

Return values:
Stateof bit (1 or 0).

Definition at line 1347 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU1 ( void   )

Get Wake-up Flag 1 SR1 WUF1 LL_PWR_IsActiveFlag_WU1.

Return values:
Stateof bit (1 or 0).

Definition at line 1213 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU2 ( void   )

Get Wake-up Flag 2 SR1 WUF2 LL_PWR_IsActiveFlag_WU2.

Return values:
Stateof bit (1 or 0).

Definition at line 1203 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU3 ( void   )

Get Wake-up Flag 3 SR1 WUF3 LL_PWR_IsActiveFlag_WU3.

Return values:
Stateof bit (1 or 0).

Definition at line 1193 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU4 ( void   )

Get Wake-up Flag 4 SR1 WUF4 LL_PWR_IsActiveFlag_WU4.

Return values:
Stateof bit (1 or 0).

Definition at line 1183 of file stm32l4xx_ll_pwr.h.

__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_WU5 ( void   )

Get Wake-up Flag 5 SR1 WUF5 LL_PWR_IsActiveFlag_WU5.

Return values:
Stateof bit (1 or 0).

Definition at line 1173 of file stm32l4xx_ll_pwr.h.