Igor Skochinsky / Mbed 2 deprecated DriverLibrary

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.