Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/simulation/
Duart.c102 … otEXPECT_ACTION(tcgetattr(s_in_fd, &termios) == 0, perror("tcgetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
119 error = OT_ERROR_GENERIC); in otPlatUartEnable()
122 …_ACTION(tcsetattr(s_in_fd, TCSANOW, &termios) == 0, perror("tcsetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
128 …otEXPECT_ACTION(tcgetattr(s_out_fd, &termios) == 0, perror("tcgetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
142 error = OT_ERROR_GENERIC); in otPlatUartEnable()
145 …ACTION(tcsetattr(s_out_fd, TCSANOW, &termios) == 0, perror("tcsetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
/openthread-2.7.6/include/openthread/
Derror.h250 OT_ERROR_GENERIC = 255, enumerator
/openthread-2.7.6/src/core/common/
Derror.hpp92 constexpr Error kErrorGeneric = OT_ERROR_GENERIC;