Lines Matching defs:spi_nrfx_data
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;69 uint8_t gpiote_ch;72 bool clock_requested;