RawNandFlash_Reset
Default mainpageat91libmemoriesnandflashRawNandFlash_Reset
Description Source Call Graph
Start Line: 514
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);
}