加入收藏
举报
当前仅显示指定条件回帖 [ 展开查看全部 ]
02-14 20:03
#
文件名称:
wifiiotsdiointcallback.md
所在目录:
Openharmony v1.0 / docs / docs-en / api / api-LinkIoT
文件大小:
5.88 KB
下载地址:
fenwii/OpenHarmony
   
免责声明:本网站仅提供指向 GitHub 上的文件的链接,所有文件的版权归原作者所有,本网站不对文件内容的合法性、准确性或安全性承担任何责任。
文本预览:
# WifiIotSdioIntcallback
## **Overview**
**Related Modules:**
[Wifiiot](wifiiot.md)
**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
点赞 回复
回帖
支持markdown部分语法 ?