This commit is contained in:
pvvx 2016-09-13 16:53:42 +03:00
parent 56693eef0d
commit 636d16a63b
4 changed files with 166 additions and 16 deletions

View file

@ -199,7 +199,7 @@ enum _SPIC_BIT_MODE_ {
#define FLASH_VLD_DUAL_CMDS (BIT_WR_BLOCKING | BIT_RD_DUAL_IO)
#define FLASH_VLD_QUAD_CMDS (BIT_WR_BLOCKING | BIT_WR_QUAD_II | BIT_RD_QUAD_IO)
#endif
#if 0
#if 1
//======================================================
// Function prototype
BOOLEAN SpicFlashInitRtl8195A(u8 SpicBitMode);