Home
last modified time | relevance | path

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

/samples/bluetooth/hci_spi/src/
A Dmain.c105 uint8_t header_master[5] = { 0 }; in spi_send() local
126 rx.buf = header_master; in spi_send()
133 } while (header_master[STATUS_HEADER_READY] != SPI_READ); in spi_send()
152 uint8_t header_master[5]; in bt_tx_thread() local
173 rx.buf = header_master; in bt_tx_thread()
182 } while ((header_master[STATUS_HEADER_READY] != SPI_READ) && in bt_tx_thread()
183 (header_master[STATUS_HEADER_READY] != SPI_WRITE)); in bt_tx_thread()
185 if (header_master[STATUS_HEADER_READY] == SPI_READ) { in bt_tx_thread()

Completed in 6 milliseconds