coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
rockchip_bitbang_slave Struct Reference
Collaboration diagram for rockchip_bitbang_slave:
Collaboration graph

Data Fields

struct spi_bitbang_ops ops
 
gpio_t miso
 
gpio_t mosi
 
gpio_t clk
 
gpio_t cs
 

Detailed Description

Definition at line 13 of file spi_bitbang.c.

Field Documentation

◆ clk

gpio_t rockchip_bitbang_slave::clk

Definition at line 17 of file spi_bitbang.c.

Referenced by rockchip_spi_init().

◆ cs

gpio_t rockchip_bitbang_slave::cs

Definition at line 18 of file spi_bitbang.c.

Referenced by rockchip_spi_init().

◆ miso

gpio_t rockchip_bitbang_slave::miso

Definition at line 15 of file spi_bitbang.c.

Referenced by rockchip_spi_init().

◆ mosi

gpio_t rockchip_bitbang_slave::mosi

Definition at line 16 of file spi_bitbang.c.

Referenced by rockchip_spi_init().

◆ ops

struct spi_bitbang_ops rockchip_bitbang_slave::ops

Definition at line 145 of file spi_bitbang.c.

Referenced by spi_ctrlr_claim_bus(), and spi_ctrlr_release_bus().


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