Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp142 static bool IsExtended(uint8_t aTypeId) { return (aTypeId & kExtendedFlag); } in IsExtended() argument
154 static uint8_t GetValueLength(uint8_t aTypeId) in GetValueLength() argument
156 return (aTypeId & kLengthFlag) ? sizeof(uint32_t) : sizeof(uint8_t); in GetValueLength()
166 … static void MarkAsReserved(uint8_t &aTypeId) { aTypeId = (aTypeId & ~kTypeMask) | kTypeReserved; } in MarkAsReserved() argument