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

SSP_Public_Types

SSP_Public_Types
[SSP]

Data Structures

struct  SSP_CFG_Type
 SSP configuration structure. More...
struct  SSP_DATA_SETUP_Type
 SPI Data configuration structure definitions. More...

Enumerations

enum  SSP_TRANSFER_Type { SSP_TRANSFER_POLLING = 0, SSP_TRANSFER_INTERRUPT }
 

SSP Transfer Type definitions.

More...

Enumeration Type Documentation

SSP Transfer Type definitions.

Enumerator:
SSP_TRANSFER_POLLING 

Polling transfer.

SSP_TRANSFER_INTERRUPT 

Interrupt transfer.

Definition at line 227 of file lpc17xx_ssp.h.