Home
last modified time | relevance | path

Searched refs:SPINEL_BITS_PER_BYTE (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel.h482 #define SPINEL_BITS_PER_BYTE 8 // Number of bits in a byte macro
Dspinel.c243 if ((len < sizeof(uint8_t)) || (i >= sizeof(unsigned int) * SPINEL_BITS_PER_BYTE)) in spinel_packed_uint_decode()