S32 SDK
power_manager_user_config_t Struct Reference

Power mode user configuration structure. More...

#include <smc_hal.h>

Data Fields

power_manager_modes_t powerMode
 
bool sleepOnExitOption
 
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 114 of file smc_hal.h.

Field Documentation

Definition at line 116 of file smc_hal.h.

bool sleepOnExitOption

Definition at line 117 of file smc_hal.h.

bool sleepOnExitValue

Definition at line 118 of file smc_hal.h.


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