CRC calculation unit (CRC)
ï‚· #define: CRC_PolSize_32 ((uint32_t)0x00000000)
32-bit polynomial for CRC calculation
CRC_ReverseInputData
ï‚· #define: CRC_ReverseInputData_No ((uint32_t)0x00000000)
No reverse operation of Input Data
ï‚· #define: CRC_ReverseInputData_8bits CRC_CR_REV_IN_0
Reverse operation of Input Data on 8 bits
ï‚· #define: CRC_ReverseInputData_16bits CRC_CR_REV_IN_1
Reverse operation of Input Data on 16 bits
ï‚· #define: CRC_ReverseInputData_32bits CRC_CR_REV_IN
Reverse operation of Input Data on 32 bits