The DriverLib function, MAP_CRC32_setSeed() sets the seed for generating checksum. Then you send the data byte one by one using MAP_CRC32_set8BitData(). After all data are provided to the unit, you can read checksum with MAP_CRC32_getResultReversed().