|
Contiki-NG
|
Documentation for all the disk device drivers. More...
Modules | |
| SD/MMC | |
| SD/MMC device driver. | |
Files | |
| file | disk.h |
| Header file defining the disk device driver API. | |
Data Structures | |
| struct | disk_driver |
| Disk driver API structure. More... | |
Enumerations | |
| enum | disk_status_t { DISK_STATUS_INIT = 0x01, DISK_STATUS_DISK = 0x02, DISK_STATUS_WRITABLE = 0x04 } |
| Disk status flags. More... | |
| enum | disk_ioctl_t { DISK_IOCTL_CTRL_SYNC, DISK_IOCTL_GET_SECTOR_COUNT, DISK_IOCTL_GET_SECTOR_SIZE, DISK_IOCTL_GET_BLOCK_SIZE, DISK_IOCTL_CTRL_TRIM } |
| Generic disk I/O control commands. More... | |
| enum | disk_result_t { DISK_RESULT_OK, DISK_RESULT_IO_ERROR, DISK_RESULT_WR_PROTECTED, DISK_RESULT_NO_INIT, DISK_RESULT_INVALID_ARG } |
| Disk access result codes. More... | |
Documentation for all the disk device drivers.
| enum disk_ioctl_t |
Generic disk I/O control commands.
| enum disk_result_t |
| enum disk_status_t |
1.8.13