power_manager_user_config_t Struct Reference

Power mode user configuration structure. More...

#include <platform/drivers/src/power/S32K1xx/power_manager_S32K1xx.h>

Data Fields

power_manager_modes_t powerMode
 
bool sleepOnExitValue
 

Detailed Description

Power mode user configuration structure.

List of power mode configuration structure members depends on power options available for the specific chip. Complete list contains: mode - S32K power mode. List of available modes is chip-specific. See power_manager_modes_t list of modes. sleepOnExitOption - Controls whether the sleep-on-exit option value is used(when set to true) or ignored(when set to false). See sleepOnExitValue. sleepOnExitValue - When set to true, ARM core returns to sleep (S32K wait modes) or deep sleep state (S32K stop modes) after interrupt service finishes. When set to false, core stays woken-up. Implements power_manager_user_config_t_Class

Definition at line 98 of file power_manager_S32K1xx.h.

Field Documentation

Definition at line 100 of file power_manager_S32K1xx.h.

bool sleepOnExitValue

Definition at line 101 of file power_manager_S32K1xx.h.


The documentation for this struct was generated from the following file: