EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
GPCRC_TypeDef Struct Reference

Detailed Description

Definition at line 41 of file efr32bg1p_gpcrc.h.

Data Fields

__IOM uint32_t CMD
 
__IOM uint32_t CTRL
 
__IM uint32_t DATA
 
__IM uint32_t DATABYTEREV
 
__IM uint32_t DATAREV
 
__IOM uint32_t INIT
 
__IOM uint32_t INPUTDATA
 
__IOM uint32_t INPUTDATABYTE
 
__IOM uint32_t INPUTDATAHWORD
 
__IOM uint32_t POLY
 

Field Documentation

__IOM uint32_t GPCRC_TypeDef::CMD

Command Register

Definition at line 44 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_Start().

__IOM uint32_t GPCRC_TypeDef::CTRL

Control Register

Definition at line 43 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_Enable(), GPCRC_Init(), and GPCRC_Reset().

__IM uint32_t GPCRC_TypeDef::DATA

CRC Data Register

Definition at line 50 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_DataRead().

__IM uint32_t GPCRC_TypeDef::DATABYTEREV

CRC Data Byte Reverse Register

Definition at line 52 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_DataReadByteReversed().

__IM uint32_t GPCRC_TypeDef::DATAREV

CRC Data Reverse Register

Definition at line 51 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_DataReadBitReversed().

__IOM uint32_t GPCRC_TypeDef::INIT

CRC Init Value

Definition at line 45 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_Init(), GPCRC_InitValueSet(), and GPCRC_Reset().

__IOM uint32_t GPCRC_TypeDef::INPUTDATA

Input 32-bit Data Register

Definition at line 47 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_InputU32().

__IOM uint32_t GPCRC_TypeDef::INPUTDATABYTE

Input 8-bit Data Register

Definition at line 49 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_InputU8().

__IOM uint32_t GPCRC_TypeDef::INPUTDATAHWORD

Input 16-bit Data Register

Definition at line 48 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_InputU16().

__IOM uint32_t GPCRC_TypeDef::POLY

CRC Polynomial Value

Definition at line 46 of file efr32bg1p_gpcrc.h.

Referenced by GPCRC_Init(), and GPCRC_Reset().


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