CRC calculation unit (CRC)
6.2.7 CRC Independent Register (IDR) access functions
6.2.7.1 CRC_SetIDRegister
void CRC_SetIDRegister ( uint8_t CRC_IDValue)
Stores an 8-bit data in the Independent Data(ID) register.
ï‚· CRC_IDValue : 8-bit value to be stored in the ID register
6.2.7.2 CRC_GetIDRegister
uint8_t CRC_GetIDRegister ( void )
Returns the 8-bit data stored in the Independent Data(ID) register.
ï‚· 8-bit value of the ID register
6.3 CRC Firmware driver defines
6.3.1 CRC
CRC
CRC_PolynomialSize
ï‚· #define: CRC_PolSize_7 CRC_CR_POLSIZE
7-bit polynomial for CRC calculation
ï‚· #define: CRC_PolSize_8 CRC_CR_POLSIZE_1
8-bit polynomial for CRC calculation
ï‚· #define: CRC_PolSize_16 CRC_CR_POLSIZE_0
16-bit polynomial for CRC calculation