Searched refs:SPINEL_BITS_PER_BYTE (Results 1 – 2 of 2) sorted by relevance
482 #define SPINEL_BITS_PER_BYTE 8 // Number of bits in a byte macro
243 if ((len < sizeof(uint8_t)) || (i >= sizeof(unsigned int) * SPINEL_BITS_PER_BYTE)) in spinel_packed_uint_decode()