Searched defs:BIT (Results 1 – 5 of 5) sorted by relevance
38 #define BIT(a) ((uint32_t)1U << a) macro
69 #define BIT(x) ((uint32_t)1U << (x)) macro
36 #define BIT(a) ((uint32_t)1U << a) macro
101 #define BIT(x) (1 << (x)) macro
42 #define BIT(a) ((uint32_t)1U << a) macro