EFR32 Mighty Gecko 12 Software Documentation  efr32mg12-doc-5.1.2
SMU_Init_TypeDef Struct Reference

Detailed Description

SMU initialization structure.

Definition at line 275 of file em_smu.h.

#include <em_smu.h>

Data Fields

bool enable
 
union {
   SMU_PrivilegedAccess_TypeDef   access
 
   uint32_t   reg [2]
 
ppu
 

Field Documentation

SMU_PrivilegedAccess_TypeDef SMU_Init_TypeDef::access

Periperal access control array.

Definition at line 278 of file em_smu.h.

bool SMU_Init_TypeDef::enable

SMU enable flag, when set SMU_Init() will enable SMU.

Definition at line 280 of file em_smu.h.

Referenced by SMU_Init().

uint32_t SMU_Init_TypeDef::reg[2]

Periperal access control array.

Definition at line 277 of file em_smu.h.

Referenced by SMU_Init().


The documentation for this struct was generated from the following file: