TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_SPI_CONFIGURATION_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/SpiConfiguration.h>

Data Fields

UINT32 BusCount
 
CONST EFI_SPI_BUS *CONST *CONST Buslist
 

Detailed Description

Describe the details of the board's SPI busses to the SPI driver stack. The board layer uses the EFI_SPI_CONFIGURATION_PROTOCOL to expose the data tables which describe the board's SPI busses, The SPI bus layer uses these tables to configure the clock, chip select and manage the SPI transactions on the SPI controllers.

Definition at line 273 of file SpiConfiguration.h.

Field Documentation

◆ BusCount

UINT32 _EFI_SPI_CONFIGURATION_PROTOCOL::BusCount

The number of SPI busses on the board.

Definition at line 277 of file SpiConfiguration.h.

◆ Buslist

CONST EFI_SPI_BUS* CONST* CONST _EFI_SPI_CONFIGURATION_PROTOCOL::Buslist

The address of an array of EFI_SPI_BUS data structure addresses.

Definition at line 282 of file SpiConfiguration.h.


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