CMSIS-Driver
Version 2.8.0
Peripheral Interface for Middleware and Application Code
|
Defines the frame format. More...
Macros | |
#define | ARM_SPI_CPOL0_CPHA0 (0UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 0, Clock Phase 0 (default) More... | |
#define | ARM_SPI_CPOL0_CPHA1 (1UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 0, Clock Phase 1. More... | |
#define | ARM_SPI_CPOL1_CPHA0 (2UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 1, Clock Phase 0. More... | |
#define | ARM_SPI_CPOL1_CPHA1 (3UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 1, Clock Phase 1. More... | |
#define | ARM_SPI_TI_SSI (4UL << ARM_SPI_FRAME_FORMAT_Pos) |
Texas Instruments Frame Format. More... | |
#define | ARM_SPI_MICROWIRE (5UL << ARM_SPI_FRAME_FORMAT_Pos) |
National Semiconductor Microwire Frame Format. More... | |
Defines the frame format.
#define ARM_SPI_CPOL0_CPHA0 (0UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 0, Clock Phase 0 (default)
#define ARM_SPI_CPOL0_CPHA1 (1UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 0, Clock Phase 1.
#define ARM_SPI_CPOL1_CPHA0 (2UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 1, Clock Phase 0.
#define ARM_SPI_CPOL1_CPHA1 (3UL << ARM_SPI_FRAME_FORMAT_Pos) |
Clock Polarity 1, Clock Phase 1.
#define ARM_SPI_TI_SSI (4UL << ARM_SPI_FRAME_FORMAT_Pos) |
Texas Instruments Frame Format.
#define ARM_SPI_MICROWIRE (5UL << ARM_SPI_FRAME_FORMAT_Pos) |
National Semiconductor Microwire Frame Format.