Home
last modified time | relevance | path

Searched refs:bBlockSectorShift (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dblockio.c75 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoRead()
133 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoWrite()
A Dcore.c167 pVol->bBlockSectorShift = 0U; in RedCoreInit()
169 while( ( pVolConf->ulSectorSize << pVol->bBlockSectorShift ) < REDCONF_BLOCK_SIZE ) in RedCoreInit()
171 pVol->bBlockSectorShift++; in RedCoreInit()
178 … REDASSERT( ( pVolConf->ulSectorSize << pVol->bBlockSectorShift ) == REDCONF_BLOCK_SIZE ); in RedCoreInit()
180 … pVol->ulBlockCount = ( uint32_t ) ( pVolConf->ullSectorCount >> pVol->bBlockSectorShift ); in RedCoreInit()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredvolume.h107 uint8_t bBlockSectorShift; member

Completed in 10 milliseconds