ROM Table Bit Field definitionsDevices > ROM Table, Chip Revision Information
Macros |
|
#define | _ROMTABLE_PID0_FAMILYLSB_MASK 0x000000C0UL |
#define | _ROMTABLE_PID0_FAMILYLSB_SHIFT 6 |
#define | _ROMTABLE_PID0_REVMAJOR_MASK 0x0000003FUL |
#define | _ROMTABLE_PID0_REVMAJOR_SHIFT 0 |
#define | _ROMTABLE_PID1_FAMILYMSB_MASK 0x0000000FUL |
#define | _ROMTABLE_PID1_FAMILYMSB_SHIFT 0 |
#define | _ROMTABLE_PID2_REVMINORMSB_MASK 0x000000F0UL |
#define | _ROMTABLE_PID2_REVMINORMSB_SHIFT 4 |
#define | _ROMTABLE_PID3_REVMINORLSB_MASK 0x000000F0UL |
#define | _ROMTABLE_PID3_REVMINORLSB_SHIFT 4 |
Macro Definition Documentation
#define _ROMTABLE_PID0_FAMILYLSB_MASK 0x000000C0UL |
Least Significant Bits [1:0] of CHIP FAMILY, mask
Definition at line
68
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID0_FAMILYLSB_SHIFT 6 |
Least Significant Bits [1:0] of CHIP FAMILY, shift
Definition at line
69
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID0_REVMAJOR_MASK 0x0000003FUL |
CHIP MAJOR Revison, mask
Definition at line
70
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID0_REVMAJOR_SHIFT 0 |
CHIP MAJOR Revison, shift
Definition at line
71
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID1_FAMILYMSB_MASK 0x0000000FUL |
Most Significant Bits [5:2] of CHIP FAMILY, mask
Definition at line
72
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID1_FAMILYMSB_SHIFT 0 |
Most Significant Bits [5:2] of CHIP FAMILY, shift
Definition at line
73
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID2_REVMINORMSB_MASK 0x000000F0UL |
Most Significant Bits [7:4] of CHIP MINOR revision, mask
Definition at line
74
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID2_REVMINORMSB_SHIFT 4 |
Most Significant Bits [7:4] of CHIP MINOR revision, mask
Definition at line
75
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID3_REVMINORLSB_MASK 0x000000F0UL |
Least Significant Bits [3:0] of CHIP MINOR revision, mask
Definition at line
76
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .
#define _ROMTABLE_PID3_REVMINORLSB_SHIFT 4 |
Least Significant Bits [3:0] of CHIP MINOR revision, shift
Definition at line
77
of file
efr32mg12p_romtable.h
.
Referenced by SYSTEM_ChipRevisionGet() .