Searched refs:BYTE_MASK (Results 1 – 1 of 1) sorted by relevance
68 #define BYTE_MASK 0xff macro397 buf[0] = (uint8_t)(x >> 24U) & BYTE_MASK; in RNGLPF3RF_storeUint32InArray()398 buf[1] = (uint8_t)(x >> 16U) & BYTE_MASK; in RNGLPF3RF_storeUint32InArray()399 buf[2] = (uint8_t)(x >> 8U) & BYTE_MASK; in RNGLPF3RF_storeUint32InArray()