Morse Micro IoT SDK  2.9.7

Detailed Description

Arguments structure for mmhal_wlan_sdio_cmd53_read().

Definition at line 563 of file mmhal_wlan.h.

#include <mmhal_wlan.h>

Data Fields

uint32_t sdio_arg
 The SDIO argument. More...
 
uint8_t * data
 Pointer to the data buffer to receive the data. 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...
 

Field Documentation

◆ block_size

uint16_t mmhal_wlan_sdio_cmd53_read_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 578 of file mmhal_wlan.h.

◆ data

uint8_t* mmhal_wlan_sdio_cmd53_read_args::data

Pointer to the data buffer to receive the data.

32 bit word aligned.

Definition at line 569 of file mmhal_wlan.h.

◆ sdio_arg

uint32_t mmhal_wlan_sdio_cmd53_read_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 567 of file mmhal_wlan.h.

◆ transfer_length

uint16_t mmhal_wlan_sdio_cmd53_read_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 572 of file mmhal_wlan.h.


The documentation for this struct was generated from the following file: