RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
宏定义 | |
#define | SDIO_FUNC_CODE_NONE 0x00 /* Not a SDIO standard interface */ |
#define | SDIO_FUNC_CODE_UART 0x01 /* SDIO Standard UART */ |
#define | SDIO_FUNC_CODE_BT_A 0x02 /* SDIO Type-A for Bluetooth standard interface */ |
#define | SDIO_FUNC_CODE_BT_B 0x03 /* SDIO Type-B for Bluetooth standard interface */ |
#define | SDIO_FUNC_CODE_GPS 0x04 /* SDIO GPS standard interface */ |
#define | SDIO_FUNC_CODE_CAMERA 0x05 /* SDIO Camera standard interface */ |
#define | SDIO_FUNC_CODE_PHS 0x06 /* SDIO PHS standard interface */ |
#define | SDIO_FUNC_CODE_WLAN 0x07 /* SDIO WLAN interface */ |
#define | SDIO_FUNC_CODE_ATA 0x08 /* Embedded SDIO-ATA standard interface */ |
#define | SDIO_MANUFACTURER_ID_MARVELL 0x02df |
#define | SDIO_PRODUCT_ID_MARVELL_88W8686 0x9103 |
#define SDIO_FUNC_CODE_NONE 0x00 /* Not a SDIO standard interface */ |
在文件 sdio_func_ids.h 第 20 行定义.
#define SDIO_FUNC_CODE_UART 0x01 /* SDIO Standard UART */ |
在文件 sdio_func_ids.h 第 21 行定义.
#define SDIO_FUNC_CODE_BT_A 0x02 /* SDIO Type-A for Bluetooth standard interface */ |
在文件 sdio_func_ids.h 第 22 行定义.
#define SDIO_FUNC_CODE_BT_B 0x03 /* SDIO Type-B for Bluetooth standard interface */ |
在文件 sdio_func_ids.h 第 23 行定义.
#define SDIO_FUNC_CODE_GPS 0x04 /* SDIO GPS standard interface */ |
在文件 sdio_func_ids.h 第 24 行定义.
#define SDIO_FUNC_CODE_CAMERA 0x05 /* SDIO Camera standard interface */ |
在文件 sdio_func_ids.h 第 25 行定义.
#define SDIO_FUNC_CODE_PHS 0x06 /* SDIO PHS standard interface */ |
在文件 sdio_func_ids.h 第 26 行定义.
#define SDIO_FUNC_CODE_WLAN 0x07 /* SDIO WLAN interface */ |
在文件 sdio_func_ids.h 第 27 行定义.
#define SDIO_FUNC_CODE_ATA 0x08 /* Embedded SDIO-ATA standard interface */ |
在文件 sdio_func_ids.h 第 28 行定义.
#define SDIO_MANUFACTURER_ID_MARVELL 0x02df |
在文件 sdio_func_ids.h 第 32 行定义.
#define SDIO_PRODUCT_ID_MARVELL_88W8686 0x9103 |
在文件 sdio_func_ids.h 第 33 行定义.