Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c196 static bool sUseRawFrames = false; variable
1675 sUseRawFrames = true; in main()
1992 if ((sUseRawFrames ? pull_raw() : pull_hdlc()) < 0) in main()
2003 if ((sUseRawFrames ? push_raw() : push_hdlc()) < 0) in main()