Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcoremacs.h34 #define BLOCK_NUM_FIRST_METAROOT ( 1UL ) /* Block number of the first metaroot. */ macro
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c162 ret = RedIoRead( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT, 1U, &gpRedCoreVol->aMR[ 0U ] ); in RedVolMountMetaroot()
166 ret = RedIoRead( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT + 1U, 1U, &gpRedCoreVol->aMR[ 1U ] ); in RedVolMountMetaroot()
420 … ret = RedIoWrite( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT + gpRedCoreVol->bCurMR, 1U, gpRedMR ); in RedVolTransact()

Completed in 5 milliseconds