Skip to content

Commit 83d2fea

Browse files
author
Amanda Butler
authored
Fix formatting in SleepManager.md
Make minor formatting change for proper rendering.
1 parent de95a74 commit 83d2fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/api/platform/SleepManager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ There are two available sleep modes:
2828

2929
1. Sleep mode
3030

31-
The system clock to the core stops until a reset or an interrupt occurs. This eliminates dynamic power that the processor, memory systems and buses use. This mode maintains the processor, peripheral and memory state, and the peripherals continue to work and can generate interrupts.
31+
The system clock to the core stops until a reset or an interrupt occurs. This eliminates dynamic power that the processor, memory systems and buses use. This mode maintains the processor, peripheral and memory state, and the peripherals continue to work and can generate interrupts.
3232

33-
You can wake up the processor by any internal peripheral interrupt or external pin interrupt.
33+
You can wake up the processor by any internal peripheral interrupt or external pin interrupt.
3434

3535
2. Deep sleep mode
3636

37-
This mode is similar to sleep but saves more power and has a longer wakeup time. It saves power by turning off the high-speed clocks. Because of this, you can only enter this mode when peripherals relying on high-speed clocks are not in use. Peripherals that do not rely on high-speed clocks include the lp ticker, RTC and external interrupt on a pin. This mode maintains all state.
37+
This mode is similar to sleep but saves more power and has a longer wakeup time. It saves power by turning off the high-speed clocks. Because of this, you can only enter this mode when peripherals relying on high-speed clocks are not in use. Peripherals that do not rely on high-speed clocks include the lp ticker, RTC and external interrupt on a pin. This mode maintains all state.
3838

3939
### Sleep manager
4040

0 commit comments

Comments
 (0)