Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c95 #define SPI_HEADER_RESET_FLAG 0x80 macro
535 … spi_header_set_flag_byte(sSpiTxFrameBuffer, SPI_HEADER_RESET_FLAG | SPI_HEADER_PATTERN_VALUE); in push_pull_spi()
665 if ((slave_header & SPI_HEADER_RESET_FLAG) == SPI_HEADER_RESET_FLAG) in push_pull_spi()