Home
last modified time | relevance | path

Searched refs:ulSectorCRC (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c314 uint32_t ulSectorCRC = pMR->ulSectorCRC; in MetarootIsValid() local
318 ulSectorCRC = RedRev32( ulSectorCRC ); in MetarootIsValid()
324 pMR->ulSectorCRC = 0U; in MetarootIsValid()
328 fRet = ulCRC == ulSectorCRC; in MetarootIsValid()
383 uint32_t ulSectorCRC; in RedVolTransact() local
389 gpRedMR->ulSectorCRC = 0U; in RedVolTransact()
391 ulSectorCRC = RedCrc32Update( 0U, &pbMR[ 8U ], gpRedVolConf->ulSectorSize - 8U ); in RedVolTransact()
399 gpRedMR->hdr.ulCRC = ulSectorCRC; in RedVolTransact()
402 gpRedMR->ulSectorCRC = ulSectorCRC; in RedVolTransact()
406 gpRedMR->ulSectorCRC = RedRev32( gpRedMR->ulSectorCRC ); in RedVolTransact()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Drednodes.h94 uint32_t ulSectorCRC; /**< CRC-32 checksum of the first sector. */ member

Completed in 5 milliseconds