NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

SPI_Public_Types

SPI_Public_Types
[SPI]

Data Structures

struct  SPI_CFG_Type
 SPI configuration structure. More...
struct  SPI_DATA_SETUP_Type
 SPI Data configuration structure definitions. More...

Enumerations

enum  SPI_TRANSFER_Type { SPI_TRANSFER_POLLING = 0, SPI_TRANSFER_INTERRUPT }
 

SPI Transfer Type definitions.

More...

Enumeration Type Documentation

SPI Transfer Type definitions.

Enumerator:
SPI_TRANSFER_POLLING 

Polling transfer.

SPI_TRANSFER_INTERRUPT 

Interrupt transfer.

Definition at line 183 of file lpc17xx_spi.h.