MG32F10x Standard Peripherals Firmware Library
Data Fields
CRC_TypeDef Struct Reference

Data Fields

__IOM uint32_t MODE
 
__IOM uint32_t SEED
 
union {
   __IM uint32_t   SUM
 
   __OM uint32_t   WR_DATA_WORD
 
   __OM uint16_t   WR_DATA_HALF_WORD
 
   __OM uint8_t   WR_DATA_BYTE
 
}; 
 

Field Documentation

◆ MODE

__IOM uint32_t MODE

CRC Mode register, Address offset: 0x000

◆ SEED

__IOM uint32_t SEED

CRC Seed register, Address offset: 0x004

◆ SUM

__IM uint32_t SUM

CRC Sum register, Address offset: 0x008

◆ WR_DATA_BYTE

__OM uint8_t WR_DATA_BYTE

CRC Data register for byte, Address offset: 0x008

◆ WR_DATA_HALF_WORD

__OM uint16_t WR_DATA_HALF_WORD

CRC Data register for half word, Address offset: 0x008

◆ WR_DATA_WORD

__OM uint32_t WR_DATA_WORD

CRC Data register for word, Address offset: 0x008


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