Home
last modified time | relevance | path

Searched defs:spi_nrfx_data (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_nrfx_spim.c56 struct spi_nrfx_data { struct
57 struct spi_context ctx;
58 const struct device *dev;
59 size_t chunk_len;
60 bool busy;
61 bool initialized;
63 uint8_t *tx_buffer;
64 uint8_t *rx_buffer;
67 bool anomaly_58_workaround_active;
68 uint8_t ppi_ch;
[all …]
Dspi_nrfx_spi.c21 struct spi_nrfx_data { struct
22 struct spi_context ctx;
23 const struct device *dev;
24 size_t chunk_len;
25 bool busy;
26 bool initialized;
Dspi_nrfx_spis.c20 struct spi_nrfx_data { struct
21 struct spi_context ctx;
22 const struct device *dev;
23 struct k_sem wake_sem;
24 struct gpio_callback wake_cb_data;