Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,918: Line 1,918:
 
| Keyboard F20
 
| Keyboard F20
 
|-
 
|-
| <code>SCAN_CODE_F2? = 112;</code>
+
| <code>SCAN_CODE_F21 = 112;</code>
 
| Keyboard F21
 
| Keyboard F21
 
|-
 
|-
Line 1,987: Line 1,987:
 
| Keypad Equal Sign
 
| Keypad Equal Sign
 
|-
 
|-
| <code>SCAN_CODE_INTERNATIONAL? = 135;</code>
+
| <code>SCAN_CODE_INTERNATIONAL1 = 135;</code>
 
| Keyboard International1
 
| Keyboard International1
 
|-
 
|-
Line 2,014: Line 2,014:
 
| Keyboard International9
 
| Keyboard International9
 
|-
 
|-
| <code>SCAN_CODE_LANG? = 144;</code>
+
| <code>SCAN_CODE_LANG1 = 144;</code>
 
| Keyboard LANG1
 
| Keyboard LANG1
 
|-
 
|-
Line 2,672: Line 2,672:
 
| Offset between 1/1/1601 (Ultibo) and 1/1/1980 (DOS)
 
| Offset between 1/1/1601 (Ultibo) and 1/1/1980 (DOS)
 
|-
 
|-
| <code>TIME_TICKS_TO_200? = 126227808000000000;</code>
+
| <code>TIME_TICKS_TO_2001 = 126227808000000000;</code>
 
| Offset between 1/1/1601 (Ultibo) and 1/1/2001 (Clock is assumed not set if time is less than this)
 
| Offset between 1/1/1601 (Ultibo) and 1/1/2001 (Clock is assumed not set if time is less than this)
 
|-
 
|-
Line 2,814: Line 2,814:
 
| MIPS Creator CI20
 
| MIPS Creator CI20
 
|-
 
|-
| <code>BOARD_TYPE_PCDUINO? = 14;</code>
+
| <code>BOARD_TYPE_PCDUINO1 = 14;</code>
 
| pcDuino V1
 
| pcDuino V1
 
|-
 
|-
Line 2,823: Line 2,823:
 
| pcDuino V3
 
| pcDuino V3
 
|-
 
|-
| <code>BOARD_TYPE_ODROID_C? = 17;</code>
+
| <code>BOARD_TYPE_ODROID_C1 = 17;</code>
 
| Odroid C1/C1+
 
| Odroid C1/C1+
 
|-
 
|-
Line 3,009: Line 3,009:
 
| style="width: 50%;"|&nbsp;
 
| style="width: 50%;"|&nbsp;
 
|-
 
|-
| <code>CPU_ID_? = 1;</code>
+
| <code>CPU_ID_1 = 1;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 3,039: Line 3,039:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>CPU_ID_1? = 11;</code>
+
| <code>CPU_ID_11 = 11;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 3,397: Line 3,397:
 
| style="width: 50%;"|&nbsp;
 
| style="width: 50%;"|&nbsp;
 
|-
 
|-
| <code>GPIO_PIN_? = 1;</code>
+
| <code>GPIO_PIN_1 = 1;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 3,427: Line 3,427:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>GPIO_PIN_1? = 11;</code>
+
| <code>GPIO_PIN_11 = 11;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 3,713: Line 3,713:
 
| style="width: 50%;"|&nbsp;
 
| style="width: 50%;"|&nbsp;
 
|-
 
|-
| <code>VIRTUAL_GPIO_PIN_? = 1;</code>
+
| <code>VIRTUAL_GPIO_PIN_1 = 1;</code>
 
| &nbsp;
 
| &nbsp;
 
|-  
 
|-  
Line 3,870: Line 3,870:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>SPI_CS_? = 1;</code>
+
| <code>SPI_CS_1 = 1;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 3,900: Line 3,900:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>SPI_CS_1? = 11;</code>
+
| <code>SPI_CS_11 = 11;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 3,993: Line 3,993:
 
| style="width: 50%;"|&nbsp;
 
| style="width: 50%;"|&nbsp;
 
|-
 
|-
| <code>POWER_ID_MMC? = 1;</code>
+
| <code>POWER_ID_MMC1 = 1;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,017: Line 4,017:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>POWER_ID_USB? = 9;</code>
+
| <code>POWER_ID_USB1 = 9;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,029: Line 4,029:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>POWER_ID_I2C? = 13;</code>
+
| <code>POWER_ID_I2C1 = 13;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,041: Line 4,041:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>POWER_ID_SPI? = 17;</code>
+
| <code>POWER_ID_SPI1 = 17;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,078: Line 4,078:
 
