MAX32680 Peripheral Driver API
Peripheral Driver API for the MAX32680
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
CRC_Registers

Modules

 Register Offsets
 
 CRC_CTRL
 
 CRC_DATAIN32
 
 CRC_DATAIN16
 
 CRC_DATAIN8
 
 CRC_POLY
 
 CRC_VAL
 

Files

file  crc_regs.h
 

Data Structures

struct  mxc_crc_regs_t
 

Detailed Description

Registers, Bit Masks and Bit Positions for the CRC Peripheral Module.

CRC Registers.


Data Structure Documentation

◆ mxc_crc_regs_t

struct mxc_crc_regs_t

Structure type to access the CRC Registers.

Data Fields

__IO uint32_t ctrl
 
__IO uint32_t poly
 
__IO uint32_t val
 
__IO uint32_t datain32
 
__IO uint16_t datain16
 
__IO uint8_t datain8
 

Field Documentation

◆ ctrl

__IO uint32_t ctrl

0x0000: CRC CTRL Register

◆ datain16

__IO uint16_t datain16

0x0004: CRC DATAIN16 Register

◆ datain32

__IO uint32_t datain32

0x0004: CRC DATAIN32 Register

◆ datain8

__IO uint8_t datain8

0x0004: CRC DATAIN8 Register

◆ poly

__IO uint32_t poly

0x0008: CRC POLY Register

◆ val

__IO uint32_t val

0x000C: CRC VAL Register