FreeBSD kernel usb device Code
upgt_fw_x2_header Struct Reference

#include <if_upgtvar.h>

Data Fields

uint8_t signature [4]
 
uint32_t startaddr
 
uint32_t len
 
uint32_t crc
 

Detailed Description

Definition at line 89 of file if_upgtvar.h.

Field Documentation

◆ crc

uint32_t upgt_fw_x2_header::crc

Definition at line 93 of file if_upgtvar.h.

Referenced by upgt_crc32_le(), and upgt_fw_load().

◆ len

uint32_t upgt_fw_x2_header::len

Definition at line 92 of file if_upgtvar.h.

Referenced by upgt_fw_load().

◆ signature

uint8_t upgt_fw_x2_header::signature[4]

Definition at line 90 of file if_upgtvar.h.

Referenced by upgt_fw_load().

◆ startaddr

uint32_t upgt_fw_x2_header::startaddr

Definition at line 91 of file if_upgtvar.h.

Referenced by upgt_fw_load().


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