Lines Matching full:attributes
35 - Obtaining and setting SPI device attributes.
52 | SpiSetCfg | Sets SPI device attributes.|
53 | SpiGetCfg | Obtains SPI device attributes.|
107 ### Obtaining SPI Device Attributes
109 …onfigure the device attributes. Before configuring the device attributes, you can call **SpiGetCfg…
121 | cfg | Pointer to the SPI device attributes.|
130 ret = SpiGetCfg(spiHandle, &cfg); /* Obtain SPI device attributes. */
137 ### Setting SPI Device Attributes
139 After obtaining the SPI device handle, call **SpiSetCfg** to set SPI device attributes.
151 | cfg | Pointer to the SPI device attributes.|
164 ret = SpiSetCfg(spiHandle, &cfg); /* Set SPI device attributes. */
300 The following example shows how to obtain an SPI device handle, set device attributes, and then rea…
324 /* Obtain SPI attributes. */
332 /* Set SPI attributes. */