|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
SD host controller data structure. More...
#include <sdhc.h>
Data Fields | |
| unsigned int | block_addr |
| Block to start read from. | |
| unsigned int | block_size |
| Block size. | |
| unsigned int | blocks |
| Number of blocks. | |
| unsigned int | bytes_xfered |
| populated with number of bytes sent by SDHC | |
| void * | data |
| Data to transfer or receive. | |
| int | timeout_ms |
| data timeout in milliseconds | |
SD host controller data structure.
This command structure is used to send data transfer requests to an SD host controller, which will be sent to SD devices.
| unsigned int sdhc_data::block_addr |
Block to start read from.
| unsigned int sdhc_data::block_size |
Block size.
| unsigned int sdhc_data::blocks |
Number of blocks.
| unsigned int sdhc_data::bytes_xfered |
populated with number of bytes sent by SDHC
| void* sdhc_data::data |
Data to transfer or receive.
| int sdhc_data::timeout_ms |
data timeout in milliseconds