Searched defs:IS_FUNCTIONAL_STATE (Results 1 – 4 of 4) sorted by relevance
50 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
94 static inline uint32_t IS_FUNCTIONAL_STATE(uint32_t STATE) in IS_FUNCTIONAL_STATE() function
196 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
515 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro