Enumerations

Enumerations

enum  sram_size_t {
  SYS_DEV_SRAM_288K = 0x01,
  SYS_DEV_SRAM_512K = 0x00
}
 Definition of Device SRAM Size Enumerations. More...
 
enum  package_type_t {
  PACKAGE_NONE = 0,
  PACKAGE_GR5526VGBIP = 0x0100,
  PACKAGE_GR5526VGBI = 0x0101,
  PACKAGE_GR5526_DEBUG = 0x0102,
  PACKAGE_GR5526RGNIP = 0x0200,
  PACKAGE_GR5526RGNI = 0x0201,
  PACKAGE_GR5526RJNIP = 0x0202
}
 package type. More...
 

Detailed Description

Enumeration Type Documentation

◆ package_type_t

package type.

Enumerator
PACKAGE_NONE 

Package unused.

PACKAGE_GR5526VGBIP 

BGA83 with 8Mb flash/GPU/PSRAM, with cap, no GND3 WB, add dummy Die.

PACKAGE_GR5526VGBI 

BGA83 with 8Mb flash. no GPU/PSRAM.

PACKAGE_GR5526_DEBUG 

BGA83 debug chip, test with XQSPI/OSPI pin-out.

PACKAGE_GR5526RGNIP 

QFN68 with 8Mb flash/GPU/PSRAM, no GND3 WB, add dummy Die.

PACKAGE_GR5526RGNI 

QFN68 with 8Mb flash. no GPU/PSRAM.

PACKAGE_GR5526RJNIP 

QFN68 with 16Mb flash/GPU/PSRAM, no GND3 WB, add dummy Die.

Definition at line 120 of file gr55xx_sys_sdk.h.

◆ sram_size_t

Definition of Device SRAM Size Enumerations.

Enumerator
SYS_DEV_SRAM_288K 

Supported 288K SRAM.

SYS_DEV_SRAM_512K 

Supported 512K SRAM.

Definition at line 113 of file gr55xx_sys_sdk.h.