Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/
A Dspi.h29 struct spi_ops { struct
30 void (*configure)(struct spi_chip *chip);
31 void (*start)(struct spi_chip *chip);
32 enum spi_result (*txrx8)(struct spi_chip *chip, uint8_t *wdat,
34 enum spi_result (*txrx16)(struct spi_chip *chip, uint16_t *wdat,
36 void (*end)(struct spi_chip *chip);
37 void (*flushfifo)(struct spi_chip *chip);

Completed in 2 milliseconds