RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_blk_disk结构体 参考

#include <blk.h>

成员变量

struct rt_device parent
 
const struct rt_blk_disk_opsops
 
rt_uint32_t read_only:1
 
rt_uint32_t parallel_io:1
 
rt_uint32_t removable:1
 
rt_uint32_t __magic
 
rt_uint32_t partitions
 
rt_int32_t max_partitions
 
rt_list_t part_nodes
 
struct rt_spinlock lock
 
struct rt_semaphore usr_lock
 

详细描述

在文件 blk.h22 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_blk_disk::parent

在文件 blk.h24 行定义.

◆ ops

const struct rt_blk_disk_ops* rt_blk_disk::ops

在文件 blk.h26 行定义.

◆ read_only

rt_uint32_t rt_blk_disk::read_only

在文件 blk.h31 行定义.

◆ parallel_io

rt_uint32_t rt_blk_disk::parallel_io

在文件 blk.h32 行定义.

◆ removable

rt_uint32_t rt_blk_disk::removable

在文件 blk.h33 行定义.

◆ __magic

rt_uint32_t rt_blk_disk::__magic

在文件 blk.h35 行定义.

◆ partitions

rt_uint32_t rt_blk_disk::partitions

在文件 blk.h37 行定义.

◆ max_partitions

rt_int32_t rt_blk_disk::max_partitions

在文件 blk.h40 行定义.

◆ part_nodes

rt_list_t rt_blk_disk::part_nodes

在文件 blk.h41 行定义.

◆ lock

struct rt_spinlock rt_blk_disk::lock

在文件 blk.h43 行定义.

◆ usr_lock

struct rt_semaphore rt_blk_disk::usr_lock

在文件 blk.h44 行定义.