![]() |
MAX32655 Peripheral Driver API
Peripheral Driver API for the MAX32655
|
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 |
Registers, Bit Masks and Bit Positions for the CRC Peripheral Module.
CRC Registers.
| 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 [2] |
| __IO uint8_t | datain8 [4] |
| __IO uint32_t ctrl |
0x0000: CRC CTRL Register
| __IO uint16_t datain16[2] |
0x0004: CRC DATAIN16 Register
| __IO uint32_t datain32 |
0x0004: CRC DATAIN32 Register
| __IO uint8_t datain8[4] |
0x0004: CRC DATAIN8 Register
| __IO uint32_t poly |
0x0008: CRC POLY Register
| __IO uint32_t val |
0x000C: CRC VAL Register