SDSPI_HWAttrs Struct Reference

SDSPI Hardware attributes. More...

#include <SDSPI.h>

Detailed Description

SDSPI Hardware attributes.

The SDSPI HWAttrs configuration structure contains the index of the SPI peripheral to be used for data transfers & the index of the GPIO Pin which will act as chip select. This driver uses this information to:

An example configuration structure could look as the following:

const SDSPI_HWAttrs sdspiHWAttrs[1] = {
{
// SPI driver index
.spiIndex = 0,
// GPIO driver pin index
.spiCsGpioIndex = 3
}
};

The documentation for this struct was generated from the following file:
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale