MdePkg[all]
1.08
|
Data Fields | |
CONST CHAR16 * | Vendor |
CONST CHAR16 * | PartNumber |
UINT32 | MinClockHz |
UINT32 | MaxClockHz |
BOOLEAN | ChipSelectPolarity |
The EFI_SPI_PART data structure provides a description of a SPI part which is independent of the use on the board. This data is available directly from the part's datasheet and may be provided by the vendor.
BOOLEAN _EFI_SPI_PART::ChipSelectPolarity |
Specify the polarity of the chip select pin. This value can be found in the SPI chip's datasheet. Specify TRUE when a one asserts the chip select and FALSE when a zero asserts the chip select.
UINT32 _EFI_SPI_PART::MaxClockHz |
The maximum SPI bus clock frequency used to access this chip. This value is found in the chip's datasheet.
UINT32 _EFI_SPI_PART::MinClockHz |
The minimum SPI bus clock frequency used to access this chip. This value may be specified in the chip's datasheet. If not, use the value of zero.