Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
brddefs.h File Reference

Go to the source code of this file.

Macros

#define BRD_STOPPED   0x0 /* No Monitor Loaded, Not running. */
 
#define BRD_IDLE   0x1 /* Monitor Loaded, but suspended. */
 
#define BRD_RUNNING   0x2 /* Monitor loaded, and executing. */
 
#define BRD_UNKNOWN   0x3 /* Board state is indeterminate. */
 
#define BRD_LOADED   0x5
 
#define BRD_SLEEP_TRANSITION   0x6 /* Sleep transition in progress */
 
#define BRD_HIBERNATION   0x7 /* MPU initiated hibernation */
 
#define BRD_RETENTION   0x8 /* Retention mode */
 
#define BRD_DSP_HIBERNATION   0x9 /* DSP initiated hibernation */
 
#define BRD_ERROR   0xA /* Board state is Error */
 

Macro Definition Documentation

#define BRD_DSP_HIBERNATION   0x9 /* DSP initiated hibernation */

Definition at line 31 of file brddefs.h.

#define BRD_ERROR   0xA /* Board state is Error */

Definition at line 32 of file brddefs.h.

#define BRD_HIBERNATION   0x7 /* MPU initiated hibernation */

Definition at line 29 of file brddefs.h.

#define BRD_IDLE   0x1 /* Monitor Loaded, but suspended. */

Definition at line 24 of file brddefs.h.

#define BRD_LOADED   0x5

Definition at line 27 of file brddefs.h.

#define BRD_RETENTION   0x8 /* Retention mode */

Definition at line 30 of file brddefs.h.

#define BRD_RUNNING   0x2 /* Monitor loaded, and executing. */

Definition at line 25 of file brddefs.h.

#define BRD_SLEEP_TRANSITION   0x6 /* Sleep transition in progress */

Definition at line 28 of file brddefs.h.

#define BRD_STOPPED   0x0 /* No Monitor Loaded, Not running. */

Definition at line 23 of file brddefs.h.

#define BRD_UNKNOWN   0x3 /* Board state is indeterminate. */

Definition at line 26 of file brddefs.h.