OpenBIC
OpenSource Bridge-IC
version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GET_FW_VERSION1(board_id, stage)   ((board_id & 0x0F) | (stage << 4))
 

Enumerations

enum  PROJECT_STAGE {
  POC = 0 , EVT , DVT , PVT ,
  MP
}
 

Macro Definition Documentation

◆ GET_FW_VERSION1

#define GET_FW_VERSION1 (   board_id,
  stage 
)    ((board_id & 0x0F) | (stage << 4))

Enumeration Type Documentation

◆ PROJECT_STAGE

Enumerator
POC 
EVT 
DVT 
PVT 
MP