Searched defs:spi_nrfx_config (Results 1 – 3 of 3) sorted by relevance
57 struct spi_nrfx_config { struct79 const struct spi_nrfx_config *dev_config = dev->config; in finalize_spi_transaction() argument
28 struct spi_nrfx_config { struct29 nrfx_spi_t spi;30 nrfx_spi_config_t def_config;31 void (*irq_connect)(void);32 const struct pinctrl_dev_config *pcfg;33 uint32_t wake_pin;34 nrfx_gpiote_t wake_gpiote;
26 struct spi_nrfx_config { struct27 nrfx_spis_t spis;28 nrfx_spis_config_t config;29 void (*irq_connect)(void);30 uint16_t max_buf_len;31 const struct pinctrl_dev_config *pcfg;32 struct gpio_dt_spec wake_gpio;