| style="width: 50%;"|&nbsp;
 
| style="width: 50%;"|&nbsp;
 
|-
 
|-
| <code>CLOCK_ID_MMC? = 1;</code>
+
| <code>CLOCK_ID_MMC1 = 1;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,090: Line 4,090:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>CLOCK_ID_UART? = 5;</code>
+
| <code>CLOCK_ID_UART1 = 5;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,126: Line 4,126:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>CLOCK_ID_PWM? = 17;</code>
+
| <code>CLOCK_ID_PWM1 = 17;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
Line 4,132: Line 4,132:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>CLOCK_ID_I2C? = 19;</code>
+
| <code>CLOCK_ID_I2C1 = 19;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Revision as of 02:22, 1 December 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_*


[Expand]
CPU Description constants CPU_DESCRIPTION_*


[Expand]
CPU State constants CPU_STATE_*


[Expand]
CPU ID constants CPU_ID_*


[Expand]
CPU Affinity constants CPU_AFFINITY_*


[Expand]
FPU Type constants FPU_TYPE_*


[Expand]
FPU State constants FPU_STATE_*


[Expand]
GPU Type constants GPU_TYPE_*


[Expand]
GPU State constants GPU_STATE_*


[Expand]
Cache Type constants CACHE_TYPE_*


[Expand]
DMA Direction constants DMA_DIR_*


[Expand]
DMA DREQ ID constants DMA_DREQ_ID_*


[Expand]
GPIO Pin constants GPIO_PIN_*


[Expand]
GPIO Function constants GPIO_FUNCTION_*


[Expand]
GPIO Level constants GPIO_LEVEL_*


[Expand]
GPIO Pull constants GPIO_PULL_*


[Expand]
GPIO Trigger constants GPIO_TRIGGER_*


[Expand]
Virtual GPIO Pin constants VIRTUAL_GPIO_PIN_*


[Expand]
Virtual GPIO Function constants VIRTUAL_GPIO_FUNCTION_*


[Expand]
Serial Baud Rate constants SERIAL_BAUD_RATE_*


[Expand]
Serial Data bit constants SERIAL_DATA_*


[Expand]
Serial Stop bit constants SERIAL_STOP_*


[Expand]
Serial Parity constants SERIAL_PARITY_*


[Expand]
Serial Flow Control constants SERIAL_FLOW_*


[Expand]
I2C Address constants I2C_ADDRESS_*


[Expand]
SPI Mode constants SPI_MODE_*


[Expand]
SPI Chip Select constants SPI_CS_*


[Expand]
SPI Clock Phase (CPHA) constants SPI_CLOCK_PHASE_*


[Expand]
SPI Clock Polarity (CPOL) constants SPI_CLOCK_POLARITY_*


[Expand]
SPI Chip Select Polarity (CSPOL) constants SPI_CS_POLARITY_*


[Expand]
Power ID constants POWER_ID_*


[Expand]
Power State constants POWER_STATE_*


[Expand]
Clock ID constants CLOCK_ID_*


[Expand]
Clock State constants CLOCK_STATE_*


[Expand]
Turbo ID constants TURBO_ID_*


[Expand]
Voltage ID constants VOLTAGE_ID_*


[Expand]
Temperature ID constants TEMPERATURE_ID_*


[Expand]
Console Direction constants CONSOLE_DIRECTION_*


[Expand]
Console Position constants CONSOLE_POSITION_*


[Expand]
Framebuffer Depth constants FRAMEBUFFER_DEPTH_*


[Expand]
Framebuffer Pixel Order constants FRAMEBUFFER_ORDER_*


[Expand]
Framebuffer Alpha Mode constants FRAMEBUFFER_MODE_*


[Expand]
Framebuffer Rotation constants FRAMEBUFFER_ROTATION_*


[Expand]
Log Level constants LOG_LEVEL_*


[Expand]
Logging Protocol constants LOGGING_PROTOCOL_*


[Expand]
Logging Facility constants LOGGING_FACILITY_*


[Expand]
Logging Severity constants LOGGING_SEVERITY_*


[Expand]
Handle Type constants HANDLE_TYPE_*


[Expand]
Filesystem Cache Mode constants FILESYS_CACHE_MODE_*


[Expand]
Cursor constants CURSOR_ARROW_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference