![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the SDIO COMMAND53 configuration parameter. More...
#include <hal_sdio.h>
Data Fields | |
| hal_sdio_direction_t | direction |
| Read/write direction for the SDIO COMMAND53. More... | |
| hal_sdio_function_id_t | function |
| Function type for the SDIO COMMAND53. More... | |
| bool | block |
| Indicates whether read/write is in a block mode or not. More... | |
| hal_sdio_command53_operation_t | operation |
| Operation mode for the SDIO COMMAND53. More... | |
| uint16_t | count |
| Byte or block count. More... | |
| uint32_t | address |
| Read/write address of the SDIO COMMAND53. More... | |
| uint32_t | buffer |
| Buffer address for data transfer. More... | |
This structure defines the SDIO COMMAND53 configuration parameter.
For more details about the COMMAND53, please refer to SDIO Simplified Specification V2.0 Chapter 5.3.
| uint32_t address |
Read/write address of the SDIO COMMAND53.
| bool block |
Indicates whether read/write is in a block mode or not.
| uint32_t buffer |
Buffer address for data transfer.
Must be a non-cacheable and 4 bytes aligned address for the DMA mode.
| uint16_t count |
Byte or block count.
| hal_sdio_direction_t direction |
Read/write direction for the SDIO COMMAND53.
| hal_sdio_function_id_t function |
Function type for the SDIO COMMAND53.
| hal_sdio_command53_operation_t operation |
Operation mode for the SDIO COMMAND53.