Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c114 #define SPI_POLL_PERIOD_MSEC (MSEC_PER_SEC / 30) macro
1889 else if (timeout_ms > SPI_POLL_PERIOD_MSEC) in main()
1893 timeout_ms = SPI_POLL_PERIOD_MSEC; in main()