Macros
Power_Status

Macros

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

Detailed Description

Macro Definition Documentation

§ Power_SOK

#define Power_SOK   (0)

OK, operation succeeded

§ 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_ECHANGE_NOT_ALLOWED

#define Power_ECHANGE_NOT_ALLOWED   (-4)

change is not allowed

§ Power_EBUSY

#define Power_EBUSY   (-5)

busy with another transition

© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale