NandFlashModel_GetDeviceSizeInBytes
Default mainpageat91libmemoriesnandflashNandFlashModel_GetDeviceSizeInBytes
Description Source Call Graph
Start Line: 296
unsigned long long NandFlashModel_GetDeviceSizeInBytes(const struct NandFlashModel *model)
{
    return ((unsigned long long) model->deviceSizeInMegaBytes) << 20;
}