Home
last modified time | relevance | path

Searched defs:spi_config (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dspi.h301 struct spi_config { struct
303 uint32_t frequency;
335 * @brief Structure initializer for spi_config from devicetree argument
/Zephyr-latest/drivers/spi/
Dspi_sifive.c31 static int spi_config(const struct device *dev, uint32_t frequency, in spi_config() function
Dspi_ambiq_bleif.c48 static int spi_config(const struct device *dev, const struct spi_config *config) in spi_config() function
Dspi_grlib_spimctrl.c46 static int spi_config(struct spi_context *ctx, const struct spi_config *config) in spi_config() function
Dspi_litex.c52 static int spi_config(const struct device *dev, const struct spi_config *config, uint16_t *control) in spi_config() function
Dspi_litex_litespi.c59 static int spi_config(const struct device *dev, const struct spi_config *config) in spi_config() function
Dspi_ambiq_spid.c98 static int spi_config(const struct device *dev, const struct spi_config *config) in spi_config() function
Dspi_ifx_cat1.c122 int spi_config(const struct device *dev, const struct spi_config *spi_cfg) in spi_config() function
Dspi_opentitan.c75 static int spi_config(const struct device *dev, uint32_t frequency, in spi_config() function
Dspi_ambiq_spic.c123 static int spi_config(const struct device *dev, const struct spi_config *config) in spi_config() function
Dspi_gecko_usart.c116 static int spi_config(const struct device *dev, in spi_config() function
Dspi_sam.c696 struct spi_config *spi_config = &spi_dt_spec->config; in spi_sam_iodev_prepare_start() local
Dspi_andes_atcspi200.c58 static int spi_config(const struct device *dev, in spi_config() function
Dspi_max32.c656 struct spi_config *spi_config = &spi_dt_spec->config; in spi_max32_iodev_prepare_start() local
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_whd_hal_spi.c22 whd_spi_config_t spi_config; member
/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py122 def build_header(chip, spi_config, hdr_spi_loc, pld_spi_loc, pld_entry_addr, pld_len): argument
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c166 struct ec_host_cmd_spi_cfg *spi_config; member