Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,850: Line 2,850:
 
| ARMv8 (Cortex A53/A57/A72 etc)
 
| ARMv8 (Cortex A53/A57/A72 etc)
 
|-  
 
|-  
 +
|}
 +
</div></div>
 +
<br />
 +
 +
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 +
<div style="font-size: 14px; padding-left: 12px;">'''CPU Model constants''' <code> CPU_MODEL_* </code></div>
 +
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 +
{| class="wikitable" style="font-size: 14px; background: white;"
 +
|-
 +
| <code>CPU_MODEL_UNKNOWN = 0;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_MODEL_ARM1176JZFS = 1;</code>
 +
| ARM1176JZF-S
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A5 = 2;</code>
 +
| ARM Cortex-A5
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A7 = 3;</code>
 +
| ARM Cortex-A7
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A8 = 4;</code>
 +
| ARM Cortex-A8
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A9 = 5;}</code>
 +
| ARM Cortex-A9
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A15 = 6;</code>
 +
| ARM Cortex-A15
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A17 = 7;</code>
 +
| ARM Cortex-A17
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A53 = 8;</code>
 +
| ARM Cortex-A53
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A57 = 9;</code>
 +
| ARM Cortex-A57
 +
|-
 +
| <code>CPU_MODEL_CORTEX_A72 = 10;</code>
 +
| ARM Cortex-A72
 +
|-
 
|}
 
|}
 
</div></div>
 
</div></div>

Revision as of 03:45, 26 September 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
Universal error constants ERROR_*


[Expand]
Universal value constants INVALID_*


[Expand]
File position constants FILE_*


[Expand]
File open/create constants CREATE_*


[Expand]
File creation flag constants FILE_FLAG_*


[Expand]
File attribute constants FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute constants FS_*


[Expand]
Timeout constants INFINITE =*


[Expand]
TLS constants TLS_*


[Expand]
Wait constants WAIT_*


[Expand]
Thread state constants STILL_*


[Expand]
TimeZone constants TIME_ZONE_*


[Expand]
Universal key code constants KEY_CODE_*


[Expand]
Universal scan code constants SCAN_CODE_*


[Expand]
Universal color constants COLOR_*


[Expand]
Universal size constants SIZE_*


[Expand]
Universal time constants MILLISECONDS_*


[Expand]
Ultibo time constants TIME_TICKS_*


[Expand]
Unix/Linux time constants UNIX_TIME_*


[Expand]
FreePascal time constants PASCAL_*


[Expand]
System Call constants SYSTEM_CALL_*


[Expand]
Machine Type constants MACHINE_TYPE_*


[Expand]
Board Type constants BOARD_TYPE_*


[Expand]
CPU Arch constants CPU_ARCH_*


[Expand]
CPU Type constants CPU_TYPE_*


[Expand]
CPU Model constants CPU_MODEL_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference