Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c820 static uint16_t escaped_frame_sent; in push_hdlc() local
883 escaped_frame_sent = 0; in push_hdlc()
893 …nt)write(sHdlcOutputFd, escaped_frame_buffer + escaped_frame_sent, escaped_frame_len - escaped_fra… in push_hdlc()
909 escaped_frame_sent += ret; in push_hdlc()
912 if (escaped_frame_len == escaped_frame_sent) in push_hdlc()
914 escaped_frame_len = escaped_frame_sent = 0; in push_hdlc()