Skip to content
Ryan Summers edited this page Sep 7, 2015 · 1 revision

SPI Enumerations

This page describes the enumerations that are used within the SPI peripheral library within SUBLIBinal. Please select the appropriate enumeration from the list below to be redirected to documentation.

Enumerations


SPI_Channel

Definition

    typedef enum {
        SPI_CH_1,
        SPI_CH_2
    } SPI_Channel;

The SPI_Channel enumeration is used to specify which SPI channel should be used.

top

Clone this wiki locally