Home
last modified time | relevance | path

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

/drivers/sensor/st/stmemsc/
A Dstmemsc_spi.c12 #define SPI_READ (1 << 7) macro
23 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()
/drivers/bluetooth/hci/
A Dspi.c26 #define SPI_READ 0x0B macro
151 bool reading = (op == SPI_READ); in bt_spi_get_header()
156 if (!(op == SPI_READ || op == SPI_WRITE)) { in bt_spi_get_header()
264 ret = bt_spi_get_header(SPI_READ, &size); in bt_spi_rx_thread()
A Dhci_spi_st.c37 #define SPI_READ 0x0B macro
227 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()
A Dapollox_blue.c43 #define SPI_READ 0x04 macro
185 uint8_t command[1] = {SPI_READ}; in bt_apollo_spi_rcv()

Completed in 12 milliseconds