Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_settings.hpp61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value> struct
63 …ches(const IndexMatcher &aIndexMataher) const { return (AsNonConst(aIndexMataher).mIndex-- == 0); } in Matches()
65 Value *mNext;
66 Heap::Data mData;
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp603 struct Value struct in ot::MeshCoP::ChannelMaskTlv
605 …atic constexpr uint16_t kMaxLength = (kEntrySize * Radio::kNumChannelPages); ///< Max value length.
607 …_t mData[kMaxLength]; ///< Array to store TLV value (encoded as one or more Channel Mask TLV Entry)
608 uint8_t mLength; ///< Value length in bytes.