API Documentation  9.14.00
Macros
Power_Status

Macros

#define Power_EBUSY   (-5)
 
#define Power_ECHANGE_NOT_ALLOWED   (-4)
 
#define Power_EFAIL   (-1)
 
#define Power_EINVALIDINPUT   (-2)
 
#define Power_EINVALIDPOINTER   (-3)
 
#define Power_SOK   (0)
 

Detailed Description

Macro Definition Documentation

§ Power_EBUSY

#define Power_EBUSY   (-5)

busy with another transition

§ Power_ECHANGE_NOT_ALLOWED

#define Power_ECHANGE_NOT_ALLOWED   (-4)

change is not allowed

§ Power_EFAIL

#define Power_EFAIL   (-1)

general failure

§ Power_EINVALIDINPUT

#define Power_EINVALIDINPUT   (-2)

invalid data value

§ Power_EINVALIDPOINTER

#define Power_EINVALIDPOINTER   (-3)

invalid pointer

§ Power_SOK

#define Power_SOK   (0)

OK, operation succeeded