Home
last modified time | relevance | path

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

/openthread-latest/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c184 static uint8_t sSpiTxFrameBuffer[MAX_FRAME_SIZE + SPI_RX_ALIGN_ALLOWANCE_MAX]; variable
453 .tx_buf = (unsigned long)sSpiTxFrameBuffer, in do_spi_xfer()
477 log_debug_buffer("SPI-TX", sSpiTxFrameBuffer, (int)xfer[1].len, false); in do_spi_xfer()
493 … spi_header_get_flag_byte(sSpiTxFrameBuffer), spi_header_get_accept_len(sSpiTxFrameBuffer), in debug_spi_header()
494 spi_header_get_data_len(sSpiTxFrameBuffer)); in debug_spi_header()
523 … spi_header_set_flag_byte(sSpiTxFrameBuffer, SPI_HEADER_RESET_FLAG | SPI_HEADER_PATTERN_VALUE); in push_pull_spi()
527 spi_header_set_flag_byte(sSpiTxFrameBuffer, SPI_HEADER_PATTERN_VALUE); in push_pull_spi()
531 spi_header_set_accept_len(sSpiTxFrameBuffer, 0); in push_pull_spi()
532 spi_header_set_data_len(sSpiTxFrameBuffer, 0); in push_pull_spi()
543 spi_header_set_data_len(sSpiTxFrameBuffer, sSpiTxPayloadSize); in push_pull_spi()
[all …]