MMEx with SPI Slave to allow legacy devices to communicate with modern media such as USB, SD cards, the internet and all of the mbed\'s other interfaces

Dependencies:   NetServices MSCUsbHost mbed TMP102 SDFileSystem

Embed: (wiki syntax)

« Back to documentation index

SSP_CFG_Type Struct Reference

SSP_CFG_Type Struct Reference
[SSP_Public_Types]

SSP configuration structure. More...

#include <lpc17xx_ssp.h>

Data Fields

uint32_t CPHA
 Databit number, should be SSP_DATABIT_x, where x is in range from 4 - 16.
uint32_t CPOL
 Clock phase, should be:

  • SSP_CPHA_FIRST: first clock edge
  • SSP_CPHA_SECOND: second clock edge.

uint32_t Mode
 Clock polarity, should be:

  • SSP_CPOL_HI: high level
  • SSP_CPOL_LO: low level.

uint32_t FrameFormat
 SSP mode, should be:

  • SSP_MASTER_MODE: Master mode
  • SSP_SLAVE_MODE: Slave mode.

uint32_t ClockRate
 Frame Format:

  • SSP_FRAME_SPI: Motorola SPI frame format
  • SSP_FRAME_TI: TI frame format
  • SSP_FRAME_MICROWIRE: National Microwire frame format.


Detailed Description

SSP configuration structure.

Definition at line 192 of file lpc17xx_ssp.h.