SPI初始化枚举体,需要你定义它,并用它的地址来传参给初始化函数。 更多...
#include <STC8x_SPI.h>
成员变量 | |
SPIType_Type | Type |
SPIClkSrc_Type | ClkSrc |
SPIMode_Type | Mode |
SPITran_Type | Tran |
BOOL | Run |
SPI初始化枚举体,需要你定义它,并用它的地址来传参给初始化函数。
SPI initializes the enumeration body, you need to define it and use its address to pass parameters to the initialization function.
SPIClkSrc_Type ClkSrc |
SPI时钟源。SPI clock source.
SPIMode_Type Mode |
SPI工作模式。SPI working mode.
BOOL Run |
SPI运行控制位。SPI operation control bit.
SPITran_Type Tran |
SPI传输类型。SPI transmission type.
SPIType_Type Type |
SPI工作类型。SPI working type.