Disable a function interrupt
#include <mmc/sdio.h> #define DCMD_SDIO_INTR_DISABLE __DIOT (_DCMD_MISC, 0x15, int)
Argument | Value |
---|---|
filedes | A file descriptor that you obtained by opening the device |
dcmd | DCMD_SDIO_INTR_DISABLE |
dev_data_ptr | A pointer to an int |
n_bytes | sizeof(int) |
dev_info_ptr | NULL |
This command disables a function interrupt.
The index of the function whose interrupt you want to disable.
None.