The function UnInit de-initializes the Flash programming algorithms for a NAND Flash memory device. The parameter cfg is a pointer specifying the device configuration, which also contains default data positions as described in Page Layout Structure. The function is part of the NAND Driver. The prototype is defined in the file File_Config.h. Developers must customize the function. Use the function during run-time to disable the device. Afterwards, only invoke the function finit for re-initializing the Flash device. UnInit is invoked by the function funinit. |