Home
last modified time | relevance | path

Searched defs:rt_sdio_cccr (Results 1 – 1 of 1) sorted by relevance

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmmcsd_card.h60 struct rt_sdio_cccr { struct
61 rt_uint8_t sdio_version;
62 rt_uint8_t sd_version;
63 rt_uint8_t direct_cmd:1, /* Card Supports Direct Commands during data transfer
65 multi_block:1, /* Card Supports Multi-Block */
66 read_wait:1, /* Card Supports Read Wait
68 suspend_resume:1, /* Card supports Suspend/Resume
70 s4mi:1, /* generate interrupts during a 4-bit
72 e4mi:1, /* Enable the multi-block IRQ during
74 low_speed:1, /* Card is a Low-Speed card */
[all …]