OpenCores
URL https://opencores.org/ocsvn/usb_nand_reader/usb_nand_reader/trunk

Subversion Repositories usb_nand_reader

[/] [usb_nand_reader/] [trunk/] [pc/] [include/] [opcodes.h] - Rev 2

Compare with Previous | Blame | View Log

#ifndef OPCODES_H
#define OPCODES_H
 
#define NAND_CHIP_ENABLE				1	
#define NAND_CHIP_DISABLE				2
#define NAND_CHIP_RESET					3
#define NAND_CHIP_READ_ID				4
#define NAND_CHIP_READ_ID_ONFI			5
#define NAND_CHIP_READ_PARAM_PAGE		6
#define NAND_CHIP_READ_PAGE				7
#define NAND_SET_CONFIG_DATA			8		// Sets configuration data for non ONFI chips (page size, address cycles, etc)
#define NAND_CHIP_READ_CACHE_SEQ		9		// READ_PAGE_CACHE_SEQUENTIAL
#define NAND_CHIP_READ_STATUS			10
#define NAND_CHIP_READ_UNIQUE_ID		11
#define NAND_CHIP_BLOCK_ERASE			12
#define NAND_CHIP_TOGGLE_WP				13		// Toggles write protect (WP = 0 on reset/powerup)
#define NAND_CHIP_PAGE_PROGRAM			14
#define NAND_CHIP_READ_STATUS_ENHANCED	15
 
 
#endif	/*	OPCODES_H	*/

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.