Home
last modified time | relevance | path

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

/openthread-latest/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c196 static bool sUseRawFrames = false; variable
1663 sUseRawFrames = true; in main()
1980 if ((sUseRawFrames ? pull_raw() : pull_hdlc()) < 0) in main()
1991 if ((sUseRawFrames ? push_raw() : push_hdlc()) < 0) in main()