Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/st/stmemsc/
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()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_spi/src/
Dmain.c40 #define SPI_READ 0x0B macro
146 } 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()
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dspi.c26 #define SPI_READ 0x0B macro
150 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()
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()
Dapollox_blue.c43 #define SPI_READ 0x04 macro
185 uint8_t command[1] = {SPI_READ}; in bt_apollo_spi_rcv()