Home
last modified time | relevance | path

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

/openthread-latest/src/include/common/
Dcode_utils.hpp70 #define OT_ALIGN(aPointer, aAlignment) \ macro
/openthread-latest/src/core/coap/
Dcoap_message.hpp914 return *static_cast<const HelpData *>(OT_ALIGN(GetFirstData(), kHelpDataAlignment)); in GetHelpData()