StopMode_Measure() is only used within PWR_CurrentConsumption.
 
Symbols
loading...
Files
loading...

StopMode_Measure() function

This function configures the system to enter Stop mode with RTC clocked by LSE or LSI for current consumption measurement purpose. STOP Mode with RTC clocked by LSE/LSI ===================================== - RTC Clocked by LSE or LSI - Regulator in LP mode - HSI, HSE OFF and LSI OFF if not used as RTC Clock source - No IWDG - FLASH in deep power down mode - Automatic Wakeup using RTC clocked by LSE/LSI (~20s)

Syntax

void StopMode_Measure(void);
Implemented in stm32f4xx_lp_modes.c:131

Return value

None

References

LocationText
stm32f4xx_lp_modes.c:131
void StopMode_Measure(void)
stm32f4xx_lp_modes.h:47
void StopMode_Measure(void);