S32 SDK

Defines the extension structure for the SPI over FLEXIO. More...

#include <spi_pal.h>

Data Fields

uint8_t mosiPin
 
uint8_t misoPin
 
uint8_t sckPin
 
uint8_t ssPin
 

Detailed Description

Defines the extension structure for the SPI over FLEXIO.

Definition at line 116 of file spi_pal.h.

Field Documentation

uint8_t misoPin

FlexIO pin for MISO

Definition at line 119 of file spi_pal.h.

uint8_t mosiPin

FlexIO pin for MOSI

Definition at line 118 of file spi_pal.h.

uint8_t sckPin

FlexIO pin for SCK

Definition at line 120 of file spi_pal.h.

uint8_t ssPin

FlexIO pin for SS

Definition at line 121 of file spi_pal.h.


The documentation for this struct was generated from the following file: