void RawNandFlash_Reset(const struct RawNandFlash *raw) { TRACE_DEBUG("RawNandFlash_Reset()\n\r"); ENABLE_CE(raw); WRITE_COMMAND16(raw, COMMAND_RESET); WaitReady(raw); DISABLE_CE(raw); }