Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Disk info. More...
#include <disk.h>
Data Fields | |
sys_dnode_t | node |
char * | name |
const struct disk_operations * | ops |
const struct device * | dev |
Disk info.
const struct device* disk_info::dev |
Device associated to this disk
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