TMS320F28335 Library  1.0
Documentation
_SPIInterface Struct Reference

SPI Interface: Assign GPIOs to SPI module. More...

#include <spi.h>

Data Fields

Uint16 spi_simo
 SPI-SIMO-GPIO (GPIO16) More...
 
Uint16 spi_somi
 SPI-SOMI-GPIO (GPIO17) More...
 
Uint16 spi_clk
 SPI-CLOCK-GPIO (GPIO18) More...
 
Uint16 spi_ss
 SPI-SlaveSelect-GPIO (GPIO19) More...
 
Uint16 wordlength_in_bit
 Amount of Databits to be transmitted per SPI-Tx- and Rx-Operation. More...
 

Detailed Description

SPI Interface: Assign GPIOs to SPI module.


Definition at line 12 of file spi.h.

Field Documentation

◆ spi_clk

Uint16 spi_clk

SPI-CLOCK-GPIO (GPIO18)

Definition at line 15 of file spi.h.

◆ spi_simo

Uint16 spi_simo

SPI-SIMO-GPIO (GPIO16)

Definition at line 13 of file spi.h.

◆ spi_somi

Uint16 spi_somi

SPI-SOMI-GPIO (GPIO17)

Definition at line 14 of file spi.h.

◆ spi_ss

Uint16 spi_ss

SPI-SlaveSelect-GPIO (GPIO19)

Definition at line 16 of file spi.h.

◆ wordlength_in_bit

Uint16 wordlength_in_bit

Amount of Databits to be transmitted per SPI-Tx- and Rx-Operation.

Definition at line 17 of file spi.h.