aos_spi_msg_t结构体 参考

#include <spi.h>

成员变量

uint32_t cfg
 
uint32_t cs
 
uint32_t hz
 
uint32_t pre_cs
 
uint32_t post_cs
 
uint32_t pre_clk
 
uint32_t post_clk
 
size_t count
 
void * rx_buf
 
const void * tx_buf
 

详细描述

在文件 spi.h33 行定义.

结构体成员变量说明

◆ cfg

uint32_t cfg

在文件 spi.h34 行定义.

◆ count

size_t count

在文件 spi.h41 行定义.

◆ cs

uint32_t cs

在文件 spi.h35 行定义.

◆ hz

uint32_t hz

在文件 spi.h36 行定义.

◆ post_clk

uint32_t post_clk

在文件 spi.h40 行定义.

◆ post_cs

uint32_t post_cs

在文件 spi.h38 行定义.

◆ pre_clk

uint32_t pre_clk

在文件 spi.h39 行定义.

◆ pre_cs

uint32_t pre_cs

在文件 spi.h37 行定义.

◆ rx_buf

void* rx_buf

在文件 spi.h42 行定义.

◆ tx_buf

const void* tx_buf

在文件 spi.h43 行定义.


该结构体的文档由以下文件生成: