Searched refs:M8_M (Results 1 – 1 of 1) sorted by relevance
47 #define M8_M(P, N) ((UINT8_MAX >> (8 - (N))) << (P)) macro48 #define M8_F(X, P, N) (((uint8_t)(X) & M8_M(P, N)) >> (P))49 #define M8_I(X, P, N) (((uint8_t)(X) << (P)) & M8_M(P, N))