1.1.3.4.45 DRV_RF215_PLIB_SPI_SET_CS Typedef
C
typedef void ( *DRV_RF215_PLIB_SPI_SET_CS ) (SPI_CHIP_SELECT chipSelect);
Summary
Pointer to a PLIB function to set the SPI chip select line.
Description
This data type defines the required function signature for the RF215 driver to set the SPI chip select line.
Parameters
| Param | Description |
|---|---|
| chipSelect | Chip select line to be set. |
Returns
None.
Remarks
This data type is only available if the used SPI peripheral supports multiple chip select lines.
