1 Star 0 Fork 4.9K

wenjun / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
SpiDevInfo.md 2.38 KB
Copy Edit Raw Blame History
wenjun authored 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

SpiDevInfo

Overview

Related Modules:

SPI

Description:

Defines the general SPI device descriptor, which can be used as the unique identifier of an SPI device. When operating an SPI device, you need to specify a descriptor of the SpiDevInfo type, and obtain the handle of the SPI device by calling SpiOpen.

Since:

1.0

Summary

Data Fields

Variable Name

Description

busNum

uint32_t 

csNum

uint32_t 

Details

Field Documentation

busNum

uint32_t SpiDevInfo::busNum

Description:

SPI bus number

csNum

uint32_t SpiDevInfo::csNum

Description:

SPI device chip select (CS)

1
https://gitee.com/wenjun_flyingfox/docs.git
git@gitee.com:wenjun_flyingfox/docs.git
wenjun_flyingfox
docs
docs
master

Search