Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredvolume.h51 uint64_t ullSectorCount; member
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosbdev.c238 ( ullSectorStart >= gaRedVolConf[ bVolNum ].ullSectorCount ) || in RedOsBDevRead()
239 ( ( gaRedVolConf[ bVolNum ].ullSectorCount - ullSectorStart ) < ulSectorCount ) || in RedOsBDevRead()
282 ( ullSectorStart >= gaRedVolConf[ bVolNum ].ullSectorCount ) || in RedOsBDevWrite()
283 ( ( gaRedVolConf[ bVolNum ].ullSectorCount - ullSectorStart ) < ulSectorCount ) || in RedOsBDevWrite()
390 ( geom.number_of_sectors < gaRedVolConf[ bVolNum ].ullSectorCount ) ) in DiskOpen()
658 ( dwSectorCount < gaRedVolConf[ bVolNum ].ullSectorCount ) ) in DiskOpen()
892 … ( ( ( uint64_t ) ulSectorLast + 1U ) < gaRedVolConf[ bVolNum ].ullSectorCount ) ) in DiskOpen()
1150 … ( sdCardInfo.CardCapacity < ( gaRedVolConf[ bVolNum ].ullSectorCount * ulSectorSize ) ) ) in DiskOpen()
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c180 … pVol->ulBlockCount = ( uint32_t ) ( pVolConf->ullSectorCount >> pVol->bBlockSectorShift ); in RedCoreInit()

Completed in 13 milliseconds