NandFlashModel_GetDeviceSizeInPages
Default mainpageat91libmemoriesnandflashNandFlashModel_GetDeviceSizeInPages
Description Source Call Graph
Start Line: 284
unsigned int NandFlashModel_GetDeviceSizeInPages(const struct NandFlashModel *model)
{
    return (unsigned int) NandFlashModel_GetDeviceSizeInBlocks(model) //* 8 // HACK
           * NandFlashModel_GetBlockSizeInPages(model);
}