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

#include <mmcsd_host.h>

成员变量

char name [RT_NAME_MAX]
 
struct rt_mmcsd_cardcard
 
const struct rt_mmcsd_host_opsops
 
rt_uint32_t freq_min
 
rt_uint32_t freq_max
 
struct rt_mmcsd_io_cfg io_cfg
 
rt_uint32_t valid_ocr
 
rt_uint32_t flags
 
rt_uint32_t max_seg_size
 
rt_uint32_t max_dma_segs
 
rt_uint32_t max_blk_size
 
rt_uint32_t max_blk_count
 
rt_uint32_t id
 
rt_uint32_t spi_use_crc
 
struct rt_mutex bus_lock
 
struct rt_semaphore sem_ack
 
rt_uint32_t sdio_irq_num
 
struct rt_semaphoresdio_irq_sem
 
struct rt_threadsdio_irq_thread
 
void * private_data
 

详细描述

在文件 mmcsd_host.h94 行定义.

结构体成员变量说明

◆ name

char rt_mmcsd_host::name[RT_NAME_MAX]

在文件 mmcsd_host.h96 行定义.

◆ card

struct rt_mmcsd_card* rt_mmcsd_host::card

在文件 mmcsd_host.h97 行定义.

◆ ops

const struct rt_mmcsd_host_ops* rt_mmcsd_host::ops

在文件 mmcsd_host.h98 行定义.

◆ freq_min

rt_uint32_t rt_mmcsd_host::freq_min

在文件 mmcsd_host.h99 行定义.

◆ freq_max

rt_uint32_t rt_mmcsd_host::freq_max

在文件 mmcsd_host.h100 行定义.

◆ io_cfg

struct rt_mmcsd_io_cfg rt_mmcsd_host::io_cfg

在文件 mmcsd_host.h101 行定义.

◆ valid_ocr

rt_uint32_t rt_mmcsd_host::valid_ocr

在文件 mmcsd_host.h102 行定义.

◆ flags

rt_uint32_t rt_mmcsd_host::flags

在文件 mmcsd_host.h121 行定义.

◆ max_seg_size

rt_uint32_t rt_mmcsd_host::max_seg_size

在文件 mmcsd_host.h146 行定义.

◆ max_dma_segs

rt_uint32_t rt_mmcsd_host::max_dma_segs

在文件 mmcsd_host.h147 行定义.

◆ max_blk_size

rt_uint32_t rt_mmcsd_host::max_blk_size

在文件 mmcsd_host.h148 行定义.

◆ max_blk_count

rt_uint32_t rt_mmcsd_host::max_blk_count

在文件 mmcsd_host.h149 行定义.

◆ id

rt_uint32_t rt_mmcsd_host::id

在文件 mmcsd_host.h151 行定义.

◆ spi_use_crc

rt_uint32_t rt_mmcsd_host::spi_use_crc

在文件 mmcsd_host.h153 行定义.

◆ bus_lock

struct rt_mutex rt_mmcsd_host::bus_lock

在文件 mmcsd_host.h154 行定义.

◆ sem_ack

struct rt_semaphore rt_mmcsd_host::sem_ack

在文件 mmcsd_host.h155 行定义.

◆ sdio_irq_num

rt_uint32_t rt_mmcsd_host::sdio_irq_num

在文件 mmcsd_host.h157 行定义.

◆ sdio_irq_sem

struct rt_semaphore* rt_mmcsd_host::sdio_irq_sem

在文件 mmcsd_host.h158 行定义.

◆ sdio_irq_thread

struct rt_thread* rt_mmcsd_host::sdio_irq_thread

在文件 mmcsd_host.h159 行定义.

◆ private_data

void* rt_mmcsd_host::private_data

在文件 mmcsd_host.h161 行定义.