Home
last modified time | relevance | path

Searched defs:ReadUint32 (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dencoding.hpp134 inline uint32_t ReadUint32(const uint8_t *aBuffer) in ReadUint32() function
319 inline uint32_t ReadUint32(const uint8_t *aBuffer) in ReadUint32() function
/openthread-latest/src/lib/spinel/
Dspinel_decoder.cpp145 otError Decoder::ReadUint32(uint32_t &aUint32) in ReadUint32() function in ot::Spinel::Decoder