ssi_lm3s.h File Reference
LM3S1968 Synchronous Serial Interface (SSI) driver. More...
#include <cpu/power.h>#include <kern/kfile.h>#include <io/lm3s.h>Go to the source code of this file.
Data Structures | |
| struct | LM3SSSI |
| LM3S1968 SSI handle structure. More... | |
Defines | |
| #define | KFT_LM3SSSI MAKE_ID('L', 'S', 'S', 'I') |
| ID for LM3S SSI. | |
| #define | SSI_FRF_MOTO_MODE_0 0x00000000 |
| LM3S1968 SSI frame format. | |
| #define | SSI_MODE_MASTER 0x00000000 |
| LM3S1968 SSI operational mode. | |
Typedefs | |
| typedef struct LM3SSSI | LM3SSSI |
| LM3S1968 SSI handle structure. | |
Functions | |
| void | lm3s_ssiInit (struct LM3SSSI *fds, uint32_t addr, uint32_t frame, int mode, int bitrate, uint32_t data_width) |
| Initialize a LM3S SSI driver. | |
Detailed Description
LM3S1968 Synchronous Serial Interface (SSI) driver.
Definition in file ssi_lm3s.h.
