MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_SPI_CONFIGURATION_PROTOCOL Struct Reference

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.

Field Documentation

UINT32 _EFI_SPI_CONFIGURATION_PROTOCOL::BusCount

The number of SPI busses on the board.

CONST EFI_SPI_BUS* CONST* CONST _EFI_SPI_CONFIGURATION_PROTOCOL::Buslist

The address of an array of EFI_SPI_BUS data structure addresses.