Group sdram¶
Classes¶
| Type | Name |
|---|---|
| class | SdramHandle |
Macros¶
| Type | Name |
|---|---|
| define | DSY_SDRAM_BSS \_\_attribute\_\_((section(".sdram\_bss"))) |
| define | DSY_SDRAM_DATA \_\_attribute\_\_((section(".sdram\_data"))) |
Macro Definition Documentation¶
define DSY_SDRAM_BSS¶
Variables placed here will not be initialized. Usage E.g. int DSY_SDRAM_BSS uninitialized_var;
define DSY_SDRAM_DATA¶
Usage: E.g. int DSY_SDRAM_DATA initialized_var = 1;