Searched refs:SPI_READ (Results 1 – 5 of 5) sorted by relevance
12 #define SPI_READ (1 << 7) macro23 uint8_t buffer_tx[2] = { reg_addr | SPI_READ, 0 }; in stmemsc_spi_read()48 uint8_t buffer_tx[1] = { reg_addr & ~SPI_READ }; in stmemsc_spi_write()
40 #define SPI_READ 0x0B macro146 } while (header_master[STATUS_HEADER_READY] != SPI_READ); in spi_send()195 } while ((header_master[STATUS_HEADER_READY] != SPI_READ) && in bt_tx_thread()198 if (header_master[STATUS_HEADER_READY] == SPI_READ) { in bt_tx_thread()
26 #define SPI_READ 0x0B macro150 bool reading = (op == SPI_READ); in bt_spi_get_header()155 if (!(op == SPI_READ || op == SPI_WRITE)) { in bt_spi_get_header()263 ret = bt_spi_get_header(SPI_READ, &size); in bt_spi_rx_thread()
37 #define SPI_READ 0x0B macro227 if (op == SPI_READ) { in bt_spi_get_header()240 if (op == SPI_READ) { in bt_spi_get_header()289 if (op == SPI_READ) { in bt_spi_get_header()525 ret = bt_spi_get_header(SPI_READ, &size); in bt_spi_rx_thread()
43 #define SPI_READ 0x04 macro185 uint8_t command[1] = {SPI_READ}; in bt_apollo_spi_rcv()