input parameter type for eSDIOSetCardDetectParams ioctl request More...
#include <iot_sdio.h>
Data Fields | |
IotSdioCardDetectType_t | eCardDetectType |
bool | bCallbackOnInsert |
bool | bCallbackOnRemoval |
input parameter type for eSDIOSetCardDetectParams ioctl request
IotSdioCardDetectType_t IotSdioCardDetectParam_t::eCardDetectType |
One of the Sd card detect types supported by sdio host
bool IotSdioCardDetectParam_t::bCallbackOnInsert |
If true sdio callback will be invoked on card insert.
bool IotSdioCardDetectParam_t::bCallbackOnRemoval |
If true sdio callback will be invoked on card card removal.