Collaboration diagram for 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... | |
| enum package_type_t |
package type.
Definition at line 120 of file gr55xx_sys_sdk.h.
| enum 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.