dfu_buf_table_t Struct Reference

DFU used buffers definition. More...

#include <gr533x_dfu.h>

Public Attributes

uint8_t * frame_buf
 
uint32_t frame_size
 
uint8_t * jlink_buf
 
uint32_t jlink_size
 
uint8_t * cache_buf
 
uint32_t cache_size
 
uint8_t * env_buf
 
uint32_t env_size
 

Detailed Description

DFU used buffers definition.

Definition at line 149 of file gr533x_dfu.h.

Member Data Documentation

◆ cache_buf

uint8_t* dfu_buf_table_t::cache_buf

DFU function call cache buffer.

Definition at line 155 of file gr533x_dfu.h.

◆ cache_size

uint32_t dfu_buf_table_t::cache_size

DFU function call cache buffer size.

Definition at line 156 of file gr533x_dfu.h.

◆ env_buf

uint8_t* dfu_buf_table_t::env_buf

DFU function call env buffer.

Definition at line 157 of file gr533x_dfu.h.

◆ env_size

uint32_t dfu_buf_table_t::env_size

DFU function call env buffer size.

Definition at line 158 of file gr533x_dfu.h.

◆ frame_buf

uint8_t* dfu_buf_table_t::frame_buf

DFU command frame buffer.

Definition at line 151 of file gr533x_dfu.h.

◆ frame_size

uint32_t dfu_buf_table_t::frame_size

DFU command frame buffer size.

Definition at line 152 of file gr533x_dfu.h.

◆ jlink_buf

uint8_t* dfu_buf_table_t::jlink_buf

DFU command jlink buffer.

Definition at line 153 of file gr533x_dfu.h.

◆ jlink_size

uint32_t dfu_buf_table_t::jlink_size

DFU command jlink buffer size.

Definition at line 154 of file gr533x_dfu.h.


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