unsigned char EccNandFlash_Initialize(struct EccNandFlash *ecc, const struct NandFlashModel *model, unsigned int commandAddress, unsigned int addressAddress, unsigned int dataAddress, const Pin pinChipEnable, const Pin pinReadyBusy) { return RawNandFlash_Initialize(RAW(ecc), model, commandAddress, addressAddress, dataAddress, pinChipEnable, pinReadyBusy); }