Low power entry/exit
On this device, low power mode (LPM) entry is only allowed when no threads are active and when the low power callbacks succeed. The power modes are implemented as follows.
- Deep Sleep mode - The HAL implmentation maps this to PDS (Power Down Sleep) mode. Peripheral clocks are turned off and allows lower power to be consumed.
- Other sleep modes are not supported yet