unsigned char NandFlashModel_Find (const struct NandFlashModel *modelList, unsigned int size, unsigned int id, struct NandFlashModel *model) |
Name | Type | Default | Description |
modelList | const struct NandFlashModel * |
List of NandFlashModel instances. |
|
size | unsigned int |
Number of models in list. |
|
id | unsigned int |
||
model | struct NandFlashModel * |
NandFlashModel instance to update with the model parameters. |
|
Return value | unsigned char |