## SPI 读写数据 ```language uint32_t xy_SPI_RW_Data( SPI_TypeDef SPIx, SPIDataWidth_TypeDef DataWidth, uint32_t data ) ``` ## 参数说明 |参数|功能说明| |-|-|-| |SPIx|SPI编号| |DataWidth|数据宽度| |data|数据长度|