Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/
H A Dspi_bitbang.h7 struct spi_bitbang_ops { struct
8 int (*get_miso)(const struct spi_bitbang_ops *ops); argument
9 void (*set_mosi)(const struct spi_bitbang_ops *ops, int value); argument
10 void (*set_clk)(const struct spi_bitbang_ops *ops, int value); argument
11 void (*set_cs)(const struct spi_bitbang_ops *ops, int value); argument