MegaWiFi 1.5
MegaWiFi API documentation
mw_msg_flash_data Struct Reference

Flash memory address and data. More...

#include <mw-msg.h>

Data Fields

uint32_t addr
 
uint8_t data [MW_CMD_MAX_BUFLEN - sizeof(uint32_t)]
 Data associated to the address. More...
 

Detailed Description

Flash memory address and data.

Definition at line 191 of file mw-msg.h.

Field Documentation

◆ addr

uint32_t mw_msg_flash_data::addr

Flash memory address

Definition at line 192 of file mw-msg.h.

◆ data

uint8_t mw_msg_flash_data::data[MW_CMD_MAX_BUFLEN - sizeof(uint32_t)]

Data associated to the address.

Definition at line 194 of file mw-msg.h.


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