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_Private_Functions

SSP_Private_Functions
[SSP]

Functions

static int32_t SSP_getNum (LPC_SSP_TypeDef *SSPx)
 Convert from SSP peripheral to number.
void SSP_IntHandler (LPC_SSP_TypeDef *SSPx)
 Standard Private SSP Interrupt handler.

Function Documentation

static int32_t SSP_getNum ( LPC_SSP_TypeDef *  SSPx ) [static]

Convert from SSP peripheral to number.

Definition at line 73 of file lpc17xx_ssp.c.

void SSP_IntHandler ( LPC_SSP_TypeDef *  SSPx )

Standard Private SSP Interrupt handler.

Parameters:
SSPx,:SSP peripheral definition, should be SSP0 or SSP1.
Returns:
None

Definition at line 89 of file lpc17xx_ssp.c.