Searched defs:spi_nrfx_data (Results 1 – 3 of 3) sorted by relevance
56 struct spi_nrfx_data { struct57 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 …]
21 struct spi_nrfx_data { struct22 struct spi_context ctx;23 const struct device *dev;24 size_t chunk_len;25 bool busy;26 bool initialized;
20 struct spi_nrfx_data { struct21 struct spi_context ctx;22 const struct device *dev;23 struct k_sem wake_sem;24 struct gpio_callback wake_cb_data;