osFlashCheckEraseEnd [Function]

Verifies status after Flash is deleted

Syntax

#include <ultra64.h>
s32  osFlashCheckEraseEnd(void);

Description

This is a function that determines whether or not the execution of osFlashAllEraseThrough or osFlashSectorEraseThrough to 1M Flash has been sucessful.

As the return values for this function, FLASH_STATUS_ERASE_BUSY is returned when delete is being executed, FLASH_STATUS_ERASE_OK when delete is successful, and FLASH_STATUS_ERASE_ERROR when delete has failed.

Reference

[osFlashAllEraseThrough] [osFlashSectorEraseThrough]

Revision History

07/07/2000  This function was added.