EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
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 |
#define _ROMTABLE_PID0_FAMILYLSB_MASK 0x000000C0UL |
Least Significant Bits [1:0] of CHIP FAMILY, mask
Definition at line 59 of file efm32hg_romtable.h.
Referenced by SYSTEM_ChipRevisionGet().
#define _ROMTABLE_PID0_FAMILYLSB_SHIFT 6 |
Least Significant Bits [1:0] of CHIP FAMILY, shift
Definition at line 60 of file efm32hg_romtable.h.
Referenced by SYSTEM_ChipRevisionGet().
#define _ROMTABLE_PID0_REVMAJOR_MASK 0x0000003FUL |
CHIP MAJOR Revison, mask
Definition at line 61 of file efm32hg_romtable.h.
Referenced by SYSTEM_ChipRevisionGet().
#define _ROMTABLE_PID0_REVMAJOR_SHIFT 0 |
CHIP MAJOR Revison, shift
Definition at line 62 of file efm32hg_romtable.h.
Referenced by SYSTEM_ChipRevisionGet().
#define _ROMTABLE_PID1_FAMILYMSB_MASK 0x0000000FUL |
Most Significant Bits [5:2] of CHIP FAMILY, mask
Definition at line 63 of file efm32hg_romtable.h.
Referenced by SYSTEM_ChipRevisionGet().
#define _ROMTABLE_PID1_FAMILYMSB_SHIFT 0 |
Most Significant Bits [5:2] of CHIP FAMILY, shift
Definition at line 64 of file efm32hg_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 65 of file efm32hg_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 66 of file efm32hg_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 67 of file efm32hg_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 68 of file efm32hg_romtable.h.
Referenced by SYSTEM_ChipRevisionGet().