Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-stm32.c271 struct stm32_spi_cfg { struct
272 const struct stm32_spi_regspec *regs;
276 int (*config)(struct stm32_spi *spi);
284 void (*dma_rx_cb)(void *data);
285 void (*dma_tx_cb)(void *data);
289 unsigned int baud_rate_div_min;
290 unsigned int baud_rate_div_max;
291 bool has_fifo;
292 bool has_device_mode;
293 u16 flags;
[all …]

Completed in 10 milliseconds