Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Duart.c175 void platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMa… in platformUartUpdateFdSet() argument
178 utilsAddFdToFdSet(s_in_fd, aErrorFdSet, aMaxFd); in platformUartUpdateFdSet()
183 utilsAddFdToFdSet(s_out_fd, aErrorFdSet, aMaxFd); in platformUartUpdateFdSet()
Dplatform-simulation.h201 void platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMa…