RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_spi_message结构体 参考

#include <dev_spi.h>

成员变量

const void * send_buf
 
void * recv_buf
 
rt_size_t length
 
struct rt_spi_messagenext
 
unsigned cs_take: 1
 
unsigned cs_release: 1
 

详细描述

SPI message structure

在文件 dev_spi.h138 行定义.

结构体成员变量说明

◆ send_buf

const void* rt_spi_message::send_buf

在文件 dev_spi.h140 行定义.

◆ recv_buf

void* rt_spi_message::recv_buf

在文件 dev_spi.h141 行定义.

◆ length

rt_size_t rt_spi_message::length

在文件 dev_spi.h142 行定义.

◆ next

struct rt_spi_message* rt_spi_message::next

在文件 dev_spi.h143 行定义.

◆ cs_take

unsigned rt_spi_message::cs_take

在文件 dev_spi.h145 行定义.

◆ cs_release

unsigned rt_spi_message::cs_release

在文件 dev_spi.h146 行定义.