Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/spi/
Dspi_nrfx_spim.c57 struct spi_nrfx_config { struct
79 const struct spi_nrfx_config *dev_config = dev->config; in finalize_spi_transaction() argument
Dspi_nrfx_spi.c28 struct spi_nrfx_config { struct
29 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;
Dspi_nrfx_spis.c26 struct spi_nrfx_config { struct
27 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;