Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dhistory_tracker.h133 OT_HISTORY_TRACKER_MSG_PRIORITY_LOW = OT_MESSAGE_PRIORITY_LOW, ///< Low priority level. enumerator
/openthread-3.5.0/src/cli/
Dcli_history.cpp403 static_assert(0 == OT_HISTORY_TRACKER_MSG_PRIORITY_LOW, "MSG_PRIORITY_LOW value is incorrect"); in MessagePriorityToString()