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_chipspec Struct Reference

Chip specifications, provided within the source code. More...

#include <chipspec.h>

Public Attributes

char name [15]
 chip's name, i.e. MX25L1605D More...
 
const int id_JEDEC
 If not applicable or unknown, clear cmdset.X9F_RDID. More...
 
const unsigned int chipsize
 Size of the chip. More...
 
const int pagesize
 If not applicable or unknown, clear cmdset.X02_PP. More...
 
const signed char sizeOTP
 If not applicable or unknown, clear cmdset.X2B_RDSCUR. More...
 
const int cmdset
 selected commands More...
 
const unsigned char sr_is_static [3]
 True, if Status Register is not initialized during Power-Up. More...
 
const unsigned char sr_wrmask [3]
 maskout unwritable bits of the status register More...
 
char * sr_bitnames [3]
 Status Register 0 Bit Names. More...
 

Detailed Description

Definition at line 166 of file chipspec.h.

Member Data Documentation

◆ chipsize

const unsigned int tag_chipspec::chipsize

Definition at line 169 of file chipspec.h.

◆ cmdset

const int tag_chipspec::cmdset

Definition at line 172 of file chipspec.h.

◆ id_JEDEC

const int tag_chipspec::id_JEDEC

Definition at line 168 of file chipspec.h.

◆ name

char tag_chipspec::name[15]

Definition at line 167 of file chipspec.h.

◆ pagesize

const int tag_chipspec::pagesize

Definition at line 170 of file chipspec.h.

◆ sizeOTP

const signed char tag_chipspec::sizeOTP

Definition at line 171 of file chipspec.h.

◆ sr_bitnames

char* tag_chipspec::sr_bitnames[3]

Definition at line 175 of file chipspec.h.

◆ sr_is_static

const unsigned char tag_chipspec::sr_is_static[3]

Definition at line 173 of file chipspec.h.

◆ sr_wrmask

const unsigned char tag_chipspec::sr_wrmask[3]

Definition at line 174 of file chipspec.h.


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