Zephyr API 3.6.99
|
Disk info. More...
#include <disk.h>
Data Fields | |
sys_dnode_t | node |
Internally used list node. | |
const char * | name |
Disk name. | |
const struct disk_operations * | ops |
Disk operations. | |
const struct device * | dev |
Device associated to this disk. | |
uint16_t | refcnt |
Internally used disk reference count. | |
Disk info.
const struct device* disk_info::dev |
Device associated to this disk.
const char* disk_info::name |
Disk name.
sys_dnode_t disk_info::node |
Internally used list node.
const struct disk_operations* disk_info::ops |
Disk operations.
uint16_t disk_info::refcnt |
Internally used disk reference count.