![]() |
Morse Micro IoT SDK
2.9.7
|
Arguments structure for mmhal_wlan_sdio_cmd53_write().
Definition at line 533 of file mmhal_wlan.h.
#include <mmhal_wlan.h>
Data Fields | |
| uint32_t | sdio_arg |
| The SDIO argument. More... | |
| const uint8_t * | data |
| Pointer to the data buffer. More... | |
| uint16_t | transfer_length |
| Transfer length measured in blocks if block_size is non-zero otherwise in bytes. More... | |
| uint16_t | block_size |
| If non-zero this indicates that the data should be transferred in block mode with the given block size. More... | |
| uint16_t mmhal_wlan_sdio_cmd53_write_args::block_size |
If non-zero this indicates that the data should be transferred in block mode with the given block size.
If zero then the data should be transferred in byte mode and transfer_length is guaranteed to not exceed the block size of the function.
Definition at line 548 of file mmhal_wlan.h.
| const uint8_t* mmhal_wlan_sdio_cmd53_write_args::data |
| uint32_t mmhal_wlan_sdio_cmd53_write_args::sdio_arg |
The SDIO argument.
This corresponds to the 32 bits of the command between the Command Index field and the CRC7 field.
Definition at line 537 of file mmhal_wlan.h.
| uint16_t mmhal_wlan_sdio_cmd53_write_args::transfer_length |
Transfer length measured in blocks if block_size is non-zero otherwise in bytes.
If transfer_length is measured in bytes, it will be a multiple of 4.
Definition at line 542 of file mmhal_wlan.h.