![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the SDIO COMMAND52 configuration parameter. More...
#include <hal_sdio.h>
Data Fields | |
| hal_sdio_direction_t | direction |
| Read/write direction for the SDIO COMMAND52. More... | |
| hal_sdio_function_id_t | function |
| Function type for the SDIO COMMAND52. More... | |
| bool | read_after_write |
| Indicates whether read is after write or not. More... | |
| bool | stop |
| Indicates if the data transfer stopped or not. More... | |
| uint8_t | data |
| Write or read back data. More... | |
| uint32_t | address |
| Read/write address of the SDIO COMMAND52. More... | |
This structure defines the SDIO COMMAND52 configuration parameter.
For more details about the COMMAND52, please refer to SDIO Simplified Specification V2.0 Chapter 5.1.
| uint32_t address |
Read/write address of the SDIO COMMAND52.
| uint8_t data |
Write or read back data.
| hal_sdio_direction_t direction |
Read/write direction for the SDIO COMMAND52.
| hal_sdio_function_id_t function |
Function type for the SDIO COMMAND52.
| bool read_after_write |
Indicates whether read is after write or not.
| bool stop |
Indicates if the data transfer stopped or not.