Searched refs:_bits_ (Results 1 – 1 of 1) sorted by relevance
56 #define _BITS_(_bits_, _val_) \ argument57 ((((uint32_t) -1 >> (31 - ((1) ? _bits_))) & ~((1U << ((0) ? _bits_)) - 1)) &\58 ((_val_)<<((0) ? _bits_)))59 #define _BITMASK_(_bits_) (((uint32_t) -1 >> (31 - ((1) ? _bits_))) &\ argument60 ~((1U << ((0) ? _bits_)) - 1))61 #define _GET_BITS_VAL_(_bits_, _val_) (((_val_) & (_BITMASK_(_bits_))) >> ((0) ? _bits_)) argument