TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/SpiConfiguration.h>
Data Fields | |
UINT32 | BusCount |
CONST EFI_SPI_BUS *CONST *CONST | Buslist |
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.
UINT32 _EFI_SPI_CONFIGURATION_PROTOCOL::BusCount |
The number of SPI busses on the board.
Definition at line 277 of file SpiConfiguration.h.
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.