dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xfer_state Struct Reference

#include <bl_xfer.h>

Data Fields

bool in_progress
 
uintptr_t partition_id
 
uint32_t partition_base
 
uint32_t partition_size
 
uint32_t original_partition_offset
 
uint32_t current_partition_offset
 
uint32_t next_packet_number
 
bool check_crc
 
uint32_t crc
 
uint32_t bytes_to_xfer
 

Detailed Description

Definition at line 34 of file bl_xfer.h.

Field Documentation

uint32_t xfer_state::bytes_to_xfer

Definition at line 46 of file bl_xfer.h.

bool xfer_state::check_crc

Definition at line 43 of file bl_xfer.h.

uint32_t xfer_state::crc

Definition at line 44 of file bl_xfer.h.

uint32_t xfer_state::current_partition_offset

Definition at line 41 of file bl_xfer.h.

bool xfer_state::in_progress

Definition at line 35 of file bl_xfer.h.

uint32_t xfer_state::next_packet_number

Definition at line 42 of file bl_xfer.h.

uint32_t xfer_state::original_partition_offset

Definition at line 40 of file bl_xfer.h.

uint32_t xfer_state::partition_base

Definition at line 38 of file bl_xfer.h.

uintptr_t xfer_state::partition_id

Definition at line 37 of file bl_xfer.h.

uint32_t xfer_state::partition_size

Definition at line 39 of file bl_xfer.h.


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