ConOpSys V2970  P004.07
ANVILEX control operating system
Variables
S25FL512.cpp File Reference

SPI NAND FLASH memory chip S25FL512 hardware driver class implementation file. More...

#include "Anvilex_Library.h"
#include "System_Resource.h"
#include "S25FL512.h"
Include dependency graph for S25FL512.cpp:

Variables

const TSPI_Memory_Base::TMemory_Chip_Descriptor struct_Memory_Chip_Descriptor_ISSI_IS37SML01G1
 
const TSPI_Memory_Base::TMemory_Chip_Descriptor struct_Memory_Chip_Descriptor_GIGADEVICE_GD5F4GQ4UAYIG
 
const TSPI_Memory_Base::TMemory_Chip_Descriptor struct_Memory_Chip_Descriptor_SPANSION_S25FL512S
 

Detailed Description

SPI NAND FLASH memory chip S25FL512 hardware driver class implementation file.

Attention
No special attention requered.
Revision
2903
Date
2021-12-01 03:57:32 +0500 (Mi, 01 Dez 2021)
Author
minch

Variable Documentation

◆ struct_Memory_Chip_Descriptor_GIGADEVICE_GD5F4GQ4UAYIG

const TSPI_Memory_Base::TMemory_Chip_Descriptor struct_Memory_Chip_Descriptor_GIGADEVICE_GD5F4GQ4UAYIG
Initial value:
=
{
(U32)536870912,
(U32)131072,
(U16)2048,
(U16)4096,
(U16)64,
(U32)262144,
(BOOL)true
}
int BOOL
Boolean datatype definition.
Definition: Defines.h:124
unsigned long U32
Binary 32-Bit unsigned integer datatype defenition.
Definition: Defines.h:203
unsigned short U16
Binary 16-Bit unsigned integer datatype defenition.
Definition: Defines.h:193

Referenced by TS25FL512::Read_Identification().

◆ struct_Memory_Chip_Descriptor_ISSI_IS37SML01G1

const TSPI_Memory_Base::TMemory_Chip_Descriptor struct_Memory_Chip_Descriptor_ISSI_IS37SML01G1
Initial value:
=
{
(U32)134217728,
(U32)131072,
(U16)2048,
(U16)1024,
(U16)64,
(U32)65536,
(BOOL)true
}

Referenced by TS25FL512::Read_Identification().

◆ struct_Memory_Chip_Descriptor_SPANSION_S25FL512S

const TSPI_Memory_Base::TMemory_Chip_Descriptor struct_Memory_Chip_Descriptor_SPANSION_S25FL512S
Initial value:
=
{
(U32)67108864,
(U32)262144,
(U16)256,
(U16)256,
(U16)1024,
(U32)262144,
(BOOL)false
}

Referenced by TS25FL512::Read_Identification().