CHIP
[EM_Library]

Chip Initialization API. More...

Collaboration diagram for CHIP:

Functions

__STATIC_INLINE void CHIP_Init (void)
 Chip initialization routine for revision errata workarounds.

Detailed Description

Chip Initialization API.


Function Documentation

__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().

Here is the call graph for this function: