![]() |
S2-LP Low Level API
v. 1.3.0
|
Macros | |
#define | IS_SFUNCTIONAL_STATE(STATE) (STATE == S_DISABLE || STATE == S_ENABLE) |
#define | IS_SFLAG_STATUS(STATUS) (STATUS == S_RESET || STATUS == S_SET) |
#define | IS_SBOOL(STATUS) (STATUS == S_FALSE || STATUS == S_TRUE) |
#define | S_ABS(a) ((a)>0?(a):-(a)) |
Definition at line 163 of file S2LP_Types.h.
Definition at line 162 of file S2LP_Types.h.
Definition at line 161 of file S2LP_Types.h.
#define S_ABS | ( | a | ) | ((a)>0?(a):-(a)) |
Definition at line 165 of file S2LP_Types.h.