PWR_STOP
SYSCLKConfig_FromSTOP()
is only used within PWR_STOP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
PWR_STOP
SYSCLKConfig_FromSTOP()
SYSCLKConfig_FromSTOP() function
Configures system clock after wake-up from STOP: enable PLL and select PLL as system clock source.
Syntax
Show:
Summary
Declaration
Definition
from
main.c:39
__STATIC_INLINE
void
SYSCLKConfig_FromSTOP
(
void
)
;
Implemented in
main.c:216
Return value
None
Notes
RCC LL API is used in this case to allow MCU to wake-up as quick as possible from STOP mode.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out