ConOpSys V2970  P004.07
ANVILEX control operating system
Public Attributes | List of all members
TSPI_Memory_Base::TMemory_Chip_Descriptor Struct Reference

Chip descriptior structure. More...

#include <SPI_Memory_Base.h>

Collaboration diagram for TSPI_Memory_Base::TMemory_Chip_Descriptor:
Collaboration graph

Public Attributes

U32 u32_Chip_Size
 Chip capacity in bytes. More...
 
U32 u32_Block_Size
 Size of block in bytes. More...
 
U16 u16_Page_Size
 Size of page in bytes. More...
 
U16 u16_Blocks_Per_Chip_Count
 Count of the blocks per chip. More...
 
U16 u16_Pages_Per_Block_Count
 Count of the pages per block. More...
 
U32 u32_Pages_Per_Chip_Count
 Count of the pages per chip. More...
 
BOOL bool_Supported
 Chip supported flag. More...
 

Detailed Description

Chip descriptior structure.

Member Data Documentation

◆ bool_Supported

BOOL TSPI_Memory_Base::TMemory_Chip_Descriptor::bool_Supported

Chip supported flag.

◆ u16_Blocks_Per_Chip_Count

U16 TSPI_Memory_Base::TMemory_Chip_Descriptor::u16_Blocks_Per_Chip_Count

Count of the blocks per chip.

Referenced by TSPI_Memory_Base::Get_Block_Count().

◆ u16_Page_Size

U16 TSPI_Memory_Base::TMemory_Chip_Descriptor::u16_Page_Size

Size of page in bytes.

Referenced by TSPI_Memory_Base::Get_Page_Size().

◆ u16_Pages_Per_Block_Count

U16 TSPI_Memory_Base::TMemory_Chip_Descriptor::u16_Pages_Per_Block_Count

Count of the pages per block.

Referenced by TSPI_Memory_Base::Get_Pages_Per_Block_Count().

◆ u32_Block_Size

U32 TSPI_Memory_Base::TMemory_Chip_Descriptor::u32_Block_Size

Size of block in bytes.

Referenced by TSPI_Memory_Base::Get_Block_Size().

◆ u32_Chip_Size

U32 TSPI_Memory_Base::TMemory_Chip_Descriptor::u32_Chip_Size

Chip capacity in bytes.

Referenced by TSPI_Memory_Base::Get_Chip_Size().

◆ u32_Pages_Per_Chip_Count

U32 TSPI_Memory_Base::TMemory_Chip_Descriptor::u32_Pages_Per_Chip_Count

Count of the pages per chip.

Referenced by TSPI_Memory_Base::Get_Pages_Per_Chip_Count().


The documentation for this struct was generated from the following file: