Chip Initialization API. More...
![]() |
Functions | |
__STATIC_INLINE void | CHIP_Init (void) |
Chip initialization routine for revision errata workarounds. |
Chip Initialization API.
__STATIC_INLINE void CHIP_Init | ( | void | ) |
Chip initialization routine for revision errata workarounds.
This init function will configure the EFM32 device to a state where it is as similar as later revisions as possible, to improve software compatibility with newer parts. See the device specific errata for details.
Definition at line 63 of file em_chip.h.
References SYSTEM_ChipRevision_TypeDef::major, SYSTEM_ChipRevision_TypeDef::minor, and SYSTEM_ChipRevisionGet().