embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SPI Hardware Abstraction Layer for MSP430F5529
Collaboration diagram for SPI Hardware Abstraction Layer for MSP430F5529:

Data Structures

struct  hal_spi_settings_t
 spi settings structure More...
 

Macros

#define SPI_A0   0
 index for SPI module A0 More...
 
#define SPI_A1   1
 index for SPI module A1 More...
 
#define SPI_B0   2
 index for SPI module B0 More...
 
#define SPI_B1   3
 index for SPI module B1 More...
 

Typedefs

typedef struct hal_spi_settings_t hal_spi_settings_t
 spi settings structure More...
 

Detailed Description

Author
Anthony Merlino

Created on February 26, 2015, 1:31 PM

Todo:
Anthony Merlino document hal_spi_msp430f5529

Macro Definition Documentation

#define SPI_A0   0

index for SPI module A0

#define SPI_A1   1

index for SPI module A1

#define SPI_B0   2

index for SPI module B0

#define SPI_B1   3

index for SPI module B1

Typedef Documentation

spi settings structure

Warning
structure had to be above project_settings.h include in order for compiler to find it ???