Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
Public Attributes | List of all members
tag_linedat Struct Reference

Struct that characterizes a data line. More...

#include <kick.h>

Public Attributes

char * buf
 Pointer to buffer, that holds the data. More...
 
unsigned int mask
 Mask for read and write pointers. More...
 
unsigned int rd
 Read pointer. More...
 
unsigned int wr
 Write pointer. More...
 
unsigned int startaddr
 Line’s startaddress. More...
 
unsigned char payload
 Number of payload bytes. More...
 

Detailed Description

Definition at line 166 of file kick.h.

Member Data Documentation

◆ buf

char* tag_linedat::buf

Definition at line 167 of file kick.h.

◆ mask

unsigned int tag_linedat::mask

Definition at line 168 of file kick.h.

◆ payload

unsigned char tag_linedat::payload

Definition at line 172 of file kick.h.

◆ rd

unsigned int tag_linedat::rd

Definition at line 169 of file kick.h.

◆ startaddr

unsigned int tag_linedat::startaddr

Definition at line 171 of file kick.h.

◆ wr

unsigned int tag_linedat::wr

Definition at line 170 of file kick.h.


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