EFR32 Blue Gecko 12 Software Documentation
efr32bg12-doc-5.1.2
|
Definition at line 41 of file efr32bg12p_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 |
__IOM uint32_t GPCRC_TypeDef::CMD |
__IOM uint32_t GPCRC_TypeDef::CTRL |
Control Register
Definition at line 43 of file efr32bg12p_gpcrc.h.
Referenced by GPCRC_Enable(), GPCRC_Init(), and GPCRC_Reset().
__IM uint32_t GPCRC_TypeDef::DATA |
__IM uint32_t GPCRC_TypeDef::DATABYTEREV |
CRC Data Byte Reverse Register
Definition at line 52 of file efr32bg12p_gpcrc.h.
Referenced by GPCRC_DataReadByteReversed().
__IM uint32_t GPCRC_TypeDef::DATAREV |
CRC Data Reverse Register
Definition at line 51 of file efr32bg12p_gpcrc.h.
Referenced by GPCRC_DataReadBitReversed().
__IOM uint32_t GPCRC_TypeDef::INIT |
CRC Init Value
Definition at line 45 of file efr32bg12p_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 efr32bg12p_gpcrc.h.
Referenced by GPCRC_InputU32().
__IOM uint32_t GPCRC_TypeDef::INPUTDATABYTE |
Input 8-bit Data Register
Definition at line 49 of file efr32bg12p_gpcrc.h.
Referenced by GPCRC_InputU8().
__IOM uint32_t GPCRC_TypeDef::INPUTDATAHWORD |
Input 16-bit Data Register
Definition at line 48 of file efr32bg12p_gpcrc.h.
Referenced by GPCRC_InputU16().
__IOM uint32_t GPCRC_TypeDef::POLY |
CRC Polynomial Value
Definition at line 46 of file efr32bg12p_gpcrc.h.
Referenced by GPCRC_Init(), and GPCRC_Reset().