1 Star 0 Fork 5.3K

李浩然 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wifiiotsdiointcallback.md 5.88 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

WifiIotSdioIntcallback

Overview

Related Modules:

Wifiiot

Description:

SDIO interrupt callback structure.

Summary

Data Fields

Variable Name

Description

RdstartCallback )(unsigned int len, unsigned char *admaTable)

int(*

RdoverCallback )(void)

int(*

RderrCallback )(void)

void(*

WrstartCallback )(unsigned int len, unsigned char *admaTable)

int(*

WroverCallback )(void)

int(*

ProcessmsgCallback )(unsigned int msg)

void(*

SoftRstCallback )(void)

void(*

Details

Field Documentation

ProcessmsgCallback

void(* WifiIotSdioIntcallback::ProcessmsgCallback) (unsigned int msg)

Description:

Callback invoked when a message is received from the host

RderrCallback

void(* WifiIotSdioIntcallback::RderrCallback) (void)

Description:

Callback invoked when a data read failure occurs on the host

RdoverCallback

int(* WifiIotSdioIntcallback::RdoverCallback) (void)

Description:

Callback invoked when the host finishes a read operation

RdstartCallback

int(* WifiIotSdioIntcallback::RdstartCallback) (unsigned int len, unsigned char *admaTable)

Description:

Callback invoked when the host starts a read operation

SoftRstCallback

void(* WifiIotSdioIntcallback::SoftRstCallback) (void)

Description:

Callback invoked when a soft reset interrupt message is received from the host

WroverCallback

int(* WifiIotSdioIntcallback::WroverCallback) (void)

Description:

Callback invoked when the host finishes a write operation

WrstartCallback

int(* WifiIotSdioIntcallback::WrstartCallback) (unsigned int len, unsigned char *admaTable)

Description:

Callback invoked when the host starts a write operation

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

搜索帮助