50void CRC_Open(uint32_t u32Mode, uint32_t u32Attribute, uint32_t u32Seed, uint32_t u32DataLen)
74 return (
CRC->CHECKSUM & 0xFFFF);
77 return (
CRC->CHECKSUM);
80 return (
CRC->CHECKSUM & 0xFF);
NUC472/NUC442 peripheral access layer header file. This file contains all the peripheral register's d...
#define CRC_CTL_CRCRST_Msk
#define CRC_CTL_CRCEN_Msk
#define CRC_CTL_CRCMODE_Msk
void CRC_Open(uint32_t u32Mode, uint32_t u32Attribute, uint32_t u32Seed, uint32_t u32DataLen)
CRC Open.
uint32_t CRC_GetChecksum(void)
Get CRC Checksum.