Searched refs:header_master (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/samples/bluetooth/hci_spi/src/ |
D | main.c | 105 uint8_t header_master[5] = { 0 }; in spi_send() local 139 rx.buf = header_master; in spi_send() 146 } while (header_master[STATUS_HEADER_READY] != SPI_READ); in spi_send() 165 uint8_t header_master[5]; in bt_tx_thread() local 186 rx.buf = header_master; in bt_tx_thread() 195 } while ((header_master[STATUS_HEADER_READY] != SPI_READ) && in bt_tx_thread() 196 (header_master[STATUS_HEADER_READY] != SPI_WRITE)); in bt_tx_thread() 198 if (header_master[STATUS_HEADER_READY] == SPI_READ) { in bt_tx_thread()
|
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/ |
D | hci_spi_st.c | 222 uint8_t header_master[5] = {op, 0, 0, 0, 0}; in bt_spi_get_header() local 249 ret = bt_spi_transceive(header_master, 5, header_slave, 5); in bt_spi_get_header() 283 uint8_t header_master[5] = {op, 0, 0, 0, 0}; in bt_spi_get_header() local 310 bt_spi_transceive(header_master, 0, header_slave, 0); in bt_spi_get_header() 319 ret = bt_spi_transceive(header_master, 5, header_slave, 5); in bt_spi_get_header()
|
D | spi.c | 148 uint8_t header_master[5] = {op, 0, 0, 0, 0}; in bt_spi_get_header() local 163 ret = bt_spi_transceive(header_master, 5, header_slave, 5); in bt_spi_get_header()
|