LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DFU_TOHOST_PACKETHDR_T Struct Reference

Detailed Description

When sending data to the host machine, a packet header is appended to the data payload to indicate the state of the target and any debug or error messages.

Definition at line 180 of file dfuutil_programming_api.h.

#include "dfuutil_programming_api.h"

Data Fields

uint32_t cmdResponse
 
uint32_t progStatus
 
uint32_t strBytes
 
uint32_t reserved
 

Field Documentation

uint32_t cmdResponse

Definition at line 181 of file dfuutil_programming_api.h.

uint32_t progStatus

Definition at line 182 of file dfuutil_programming_api.h.

uint32_t reserved

Definition at line 184 of file dfuutil_programming_api.h.

uint32_t strBytes

Definition at line 183 of file dfuutil_programming_api.h.


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