Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
disk_info Struct Reference

Disk info. More...

#include <disk.h>

Data Fields

sys_dnode_t node
 Internally used list node.
 
const char * name
 Disk name.
 
const struct disk_operationsops
 Disk operations.
 
const struct devicedev
 Device associated to this disk.
 
uint16_t refcnt
 Internally used disk reference count.
 

Detailed Description

Disk info.

Field Documentation

◆ dev

const struct device* disk_info::dev

Device associated to this disk.

◆ name

const char* disk_info::name

Disk name.

◆ node

sys_dnode_t disk_info::node

Internally used list node.

◆ ops

const struct disk_operations* disk_info::ops

Disk operations.

◆ refcnt

uint16_t disk_info::refcnt

Internally used disk reference count.


The documentation for this struct was generated from the following file: