coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spi_bitbang_ops Struct Reference

#include <spi_bitbang.h>

Collaboration diagram for spi_bitbang_ops:
Collaboration graph

Data Fields

int(* get_miso )(const struct spi_bitbang_ops *ops)
 
void(* set_mosi )(const struct spi_bitbang_ops *ops, int value)
 
void(* set_clk )(const struct spi_bitbang_ops *ops, int value)
 
void(* set_cs )(const struct spi_bitbang_ops *ops, int value)
 

Detailed Description

Definition at line 7 of file spi_bitbang.h.

Field Documentation

◆ get_miso

int(* spi_bitbang_ops::get_miso) (const struct spi_bitbang_ops *ops)

Definition at line 8 of file spi_bitbang.h.

◆ set_clk

void(* spi_bitbang_ops::set_clk) (const struct spi_bitbang_ops *ops, int value)

Definition at line 10 of file spi_bitbang.h.

◆ set_cs

void(* spi_bitbang_ops::set_cs) (const struct spi_bitbang_ops *ops, int value)

Definition at line 11 of file spi_bitbang.h.

◆ set_mosi

void(* spi_bitbang_ops::set_mosi) (const struct spi_bitbang_ops *ops, int value)

Definition at line 9 of file spi_bitbang.h.


The documentation for this struct was generated from the following file: