Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c184 static uint8_t sSpiTxFrameBuffer[MAX_FRAME_SIZE + SPI_RX_ALIGN_ALLOWANCE_MAX]; variable
465 .tx_buf = (unsigned long)sSpiTxFrameBuffer, in do_spi_xfer()
489 log_debug_buffer("SPI-TX", sSpiTxFrameBuffer, (int)xfer[1].len, false); in do_spi_xfer()
505 … spi_header_get_flag_byte(sSpiTxFrameBuffer), spi_header_get_accept_len(sSpiTxFrameBuffer), in debug_spi_header()
506 spi_header_get_data_len(sSpiTxFrameBuffer)); in debug_spi_header()
535 … spi_header_set_flag_byte(sSpiTxFrameBuffer, SPI_HEADER_RESET_FLAG | SPI_HEADER_PATTERN_VALUE); in push_pull_spi()
539 spi_header_set_flag_byte(sSpiTxFrameBuffer, SPI_HEADER_PATTERN_VALUE); in push_pull_spi()
543 spi_header_set_accept_len(sSpiTxFrameBuffer, 0); in push_pull_spi()
544 spi_header_set_data_len(sSpiTxFrameBuffer, 0); in push_pull_spi()
555 spi_header_set_data_len(sSpiTxFrameBuffer, sSpiTxPayloadSize); in push_pull_spi()
[all …]