uc-sdk
|
SSP configuration structure. More...
#include <lpc17xx_ssp.h>
Public Attributes | |
uint32_t | Databit |
uint32_t | CPHA |
uint32_t | CPOL |
uint32_t | Mode |
uint32_t | FrameFormat |
uint32_t | ClockRate |
SSP configuration structure.
Definition at line 365 of file lpc17xx_ssp.h.
uint32_t SSP_CFG_Type::ClockRate |
Frame Format:
Definition at line 381 of file lpc17xx_ssp.h.
uint32_t SSP_CFG_Type::CPHA |
Databit number, should be SSP_DATABIT_x,
where x is in range from 4 - 16
Definition at line 368 of file lpc17xx_ssp.h.
uint32_t SSP_CFG_Type::CPOL |
Clock phase, should be:
Definition at line 371 of file lpc17xx_ssp.h.
uint32_t SSP_CFG_Type::Databit |
Definition at line 366 of file lpc17xx_ssp.h.
uint32_t SSP_CFG_Type::FrameFormat |
SSP mode, should be:
Definition at line 377 of file lpc17xx_ssp.h.
uint32_t SSP_CFG_Type::Mode |
Clock polarity, should be:
Definition at line 374 of file lpc17xx_ssp.h.