1 Star 0 Fork 4.9K

平凡 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WifiIotSdioIntcallback.md 5.91 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/pingfan_vs_hs/docs.git
git@gitee.com:pingfan_vs_hs/docs.git
pingfan_vs_hs
docs
docs
master

搜索帮助