Difference between revisions of "Unit GlobalConfig"
Line 32: | Line 32: | ||
|- | |- | ||
| <code>_text_start: record end; external name '_text_start';</code> | | <code>_text_start: record end; external name '_text_start';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 38: | Line 38: | ||
|- | |- | ||
| <code>_etext: record end; external name '_etext';</code> | | <code>_etext: record end; external name '_etext';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 44: | Line 44: | ||
|- | |- | ||
| <code>_data: record end; external name '_data';</code> | | <code>_data: record end; external name '_data';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 50: | Line 50: | ||
|- | |- | ||
| <code>_edata: record end; external name '_edata';</code> | | <code>_edata: record end; external name '_edata';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 56: | Line 56: | ||
|- | |- | ||
| <code>_bss_start: record end; external name '_bss_start';</code> | | <code>_bss_start: record end; external name '_bss_start';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 62: | Line 62: | ||
|- | |- | ||
| <code>_bss_end: record end; external name '_bss_end';</code> | | <code>_bss_end: record end; external name '_bss_end';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 71: | Line 71: | ||
|- | |- | ||
| <code>RtlHeapAddr:record end; external name '__fpc_initialheap';</code> | | <code>RtlHeapAddr:record end; external name '__fpc_initialheap';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 77: | Line 77: | ||
|- | |- | ||
| <code>RtlHeapSize:PtrInt; external name '__heapsize';</code> | | <code>RtlHeapSize:PtrInt; external name '__heapsize';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 86: | Line 86: | ||
|- | |- | ||
| <code>RtlErrorBase:Pointer; external name 'FPC_ERRORBASE';</code> | | <code>RtlErrorBase:Pointer; external name 'FPC_ERRORBASE';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 95: | Line 95: | ||
|- | |- | ||
| <code>RtlInitFinalTable:record end; external name 'INITFINAL';</code> | | <code>RtlInitFinalTable:record end; external name 'INITFINAL';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 106: | Line 106: | ||
|- | |- | ||
| <code>IO_BASE:LongWord;</code> | | <code>IO_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base for conversion from a Physical Address to an IO Address and back (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 112: | Line 112: | ||
|- | |- | ||
| <code>IO_ALIAS:LongWord;</code> | | <code>IO_ALIAS:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The alias for conversion from a Physical Address to an IO Address and back (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 121: | Line 121: | ||
|- | |- | ||
| <code>BUS_ALIAS:LongWord;</code> | | <code>BUS_ALIAS:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The mask for conversion from a Physical Address to a Bus Address and back (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 130: | Line 130: | ||
|- | |- | ||
| <code>SECURE_BOOT:LongBool;</code> | | <code>SECURE_BOOT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|True if the boot process occurs in secure mode (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 139: | Line 139: | ||
|- | |- | ||
| <code>STARTUP_ADDRESS:LongWord;</code> | | <code>STARTUP_ADDRESS:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The physical address of the Startup Handler on Reset |
|- | |- | ||
|} | |} | ||
Line 148: | Line 148: | ||
|- | |- | ||
| <code>MEMORY_BASE:PtrUInt;</code> | | <code>MEMORY_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address for useable board memory |
|- | |- | ||
|} | |} | ||
Line 154: | Line 154: | ||
|- | |- | ||
| <code>MEMORY_SIZE:LongWord;</code> | | <code>MEMORY_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the useable board address space |
|- | |- | ||
|} | |} | ||
Line 160: | Line 160: | ||
|- | |- | ||
| <code>MEMORY_PAGE_SIZE:LongWord;</code> | | <code>MEMORY_PAGE_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a memory page |
|- | |- | ||
|} | |} | ||
Line 166: | Line 166: | ||
|- | |- | ||
| <code>MEMORY_LARGEPAGE_SIZE:LongWord;</code> | | <code>MEMORY_LARGEPAGE_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a large memory page |
|- | |- | ||
|} | |} | ||
Line 175: | Line 175: | ||
|- | |- | ||
| <code>MEMORY_IRQ_SIZE:LongWord;</code> | | <code>MEMORY_IRQ_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered IRQ memory (Per CPU) (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 181: | Line 181: | ||
|- | |- | ||
| <code>MEMORY_FIQ_SIZE:LongWord;</code> | | <code>MEMORY_FIQ_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered FIQ memory (Per CPU) (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 187: | Line 187: | ||
|- | |- | ||
| <code>MEMORY_LOCAL_SIZE:LongWord;</code> | | <code>MEMORY_LOCAL_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered local memory (Per CPU) (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 193: | Line 193: | ||
|- | |- | ||
| <code>MEMORY_SHARED_SIZE:LongWord;</code> | | <code>MEMORY_SHARED_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered shared memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 199: | Line 199: | ||
|- | |- | ||
| <code>MEMORY_DEVICE_SIZE:LongWord;</code> | | <code>MEMORY_DEVICE_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered device memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 205: | Line 205: | ||
|- | |- | ||
| <code>MEMORY_NOCACHE_SIZE:LongWord;</code> | | <code>MEMORY_NOCACHE_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered non cacheable memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 211: | Line 211: | ||
|- | |- | ||
| <code>MEMORY_NONSHARED_SIZE:LongWord;</code> | | <code>MEMORY_NONSHARED_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the registered non shareable memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
|- | |- | ||
|} | |} | ||
Line 220: | Line 220: | ||
|- | |- | ||
| <code>PERIPHERALS_BASE:PtrUInt;</code> | | <code>PERIPHERALS_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address for accessing Peripherals |
|- | |- | ||
|} | |} | ||
Line 226: | Line 226: | ||
|- | |- | ||
| <code>PERIPHERALS_SIZE:LongWord;</code> | | <code>PERIPHERALS_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the Peripheral address space |
|- | |- | ||
|} | |} | ||
Line 235: | Line 235: | ||
|- | |- | ||
| <code>LOCAL_PERIPHERALS_BASE:PtrUInt;</code> | | <code>LOCAL_PERIPHERALS_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address for accessing Local Peripherals (Peripherals local to each CPU) |
|- | |- | ||
|} | |} | ||
Line 241: | Line 241: | ||
|- | |- | ||
| <code>LOCAL_PERIPHERALS_SIZE:LongWord;</code> | | <code>LOCAL_PERIPHERALS_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the Local Peripheral address space |
|- | |- | ||
|} | |} | ||
Line 250: | Line 250: | ||
|- | |- | ||
| <code>PAGE_TABLE_BASE:PtrUInt;</code> | | <code>PAGE_TABLE_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address of the first level Page Table |
|- | |- | ||
|} | |} | ||
Line 256: | Line 256: | ||
|- | |- | ||
| <code>PAGE_TABLE_SIZE:LongWord;</code> | | <code>PAGE_TABLE_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the first level Page Table address space |
|- | |- | ||
|} | |} | ||
Line 265: | Line 265: | ||
|- | |- | ||
| <code>PAGE_TABLES_ADDRESS:PtrUInt;</code> | | <code>PAGE_TABLES_ADDRESS:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address of the second level Page Tables |
|- | |- | ||
|} | |} | ||
Line 271: | Line 271: | ||
|- | |- | ||
| <code>PAGE_TABLES_LENGTH:LongWord;</code> | | <code>PAGE_TABLES_LENGTH:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the second level Page Table address space (Rounded to Page Size) |
|- | |- | ||
|} | |} | ||
Line 277: | Line 277: | ||
|- | |- | ||
| <code>PAGE_TABLES_COUNT:LongWord;</code> | | <code>PAGE_TABLES_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many second level Page Tables allocated at this address |
|- | |- | ||
|} | |} | ||
Line 283: | Line 283: | ||
|- | |- | ||
| <code>PAGE_TABLES_SHIFT:LongWord;</code> | | <code>PAGE_TABLES_SHIFT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The multiplier (left shift) to convert count to size (PAGE_TABLES_COUNT shl PAGE_TABLES_SHIFT = Actual Size) |
|- | |- | ||
|} | |} | ||
Line 289: | Line 289: | ||
|- | |- | ||
| <code>PAGE_TABLES_NEXT:PtrUInt;</code> | | <code>PAGE_TABLES_NEXT:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address of the next available second level Page Table |
|- | |- | ||
|} | |} | ||
Line 295: | Line 295: | ||
|- | |- | ||
| <code>PAGE_TABLES_USED:LongWord;</code> | | <code>PAGE_TABLES_USED:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many second level Page Tables are in use (During boot this will be set to the number required to cover the code and data plus initial stack, heap and overhead) |
|- | |- | ||
|} | |} | ||
Line 301: | Line 301: | ||
|- | |- | ||
| <code>PAGE_TABLES_FREE:LongWord = 256;</code> | | <code>PAGE_TABLES_FREE:LongWord = 256;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many second level Page Tables are available (The initial value here will be added to the number calculated during boot to provide extras for page allocation) |
|- | |- | ||
|} | |} | ||
Line 310: | Line 310: | ||
|- | |- | ||
| <code>PAGE_MIN_SIZE:LongWord = SIZE_4K;</code> | | <code>PAGE_MIN_SIZE:LongWord = SIZE_4K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The minimum size of a memory page in the page tables (Default 4K) |
|- | |- | ||
|} | |} | ||
Line 316: | Line 316: | ||
|- | |- | ||
| <code>PAGE_SMALL_SIZE:LongWord = SIZE_4K;</code> | | <code>PAGE_SMALL_SIZE:LongWord = SIZE_4K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a small memory page in the page tables (Default 4K) |
|- | |- | ||
|} | |} | ||
Line 322: | Line 322: | ||
|- | |- | ||
| <code>PAGE_LARGE_SIZE:LongWord = SIZE_64K;</code> | | <code>PAGE_LARGE_SIZE:LongWord = SIZE_64K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a large memory page in the page tables (Default 64K) |
|- | |- | ||
|} | |} | ||
Line 328: | Line 328: | ||
|- | |- | ||
| <code>PAGE_SECTION_SIZE:LongWord = SIZE_1M;</code> | | <code>PAGE_SECTION_SIZE:LongWord = SIZE_1M;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a memory section in the page tables (Default 1M) |
|- | |- | ||
|} | |} | ||
Line 334: | Line 334: | ||
|- | |- | ||
| <code>PAGE_SUPERSECTION_SIZE:LongWord = SIZE_16M;</code> | | <code>PAGE_SUPERSECTION_SIZE:LongWord = SIZE_16M;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a memory super section in the page tables (Default 16M) |
|- | |- | ||
|} | |} | ||
Line 343: | Line 343: | ||
|- | |- | ||
| <code>VECTOR_TABLE_BASE:PtrUInt;</code> | | <code>VECTOR_TABLE_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address of the Interrupt Vector Table |
|- | |- | ||
|} | |} | ||
Line 349: | Line 349: | ||
|- | |- | ||
| <code>VECTOR_TABLE_SIZE:LongWord;</code> | | <code>VECTOR_TABLE_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the Interrupt Vector Table address space |
|- | |- | ||
|} | |} | ||
Line 355: | Line 355: | ||
|- | |- | ||
| <code>VECTOR_TABLE_COUNT:LongWord;</code> | | <code>VECTOR_TABLE_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of entries in the Interrupt Vector Table |
|- | |- | ||
|} | |} | ||
Line 366: | Line 366: | ||
|- | |- | ||
| <code>MACHINE_TYPE:LongWord;</code> | | <code>MACHINE_TYPE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 375: | Line 375: | ||
|- | |- | ||
| <code>BOARD_TYPE:LongWord;</code> | | <code>BOARD_TYPE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 386: | Line 386: | ||
|- | |- | ||
| <code>CPU_ARCH:LongWord;</code> | | <code>CPU_ARCH:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU architecture for this board |
|- | |- | ||
|} | |} | ||
Line 392: | Line 392: | ||
|- | |- | ||
| <code>CPU_TYPE:LongWord;</code> | | <code>CPU_TYPE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU model for this board |
|- | |- | ||
|} | |} | ||
Line 398: | Line 398: | ||
|- | |- | ||
| <code>CPU_COUNT:LongWord; </code> | | <code>CPU_COUNT:LongWord; </code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU count for this board |
|- | |- | ||
|} | |} | ||
Line 404: | Line 404: | ||
|- | |- | ||
| <code>CPU_BOOT:LongWord;</code> | | <code>CPU_BOOT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Which CPU is used for the boot process |
|- | |- | ||
|} | |} | ||
Line 410: | Line 410: | ||
|- | |- | ||
| <code>CPU_MASK:LongWord;</code> | | <code>CPU_MASK:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The mask of current CPUs for scheduling affinity |
|- | |- | ||
|} | |} | ||
Line 416: | Line 416: | ||
|- | |- | ||
| <code>CPU_MEMORY_BASE:PtrUInt;</code> | | <code>CPU_MEMORY_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address for CPU memory |
|- | |- | ||
|} | |} | ||
Line 422: | Line 422: | ||
|- | |- | ||
| <code>CPU_MEMORY_SIZE:LongWord;</code> | | <code>CPU_MEMORY_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the CPU address space |
|- | |- | ||
|} | |} | ||
Line 428: | Line 428: | ||
|- | |- | ||
| <code>CPU_MEMORY_RESTRICTED:LongBool;</code> | | <code>CPU_MEMORY_RESTRICTED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Any areas of CPU address space with no physical memory are marked as no access |
|- | |- | ||
|} | |} | ||
Line 437: | Line 437: | ||
|- | |- | ||
| <code>FPU_TYPE:LongWord;</code> | | <code>FPU_TYPE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current FPU type for this board |
|- | |- | ||
|} | |} | ||
Line 446: | Line 446: | ||
|- | |- | ||
| <code>GPU_TYPE:LongWord;</code> | | <code>GPU_TYPE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current GPU type for this board |
|- | |- | ||
|} | |} | ||
Line 452: | Line 452: | ||
|- | |- | ||
| <code>GPU_MEMORY_BASE:PtrUInt;</code> | | <code>GPU_MEMORY_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base (Physical) address for GPU memory |
|- | |- | ||
|} | |} | ||
Line 458: | Line 458: | ||
|- | |- | ||
| <code>GPU_MEMORY_SIZE:LongWord;</code> | | <code>GPU_MEMORY_SIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the GPU address space |
|- | |- | ||
|} | |} | ||
Line 464: | Line 464: | ||
|- | |- | ||
| <code>GPU_MEMORY_CACHED:LongBool;</code> | | <code>GPU_MEMORY_CACHED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPU memory is cached when accessed by the CPU |
|- | |- | ||
|} | |} | ||
Line 473: | Line 473: | ||
|- | |- | ||
| <code>IRQ_COUNT:LongWord;</code> | | <code>IRQ_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The total number of IRQs supported for this board |
|- | |- | ||
|} | |} | ||
Line 479: | Line 479: | ||
|- | |- | ||
| <code>FIQ_COUNT:LongWord;</code> | | <code>FIQ_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The total number of FIQs supported for this board |
|- | |- | ||
|} | |} | ||
Line 485: | Line 485: | ||
|- | |- | ||
| <code>IRQ_START:LongWord = 0;</code> | | <code>IRQ_START:LongWord = 0;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The starting number for system wide IRQs/FIQs (Where Applicable)(Normally zero) |
|- | |- | ||
|} | |} | ||
Line 491: | Line 491: | ||
|- | |- | ||
| <code>IRQ_ROUTING:LongWord = CPU_ID_ALL;</code> | | <code>IRQ_ROUTING:LongWord = CPU_ID_ALL;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Which CPU to route system wide IRQs to (Where Applicable)(CPU_ID_ALL if system supports routing individual IRQs to any CPU) |
|- | |- | ||
|} | |} | ||
Line 497: | Line 497: | ||
|- | |- | ||
| <code>FIQ_ROUTING:LongWord = CPU_ID_ALL;</code> | | <code>FIQ_ROUTING:LongWord = CPU_ID_ALL;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Which CPU to route system wide FIQs to (Where Applicable)(CPU_ID_ALL if system supports routing individual FIQs to any CPU) |
|- | |- | ||
|} | |} | ||
Line 503: | Line 503: | ||
|- | |- | ||
| <code>IRQ_LOCAL_COUNT:LongWord;</code> | | <code>IRQ_LOCAL_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of local (Per CPU) IRQs supported for this board (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 509: | Line 509: | ||
|- | |- | ||
| <code>FIQ_LOCAL_COUNT:LongWord;</code> | | <code>FIQ_LOCAL_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of local (Per CPU) FIQs supported for this board (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 515: | Line 515: | ||
|- | |- | ||
| <code>IRQ_LOCAL_START:LongWord;</code> | | <code>IRQ_LOCAL_START:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The starting number for local (Per CPU) IRQs/FIQs (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 521: | Line 521: | ||
|- | |- | ||
| <code>SWI_COUNT:LongWord;</code> | | <code>SWI_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The total number of SWIs supported for this board (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 530: | Line 530: | ||
|- | |- | ||
| <code>IRQ_ENABLED:LongBool;</code> | | <code>IRQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU supports Interrupt Requests (IRQ) |
|- | |- | ||
|} | |} | ||
Line 536: | Line 536: | ||
|- | |- | ||
| <code>FIQ_ENABLED:LongBool;</code> | | <code>FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU supports Fast Interrupt Requests (FIQ) |
|- | |- | ||
|} | |} | ||
Line 542: | Line 542: | ||
|- | |- | ||
| <code>SWI_ENABLED:LongBool;</code> | | <code>SWI_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU supports Software Interrupt Handlers (SWI) |
|- | |- | ||
|} | |} | ||
Line 548: | Line 548: | ||
|- | |- | ||
| <code>ABORT_ENABLED:LongBool;</code> | | <code>ABORT_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU supports Data and/or Prefetch Abort Handlers |
|- | |- | ||
|} | |} | ||
Line 554: | Line 554: | ||
|- | |- | ||
| <code>UNDEFINED_ENABLED:LongBool;</code> | | <code>UNDEFINED_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU supports Undefined Instruction Handlers |
|- | |- | ||
|} | |} | ||
Line 560: | Line 560: | ||
|- | |- | ||
| <code>IRQ_STACK_ENABLED:LongBool;</code> | | <code>IRQ_STACK_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU uses an Interrupt Request Stack (IRQ) |
|- | |- | ||
|} | |} | ||
Line 566: | Line 566: | ||
|- | |- | ||
| <code>FIQ_STACK_ENABLED:LongBool;</code> | | <code>FIQ_STACK_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU uses a Fast Interrupt Request Stack (FIQ) |
|- | |- | ||
|} | |} | ||
Line 572: | Line 572: | ||
|- | |- | ||
| <code>SWI_STACK_ENABLED:LongBool;</code> | | <code>SWI_STACK_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU uses a Software Interrupt Stack (SWI) |
|- | |- | ||
|} | |} | ||
Line 578: | Line 578: | ||
|- | |- | ||
| <code>ABORT_STACK_ENABLED:LongBool;</code> | | <code>ABORT_STACK_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU uses a Data and/or Prefetch Abort Stack |
|- | |- | ||
|} | |} | ||
Line 584: | Line 584: | ||
|- | |- | ||
| <code>UNDEFINED_STACK_ENABLED:LongBool;</code> | | <code>UNDEFINED_STACK_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU uses an Undefined Instruction Stack |
|- | |- | ||
|} | |} | ||
Line 595: | Line 595: | ||
|- | |- | ||
| <code>CLOCK_FREQUENCY:LongWord;</code> | | <code>CLOCK_FREQUENCY:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The frequency in Hz of the system timer used to provide the system clock (Clock cycles per second) |
|- | |- | ||
|} | |} | ||
Line 601: | Line 601: | ||
|- | |- | ||
| <code>CLOCK_TICKS_PER_SECOND:LongWord = 1000;</code> | | <code>CLOCK_TICKS_PER_SECOND:LongWord = 1000;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock interrupts to schedule per second (1000 equals 1 per millisecond) |
|- | |- | ||
|} | |} | ||
Line 607: | Line 607: | ||
|- | |- | ||
| <code>CLOCK_TICKS_PER_MILLISECOND:LongWord = 1;</code> | | <code>CLOCK_TICKS_PER_MILLISECOND:LongWord = 1;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock interrupts occur every millisecond (Normally 1 if CLOCK_TICKS_PER_SECOND is 1000) |
|- | |- | ||
|} | |} | ||
Line 613: | Line 613: | ||
|- | |- | ||
| <code>CLOCK_CYCLES_PER_TICK:LongWord;</code> | | <code>CLOCK_CYCLES_PER_TICK:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles between clock interrupts (Normally CLOCK_FREQUENCY div CLOCK_TICKS_PER_SECOND) |
|- | |- | ||
|} | |} | ||
Line 619: | Line 619: | ||
|- | |- | ||
| <code>CLOCK_CYCLES_PER_MILLISECOND:LongWord;</code> | | <code>CLOCK_CYCLES_PER_MILLISECOND:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles to a millisecond (Normally CLOCK_FREQUENCY div MILLISECONDS_PER_SECOND) |
|- | |- | ||
|} | |} | ||
Line 625: | Line 625: | ||
|- | |- | ||
| <code>CLOCK_CYCLES_PER_MICROSECOND:LongWord;</code> | | <code>CLOCK_CYCLES_PER_MICROSECOND:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles to a microsecond (Normally CLOCK_FREQUENCY div MICROSECONDS_PER_SECOND) |
|- | |- | ||
|} | |} | ||
Line 631: | Line 631: | ||
|- | |- | ||
| <code>CLOCK_CYCLES_PER_NANOSECOND:LongWord;</code> | | <code>CLOCK_CYCLES_PER_NANOSECOND:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles to a nanosecond (Normally CLOCK_FREQUENCY div NANOSECONDS_PER_SECOND) |
|- | |- | ||
|} | |} | ||
Line 637: | Line 637: | ||
|- | |- | ||
| <code>CLOCK_CYCLES_TOLERANCE:LongWord;</code> | | <code>CLOCK_CYCLES_TOLERANCE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles tolerance when scheduling the next clock interrupt (Normally CLOCK_CYCLES_PER_TICK div 10) |
|- | |- | ||
|} | |} | ||
Line 643: | Line 643: | ||
|- | |- | ||
| <code>CLOCK_FIQ_ENABLED:LongBool;</code> | | <code>CLOCK_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The Clock uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 649: | Line 649: | ||
|- | |- | ||
| <code>TIME_TICKS_PER_CLOCK_INTERRUPT:LongWord;</code> | | <code>TIME_TICKS_PER_CLOCK_INTERRUPT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many 100 nanosecond time ticks per clock interrupt |
|- | |- | ||
|} | |} | ||
Line 658: | Line 658: | ||
|- | |- | ||
| <code>TIMER_THREAD_COUNT:LongWord = 5;</code> | | <code>TIMER_THREAD_COUNT:LongWord = 5;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many timer threads to create |
|- | |- | ||
|} | |} | ||
Line 664: | Line 664: | ||
|- | |- | ||
| <code>TIMER_MESSAGESLOT_MAXIMUM:LongWord = SIZE_2K;</code> | | <code>TIMER_MESSAGESLOT_MAXIMUM:LongWord = SIZE_2K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum number of messages for the timer messageslot |
|- | |- | ||
|} | |} | ||
Line 673: | Line 673: | ||
|- | |- | ||
| <code>WORKER_THREAD_COUNT:LongWord = 10;</code> | | <code>WORKER_THREAD_COUNT:LongWord = 10;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many worker threads to create |
|- | |- | ||
|} | |} | ||
Line 679: | Line 679: | ||
|- | |- | ||
| <code>WORKER_MESSAGESLOT_MAXIMUM:LongWord = SIZE_2K;</code> | | <code>WORKER_MESSAGESLOT_MAXIMUM:LongWord = SIZE_2K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum number of messages for the worker messageslot |
|- | |- | ||
|} | |} | ||
Line 690: | Line 690: | ||
|- | |- | ||
| <code>SPIN_SHARED_MEMORY:LongBool;</code> | | <code>SPIN_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Spin locks are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 699: | Line 699: | ||
|- | |- | ||
| <code>MUTEX_SHARED_MEMORY:LongBool;</code> | | <code>MUTEX_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Mutexs are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 705: | Line 705: | ||
|- | |- | ||
| <code>MUTEX_DEFAULT_SPINCOUNT:LongWord = 0;</code> | | <code>MUTEX_DEFAULT_SPINCOUNT:LongWord = 0;</code> | ||
− | | style="width: | + | | style="width: 40%;"|(100;) Default number of times a mutex will spin before yielding (Overidden to 0 if CPU count equals 1) |
|- | |- | ||
|} | |} | ||
Line 714: | Line 714: | ||
|- | |- | ||
| <code>SEMAPHORE_SHARED_MEMORY:LongBool;</code> | | <code>SEMAPHORE_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Semaphores are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 720: | Line 720: | ||
|- | |- | ||
| <code>SEMAPHORE_DEFAULT_MAXIMUM:LongWord = $FFFFFFFF;</code> | | <code>SEMAPHORE_DEFAULT_MAXIMUM:LongWord = $FFFFFFFF;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default maximum count for a seamphore |
|- | |- | ||
|} | |} | ||
Line 729: | Line 729: | ||
|- | |- | ||
| <code>SYNCHRONIZER_SHARED_MEMORY:LongBool;</code> | | <code>SYNCHRONIZER_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Synchronizers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 738: | Line 738: | ||
|- | |- | ||
| <code>CRITICAL_SECTION_SHARED_MEMORY:LongBool;</code> | | <code>CRITICAL_SECTION_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Critical Sections are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 744: | Line 744: | ||
|- | |- | ||
| <code>CRITICAL_SECTION_DEFAULT_SPINCOUNT:LongWord = 100;</code> | | <code>CRITICAL_SECTION_DEFAULT_SPINCOUNT:LongWord = 100;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default number of times a critical section will spin before waiting (Overidden to 0 if CPU count equals 1) |
|- | |- | ||
|} | |} | ||
Line 753: | Line 753: | ||
|- | |- | ||
| <code>MESSAGESLOT_SHARED_MEMORY:LongBool;</code> | | <code>MESSAGESLOT_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Messageslots are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 759: | Line 759: | ||
|- | |- | ||
| <code>MESSAGESLOT_DEFAULT_MAXIMUM:LongWord = SIZE_1K;</code> | | <code>MESSAGESLOT_DEFAULT_MAXIMUM:LongWord = SIZE_1K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default maximum number of messages that can be stored in a messageslot |
|- | |- | ||
|} | |} | ||
Line 768: | Line 768: | ||
|- | |- | ||
| <code>MAILSLOT_SHARED_MEMORY:LongBool;</code> | | <code>MAILSLOT_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Mailslots are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 777: | Line 777: | ||
|- | |- | ||
| <code>BUFFER_SHARED_MEMORY:LongBool;</code> | | <code>BUFFER_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 783: | Line 783: | ||
|- | |- | ||
| <code>BUFFER_MIN_SIZE:LongWord = SizeOf(Pointer);</code> | | <code>BUFFER_MIN_SIZE:LongWord = SizeOf(Pointer);</code> | ||
− | | style="width: | + | | style="width: 40%;"|Minimum size of an item in a buffer |
|- | |- | ||
|} | |} | ||
Line 789: | Line 789: | ||
|- | |- | ||
| <code>BUFFER_MAX_SIZE:LongWord = SIZE_4K;</code> | | <code>BUFFER_MAX_SIZE:LongWord = SIZE_4K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum size of an item in a buffer |
|- | |- | ||
|} | |} | ||
Line 795: | Line 795: | ||
|- | |- | ||
| <code>BUFFER_MAX_COUNT:LongWord = SIZE_8K;</code> | | <code>BUFFER_MAX_COUNT:LongWord = SIZE_8K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum number of items in a buffer |
|- | |- | ||
|} | |} | ||
Line 804: | Line 804: | ||
|- | |- | ||
| <code>EVENT_SHARED_MEMORY:LongBool;</code> | | <code>EVENT_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Events are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 815: | Line 815: | ||
|- | |- | ||
| <code>HEAP_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);</code> | | <code>HEAP_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for the Heap Manager (Set by board specific initialization if not default)(Must be a power of 2) |
|- | |- | ||
|} | |} | ||
Line 821: | Line 821: | ||
|- | |- | ||
| <code>HEAP_REQUEST_ALIGNMENT:LongWord = SIZE_4K;</code> | | <code>HEAP_REQUEST_ALIGNMENT:LongWord = SIZE_4K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The required alignment for Heap Manager requests (eg RequestSharedHeapBlock etc) (Set by board specific initialization if not default)(Must be a power of 2) |
|- | |- | ||
|} | |} | ||
Line 830: | Line 830: | ||
|- | |- | ||
| <code>HEAP_NORMAL_SHARED:LongBool;</code> | | <code>HEAP_NORMAL_SHARED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Normal memory is considered Shared memory by the Heap Manager (Default False) |
|- | |- | ||
|} | |} | ||
Line 836: | Line 836: | ||
|- | |- | ||
| <code>HEAP_NORMAL_LOCAL:LongBool;</code> | | <code>HEAP_NORMAL_LOCAL:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Normal memory is considered Local memory by the Heap Manager (Default False) |
|- | |- | ||
|} | |} | ||
Line 842: | Line 842: | ||
|- | |- | ||
| <code>HEAP_NORMAL_CODE:LongBool;</code> | | <code>HEAP_NORMAL_CODE:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Normal memory is considered Code memory by the Heap Manager (Default False) |
|- | |- | ||
|} | |} | ||
Line 848: | Line 848: | ||
|- | |- | ||
| <code>HEAP_NORMAL_DEVICE:LongBool;</code> | | <code>HEAP_NORMAL_DEVICE:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Normal memory is considered Device memory by the Heap Manager (Default False) |
|- | |- | ||
|} | |} | ||
Line 854: | Line 854: | ||
|- | |- | ||
| <code>HEAP_NORMAL_NOCACHE:LongBool;</code> | | <code>HEAP_NORMAL_NOCACHE:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Normal memory is considered Non Cached memory by the Heap Manager (Default False) |
|- | |- | ||
|} | |} | ||
Line 860: | Line 860: | ||
|- | |- | ||
| <code>HEAP_NORMAL_NONSHARED:LongBool;</code> | | <code>HEAP_NORMAL_NONSHARED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Normal memory is considered Non Shared memory by the Heap Manager (Default False) |
|- | |- | ||
|} | |} | ||
Line 866: | Line 866: | ||
|- | |- | ||
| <code>HEAP_LOCAL_CACHE_COHERENT:LongBool;</code> | | <code>HEAP_LOCAL_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Local memory is considered cache coherent (Default False) |
|- | |- | ||
|} | |} | ||
Line 872: | Line 872: | ||
|- | |- | ||
| <code>HEAP_IRQ_CACHE_COHERENT:LongBool;</code> | | <code>HEAP_IRQ_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then IRQ memory is considered cache coherent (Default False) |
|- | |- | ||
|} | |} | ||
Line 878: | Line 878: | ||
|- | |- | ||
| <code>HEAP_FIQ_CACHE_COHERENT:LongBool;</code> | | <code>HEAP_FIQ_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then FIQ memory is considered cache coherent (Default False) |
|- | |- | ||
|} | |} | ||
Line 887: | Line 887: | ||
|- | |- | ||
| <code>HEAP_LOCK_SPIN:LongBool;</code> | | <code>HEAP_LOCK_SPIN:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then Heap lock uses Spin instead of Mutex (Default False) |
|- | |- | ||
|} | |} | ||
Line 896: | Line 896: | ||
|- | |- | ||
| <code>STACK_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);</code> | | <code>STACK_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for Thread stacks (Set by board specific initialization if not default)(Must be a power of 2) |
|- | |- | ||
|} | |} | ||
Line 905: | Line 905: | ||
|- | |- | ||
| <code>THREADVAR_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);</code> | | <code>THREADVAR_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for Thread Vars (Set by board specific initialization if not default) |
|- | |- | ||
|} | |} | ||
Line 914: | Line 914: | ||
|- | |- | ||
| <code>INITIAL_HEAP_SIZE:LongWord = SIZE_64K;</code> | | <code>INITIAL_HEAP_SIZE:LongWord = SIZE_64K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of the initial heap allocation (Set by board specific initialization if not default) |
|- | |- | ||
|} | |} | ||
Line 920: | Line 920: | ||
|- | |- | ||
| <code>INITIAL_HEAP_BASE:PtrUInt;</code> | | <code>INITIAL_HEAP_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the initial heap allocation (Set by StartupHandler) |
|- | |- | ||
|} | |} | ||
Line 931: | Line 931: | ||
|- | |- | ||
| <code>INITIAL_TLS_SIZE:LongWord = SIZE_16K;</code> | | <code>INITIAL_TLS_SIZE:LongWord = SIZE_16K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default TLS (Thread Var) block size for the Initial Thread (Calculated TLS size is used for all other threads) |
|- | |- | ||
|} | |} | ||
Line 937: | Line 937: | ||
|- | |- | ||
| <code>INITIAL_STACK_SIZE:LongWord = SIZE_32K;</code> | | <code>INITIAL_STACK_SIZE:LongWord = SIZE_32K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for the Initial Thread |
|- | |- | ||
|} | |} | ||
Line 943: | Line 943: | ||
|- | |- | ||
| <code>INITIAL_STACK_BASE:PtrUInt;</code> | | <code>INITIAL_STACK_BASE:PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the Initial Thread (Set by StartupHandler) |
|- | |- | ||
|} | |} | ||
Line 954: | Line 954: | ||
|- | |- | ||
| <code>BOOT_STACK_SIZE:LongWord = SIZE_32K;</code> | | <code>BOOT_STACK_SIZE:LongWord = SIZE_32K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for the Boot Threads |
|- | |- | ||
|} | |} | ||
Line 960: | Line 960: | ||
|- | |- | ||
| <code>BOOT_STACK_BASE:array of PtrUInt;</code> | | <code>BOOT_STACK_BASE:array of PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the Boot Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 966: | Line 966: | ||
|- | |- | ||
| <code>BOOT_THREAD_HANDLE:array of TThreadHandle;</code> | | <code>BOOT_THREAD_HANDLE:array of TThreadHandle;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Handles of the Boot Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 975: | Line 975: | ||
|- | |- | ||
| <code>IDLE_STACK_SIZE:LongWord = SIZE_32K;</code> | | <code>IDLE_STACK_SIZE:LongWord = SIZE_32K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for Idle Threads |
|- | |- | ||
|} | |} | ||
Line 981: | Line 981: | ||
|- | |- | ||
| <code>IDLE_THREAD_HANDLE:array of TThreadHandle;</code> | | <code>IDLE_THREAD_HANDLE:array of TThreadHandle;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Handles of the Idle Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 990: | Line 990: | ||
|- | |- | ||
| <code>IRQ_STACK_SIZE:LongWord = SIZE_32K;</code> | | <code>IRQ_STACK_SIZE:LongWord = SIZE_32K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for IRQ Threads |
|- | |- | ||
|} | |} | ||
Line 996: | Line 996: | ||
|- | |- | ||
| <code>IRQ_STACK_BASE:array of PtrUInt;</code> | | <code>IRQ_STACK_BASE:array of PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the IRQ Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,002: | Line 1,002: | ||
|- | |- | ||
| <code>IRQ_THREAD_HANDLE:array of TThreadHandle;</code> | | <code>IRQ_THREAD_HANDLE:array of TThreadHandle;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Handles of the IRQ Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,011: | Line 1,011: | ||
|- | |- | ||
| <code>FIQ_STACK_SIZE:LongWord = SIZE_32K;</code> | | <code>FIQ_STACK_SIZE:LongWord = SIZE_32K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for FIQ Threads |
|- | |- | ||
|} | |} | ||
Line 1,017: | Line 1,017: | ||
|- | |- | ||
| <code>FIQ_STACK_BASE:array of PtrUInt;</code> | | <code>FIQ_STACK_BASE:array of PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the FIQ Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,023: | Line 1,023: | ||
|- | |- | ||
| <code>FIQ_THREAD_HANDLE:array of TThreadHandle;</code> | | <code>FIQ_THREAD_HANDLE:array of TThreadHandle;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Handles of the FIQ Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,032: | Line 1,032: | ||
|- | |- | ||
| <code>SWI_STACK_SIZE:LongWord = SIZE_32K;</code> | | <code>SWI_STACK_SIZE:LongWord = SIZE_32K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for Software Interrupt Handlers (SWI) |
|- | |- | ||
|} | |} | ||
Line 1,038: | Line 1,038: | ||
|- | |- | ||
| <code>SWI_STACK_BASE:array of PtrUInt;</code> | | <code>SWI_STACK_BASE:array of PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the Software Interrupt Handlers (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,044: | Line 1,044: | ||
|- | |- | ||
| <code>SWI_THREAD_HANDLE:array of TThreadHandle;</code> | | <code>SWI_THREAD_HANDLE:array of TThreadHandle;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Handles of the Software Interrupt Handler (SWI) Threads (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,053: | Line 1,053: | ||
|- | |- | ||
| <code>THREAD_SHARED_MEMORY:LongBool;</code> | | <code>THREAD_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Threads are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,059: | Line 1,059: | ||
|- | |- | ||
| <code>THREAD_STACK_DEFAULT_SIZE:LongWord = SIZE_256K;</code> | | <code>THREAD_STACK_DEFAULT_SIZE:LongWord = SIZE_256K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for all threads (Unless specified during creation) |
|- | |- | ||
|} | |} | ||
Line 1,065: | Line 1,065: | ||
|- | |- | ||
| <code>THREAD_STACK_MINIMUM_SIZE:LongWord = SIZE_1K;</code> | | <code>THREAD_STACK_MINIMUM_SIZE:LongWord = SIZE_1K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Minimum thread stack size |
|- | |- | ||
|} | |} | ||
Line 1,071: | Line 1,071: | ||
|- | |- | ||
| <code>THREAD_STACK_MAXIMUM_SIZE:LongWord = SIZE_1M;</code> | | <code>THREAD_STACK_MAXIMUM_SIZE:LongWord = SIZE_1M;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum thread stack size |
|- | |- | ||
|} | |} | ||
Line 1,077: | Line 1,077: | ||
|- | |- | ||
| <code>THREAD_NAME_DEFAULT:String;</code> | | <code>THREAD_NAME_DEFAULT:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default name for new threads |
|- | |- | ||
|} | |} | ||
Line 1,083: | Line 1,083: | ||
|- | |- | ||
| <code>THREAD_MESSAGES_MAXIMUM:LongWord = SIZE_256;</code> | | <code>THREAD_MESSAGES_MAXIMUM:LongWord = SIZE_256;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum number of messages that can be stored in a thread message list |
|- | |- | ||
|} | |} | ||
Line 1,092: | Line 1,092: | ||
|- | |- | ||
| <code>ABORT_STACK_SIZE:LongWord = SIZE_4K;</code> | | <code>ABORT_STACK_SIZE:LongWord = SIZE_4K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for Data and/or Prefetch Abort Handlers |
|- | |- | ||
|} | |} | ||
Line 1,098: | Line 1,098: | ||
|- | |- | ||
| <code>ABORT_STACK_BASE:array of PtrUInt;</code> | | <code>ABORT_STACK_BASE:array of PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the Data and/or Prefetch Abort Handlers (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,107: | Line 1,107: | ||
|- | |- | ||
| <code>UNDEFINED_STACK_SIZE:LongWord = SIZE_4K;</code> | | <code>UNDEFINED_STACK_SIZE:LongWord = SIZE_4K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Default stack size for Undefined Instruction Handlers |
|- | |- | ||
|} | |} | ||
Line 1,113: | Line 1,113: | ||
|- | |- | ||
| <code>UNDEFINED_STACK_BASE:array of PtrUInt;</code> | | <code>UNDEFINED_STACK_BASE:array of PtrUInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address (Top) of the stack for the Undefined Instruction Handlers (One per CPU, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,124: | Line 1,124: | ||
|- | |- | ||
| <code>SCHEDULER_INTERRUPTS_PER_SECOND:LongWord = 1000;</code> | | <code>SCHEDULER_INTERRUPTS_PER_SECOND:LongWord = 1000;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler interrupts to schedule per second (1000 equals 1 per millisecond) |
|- | |- | ||
|} | |} | ||
Line 1,130: | Line 1,130: | ||
|- | |- | ||
| <code>SCHEDULER_INTERRUPTS_PER_MILLISECOND:LongWord = 1;</code> | | <code>SCHEDULER_INTERRUPTS_PER_MILLISECOND:LongWord = 1;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler interrupts occur every millisecond (Normally 1 if SCHEDULER_INTERRUPTS_PER_SECOND is 1000) |
|- | |- | ||
|} | |} | ||
Line 1,136: | Line 1,136: | ||
|- | |- | ||
| <code>SCHEDULER_CLOCKS_PER_INTERRUPT:LongWord;</code> | | <code>SCHEDULER_CLOCKS_PER_INTERRUPT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles between scheduler interrupts (Normally CLOCK_FREQUENCY div SCHEDULER_INTERRUPTS_PER_SECOND) |
|- | |- | ||
|} | |} | ||
Line 1,142: | Line 1,142: | ||
|- | |- | ||
| <code>SCHEDULER_CLOCKS_TOLERANCE:LongWord;</code> | | <code>SCHEDULER_CLOCKS_TOLERANCE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many clock cycles tolerance when scheduling the next scheduler interrupt (Normally SCHEDULER_CLOCKS_PER_INTERRUPT div 10) |
|- | |- | ||
|} | |} | ||
Line 1,148: | Line 1,148: | ||
|- | |- | ||
| <code>SCHEDULER_CPU_COUNT:LongWord;</code> | | <code>SCHEDULER_CPU_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU count used by the scheduler (Requested from CPUGetCount) (Set by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,154: | Line 1,154: | ||
|- | |- | ||
| <code>SCHEDULER_CPU_MASK:LongWord;</code> | | <code>SCHEDULER_CPU_MASK:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current CPU mask used by the scheduler (Requested from CPUGetMask) (Set by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,160: | Line 1,160: | ||
|- | |- | ||
| <code>SCHEDULER_CPU_BOOT:LongWord;</code> | | <code>SCHEDULER_CPU_BOOT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current boot CPU id used by the scheduler (Requested from CPUGetBoot) (Set by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,166: | Line 1,166: | ||
|- | |- | ||
| <code>SCHEDULER_THREAD_QUANTUM:LongWord = 6;</code> | | <code>SCHEDULER_THREAD_QUANTUM:LongWord = 6;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler interrupts for the base thread quantum (Actual quantum is adjusted by priority) |
|- | |- | ||
|} | |} | ||
Line 1,172: | Line 1,172: | ||
|- | |- | ||
| <code>SCHEDULER_PRIORITY_QUANTUM:array of LongWord;</code> | | <code>SCHEDULER_PRIORITY_QUANTUM:array of LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler interrupts to adjust the base thread quantum for each priority level (One per priority level, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,178: | Line 1,178: | ||
|- | |- | ||
| <code>SCHEDULER_MIGRATION_QUANTUM:LongWord = 100;</code> | | <code>SCHEDULER_MIGRATION_QUANTUM:LongWord = 100;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler thread switches between thread migration checks |
|- | |- | ||
|} | |} | ||
Line 1,184: | Line 1,184: | ||
|- | |- | ||
| <code>SCHEDULER_STARVATION_QUANTUM:LongWord = 5;</code> | | <code>SCHEDULER_STARVATION_QUANTUM:LongWord = 5;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler thread switches between thread starvation checks |
|- | |- | ||
|} | |} | ||
Line 1,190: | Line 1,190: | ||
|- | |- | ||
| <code>SCHEDULER_TERMINATION_QUANTUM:LongWord = 30000;</code> | | <code>SCHEDULER_TERMINATION_QUANTUM:LongWord = 30000;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many scheduler interrupts to wait between thread termination and thread destruction |
|- | |- | ||
|} | |} | ||
Line 1,196: | Line 1,196: | ||
|- | |- | ||
| <code>SCHEDULER_MIGRATION_OFFSET:LongWord = 5;</code> | | <code>SCHEDULER_MIGRATION_OFFSET:LongWord = 5;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The minimum offset between CPU thread counts for a migration to occur |
|- | |- | ||
|} | |} | ||
Line 1,202: | Line 1,202: | ||
|- | |- | ||
| <code>SCHEDULER_PRIORITY_MASK:array of LongWord;</code> | | <code>SCHEDULER_PRIORITY_MASK:array of LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Mask value of each thread priority level used for determining highest priority thread (One per priority level, allocated by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,208: | Line 1,208: | ||
|- | |- | ||
| <code>SCHEDULER_FIQ_ENABLED:LongBool;</code> | | <code>SCHEDULER_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The Scheduler uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 1,214: | Line 1,214: | ||
|- | |- | ||
| <code>SCHEDULER_SWI_ENABLED:LongBool;</code> | | <code>SCHEDULER_SWI_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The Scheduler uses Software Interrupts for rescheduling instead of direct context switch |
|- | |- | ||
|} | |} | ||
Line 1,220: | Line 1,220: | ||
|- | |- | ||
| <code>SCHEDULER_SECONDARY_WAIT:LongBool = False;</code> | | <code>SCHEDULER_SECONDARY_WAIT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True all secondary CPUs wait until initialization is completed |
|- | |- | ||
|} | |} | ||
Line 1,226: | Line 1,226: | ||
|- | |- | ||
| <code>SCHEDULER_SECONDARY_DISABLED:LongBool;</code> | | <code>SCHEDULER_SECONDARY_DISABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True all secondary CPUs will be put to sleep during boot |
|- | |- | ||
|} | |} | ||
Line 1,232: | Line 1,232: | ||
|- | |- | ||
| <code>SCHEDULER_IDLE_WAIT:LongBool;</code> | | <code>SCHEDULER_IDLE_WAIT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the idle loop will wait in low power state on each iteration (May affect utilization calculation) |
|- | |- | ||
|} | |} | ||
Line 1,238: | Line 1,238: | ||
|- | |- | ||
| <code>SCHEDULER_IDLE_OFFSET:LongWord;</code> | | <code>SCHEDULER_IDLE_OFFSET:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Idle loop delay per iteration (Milliseconds) |
|- | |- | ||
|} | |} | ||
Line 1,244: | Line 1,244: | ||
|- | |- | ||
| <code>SCHEDULER_IDLE_PER_SECOND:LongWord;</code> | | <code>SCHEDULER_IDLE_PER_SECOND:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many idle loops complete in one second when no other tasks are running (Set by threads initialization) |
|- | |- | ||
|} | |} | ||
Line 1,250: | Line 1,250: | ||
|- | |- | ||
| <code>TIME_TICKS_PER_SCHEDULER_INTERRUPT:LongWord;</code> | | <code>TIME_TICKS_PER_SCHEDULER_INTERRUPT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many 100 nanosecond time ticks per scheduler interrupt |
|- | |- | ||
|} | |} | ||
Line 1,261: | Line 1,261: | ||
|- | |- | ||
| <code>INTERRUPT_REGS_BASE:LongWord;</code> | | <code>INTERRUPT_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the Interrupt Controller registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,267: | Line 1,267: | ||
|- | |- | ||
| <code>SYSTEMTIMER_REGS_BASE:LongWord;</code> | | <code>SYSTEMTIMER_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the System Timer registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,273: | Line 1,273: | ||
|- | |- | ||
| <code>TIMER_REGS_BASE:LongWord;</code> | | <code>TIMER_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the Timer registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,279: | Line 1,279: | ||
|- | |- | ||
| <code>GPIO_REGS_BASE:LongWord;</code> | | <code>GPIO_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the GPIO registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,285: | Line 1,285: | ||
|- | |- | ||
| <code>UART_REGS_BASE:LongWord;</code> | | <code>UART_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the primary UART registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,291: | Line 1,291: | ||
|- | |- | ||
| <code>SPI_REGS_BASE:LongWord;</code> | | <code>SPI_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the primary SPI registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,297: | Line 1,297: | ||
|- | |- | ||
| <code>I2C_REGS_BASE:LongWord;</code> | | <code>I2C_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the primary I2C registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,303: | Line 1,303: | ||
|- | |- | ||
| <code>I2S_REGS_BASE:LongWord;</code> | | <code>I2S_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the primary I2S registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,309: | Line 1,309: | ||
|- | |- | ||
| <code>PWM_REGS_BASE:LongWord;</code> | | <code>PWM_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the primary PWM registers (If Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,320: | Line 1,320: | ||
|- | |- | ||
| <code>POWER_LED_PIN:LongWord = GPIO_PIN_UNKNOWN;</code> | | <code>POWER_LED_PIN:LongWord = GPIO_PIN_UNKNOWN;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPIO Pin for the Power LED (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,326: | Line 1,326: | ||
|- | |- | ||
| <code>POWER_LED_PULL:LongWord = GPIO_PULL_UNKNOWN;</code> | | <code>POWER_LED_PULL:LongWord = GPIO_PULL_UNKNOWN;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPIO Pull Select for the Power LED (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,332: | Line 1,332: | ||
|- | |- | ||
| <code>POWER_LED_FUNCTION:LongWord = GPIO_FUNCTION_UNKNOWN;</code> | | <code>POWER_LED_FUNCTION:LongWord = GPIO_FUNCTION_UNKNOWN;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPIO Function Select for the Power LED (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,338: | Line 1,338: | ||
|- | |- | ||
| <code>POWER_LED_ACTIVE_LOW:LongBool;</code> | | <code>POWER_LED_ACTIVE_LOW:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True the Power LED is Active Low (Clear Pin to Turn On) (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,347: | Line 1,347: | ||
|- | |- | ||
| <code>ACTIVITY_LED_PIN:LongWord = GPIO_PIN_UNKNOWN;</code> | | <code>ACTIVITY_LED_PIN:LongWord = GPIO_PIN_UNKNOWN;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPIO Pin for the Activity LED (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,353: | Line 1,353: | ||
|- | |- | ||
| <code>ACTIVITY_LED_PULL:LongWord = GPIO_PULL_UNKNOWN;</code> | | <code>ACTIVITY_LED_PULL:LongWord = GPIO_PULL_UNKNOWN;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPIO Pull Select for the Activity LED (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,359: | Line 1,359: | ||
|- | |- | ||
| <code>ACTIVITY_LED_FUNCTION:LongWord = GPIO_FUNCTION_UNKNOWN;</code> | | <code>ACTIVITY_LED_FUNCTION:LongWord = GPIO_FUNCTION_UNKNOWN;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The GPIO Function Select for the Activity LED (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,365: | Line 1,365: | ||
|- | |- | ||
| <code>ACTIVITY_LED_ACTIVE_LOW:LongBool;</code> | | <code>ACTIVITY_LED_ACTIVE_LOW:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True the Activity LED is Active Low (Clear Pin to Turn On) (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,376: | Line 1,376: | ||
|- | |- | ||
| <code>CONSOLE_DEFAULT_FORECOLOR:LongWord;</code> | | <code>CONSOLE_DEFAULT_FORECOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default foreground color for the console |
|- | |- | ||
|} | |} | ||
Line 1,382: | Line 1,382: | ||
|- | |- | ||
| <code>CONSOLE_DEFAULT_BACKCOLOR:LongWord;</code> | | <code>CONSOLE_DEFAULT_BACKCOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default background color for the console |
|- | |- | ||
|} | |} | ||
Line 1,388: | Line 1,388: | ||
|- | |- | ||
| <code>CONSOLE_DEFAULT_BORDERWIDTH:LongWord;</code> | | <code>CONSOLE_DEFAULT_BORDERWIDTH:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default border width for the console |
|- | |- | ||
|} | |} | ||
Line 1,394: | Line 1,394: | ||
|- | |- | ||
| <code>CONSOLE_DEFAULT_BORDERCOLOR:LongWord;</code> | | <code>CONSOLE_DEFAULT_BORDERCOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default border color for the console |
|- | |- | ||
|} | |} | ||
Line 1,400: | Line 1,400: | ||
|- | |- | ||
| <code>CONSOLE_DEFAULT_FONT:THandle = INVALID_HANDLE_VALUE;</code> | | <code>CONSOLE_DEFAULT_FONT:THandle = INVALID_HANDLE_VALUE;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Font for the console |
|- | |- | ||
|} | |} | ||
Line 1,406: | Line 1,406: | ||
|- | |- | ||
| <code>CONSOLE_LINE_WRAP:LongBool = True;</code> | | <code>CONSOLE_LINE_WRAP:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then wrap long lines to the next line when writing to the console (Sets CONSOLE_FLAG_LINE_WRAP on device / WINDOW_FLAG_LINE_WRAP on windows) |
|- | |- | ||
|} | |} | ||
Line 1,412: | Line 1,412: | ||
|- | |- | ||
| <code>CONSOLE_AUTO_SCROLL:LongBool = True;</code> | | <code>CONSOLE_AUTO_SCROLL:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then automatically scroll up on reaching the last line of the console (Sets CONSOLE_FLAG_AUTO_SCROLL on device / WINDOW_FLAG_AUTO_SCROLL on windows) |
|- | |- | ||
|} | |} | ||
Line 1,418: | Line 1,418: | ||
|- | |- | ||
| <code>CONSOLE_DMA_BOX:LongBool = True;</code> | | <code>CONSOLE_DMA_BOX:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use DMA (If available) to draw console window boxes (Sets CONSOLE_FLAG_DMA_BOX on device) |
|- | |- | ||
|} | |} | ||
Line 1,424: | Line 1,424: | ||
|- | |- | ||
| <code>CONSOLE_DMA_TEXT:LongBool = False;</code> | | <code>CONSOLE_DMA_TEXT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use DMA (If available) to draw console window text (Sets CONSOLE_FLAG_DMA_TEXT on device) |
|- | |- | ||
|} | |} | ||
Line 1,430: | Line 1,430: | ||
|- | |- | ||
| <code>CONSOLE_DMA_LINE:LongBool = True;</code> | | <code>CONSOLE_DMA_LINE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use DMA (If available) to draw console window lines (Sets CONSOLE_FLAG_DMA_LINE on device) |
|- | |- | ||
|} | |} | ||
Line 1,436: | Line 1,436: | ||
|- | |- | ||
| <code>CONSOLE_DMA_FILL:LongBool = True;</code> | | <code>CONSOLE_DMA_FILL:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use DMA (If available) to fill console windows (Sets CONSOLE_FLAG_DMA_FILL on device) |
|- | |- | ||
|} | |} | ||
Line 1,442: | Line 1,442: | ||
|- | |- | ||
| <code>CONSOLE_DMA_CLEAR:LongBool = True;</code> | | <code>CONSOLE_DMA_CLEAR:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use DMA (If available) to clear console windows (Sets CONSOLE_FLAG_DMA_CLEAR on device) |
|- | |- | ||
|} | |} | ||
Line 1,448: | Line 1,448: | ||
|- | |- | ||
| <code>CONSOLE_DMA_SCROLL:LongBool = True; </code> | | <code>CONSOLE_DMA_SCROLL:LongBool = True; </code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use DMA (If available) to scroll console windows (Sets CONSOLE_FLAG_DMA_SCROLL on device) |
|- | |- | ||
|} | |} | ||
Line 1,454: | Line 1,454: | ||
|- | |- | ||
| <code>CONSOLE_REGISTER_LOGGING:LongBool = False;</code> | | <code>CONSOLE_REGISTER_LOGGING:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register any Console device as a Logging device (Only if Console unit included) |
|- | |- | ||
|} | |} | ||
Line 1,460: | Line 1,460: | ||
|- | |- | ||
| <code>CONSOLE_LOGGING_DEFAULT:LongBool = False;</code> | | <code>CONSOLE_LOGGING_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then a Console device can be the default Logging device |
|- | |- | ||
|} | |} | ||
Line 1,466: | Line 1,466: | ||
|- | |- | ||
| <code>CONSOLE_LOGGING_POSITION:LongWord = CONSOLE_POSITION_RIGHT;</code> | | <code>CONSOLE_LOGGING_POSITION:LongWord = CONSOLE_POSITION_RIGHT;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Console Window position for the console Logging device |
|- | |- | ||
|} | |} | ||
Line 1,472: | Line 1,472: | ||
|- | |- | ||
| <code>CONSOLE_LOGGING_DEVICE:String;</code> | | <code>CONSOLE_LOGGING_DEVICE:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The console device Name (or Desription) to create the Logging window on, if blank create on default device |
|- | |- | ||
|} | |} | ||
Line 1,478: | Line 1,478: | ||
|- | |- | ||
| <code>CONSOLE_CRT_POSITION:LongWord = CONSOLE_POSITION_FULL;</code> | | <code>CONSOLE_CRT_POSITION:LongWord = CONSOLE_POSITION_FULL;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Console Window position for the CRT unit (Only if CRT unit included) |
|- | |- | ||
|} | |} | ||
Line 1,484: | Line 1,484: | ||
|- | |- | ||
| <code>CONSOLE_VIDEO_POSITION:LongWord = CONSOLE_POSITION_FULL;</code> | | <code>CONSOLE_VIDEO_POSITION:LongWord = CONSOLE_POSITION_FULL;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Console Window position for the ConsoleVideo unit (Only if ConsoleVideo unit included) |
|- | |- | ||
|} | |} | ||
Line 1,490: | Line 1,490: | ||
|- | |- | ||
| <code>CONSOLE_VIDEO_DEVICE:String;</code> | | <code>CONSOLE_VIDEO_DEVICE:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The console device Name (or Description) to create the ConsoleVideo window on, if blank create on default device |
|- | |- | ||
|} | |} | ||
Line 1,496: | Line 1,496: | ||
|- | |- | ||
| <code>CONSOLE_VIDEO_WINDOW:THandle = INVALID_HANDLE_VALUE;</code> | | <code>CONSOLE_VIDEO_WINDOW:THandle = INVALID_HANDLE_VALUE;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The console window used or created by the ConsoleVideo unit |
|- | |- | ||
|} | |} | ||
Line 1,502: | Line 1,502: | ||
|- | |- | ||
| <code>CONSOLE_VIDEO_FONT:String;</code> | | <code>CONSOLE_VIDEO_FONT:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The font name to use for the ConsoleVideo window, if blank use the default font (Default8x16) |
|- | |- | ||
|} | |} | ||
Line 1,511: | Line 1,511: | ||
|- | |- | ||
| <code>WINDOW_DEFAULT_FORECOLOR:LongWord;</code> | | <code>WINDOW_DEFAULT_FORECOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default foreground color for console windows |
|- | |- | ||
|} | |} | ||
Line 1,517: | Line 1,517: | ||
|- | |- | ||
| <code>WINDOW_DEFAULT_BACKCOLOR:LongWord;</code> | | <code>WINDOW_DEFAULT_BACKCOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default background color for console windows |
|- | |- | ||
|} | |} | ||
Line 1,523: | Line 1,523: | ||
|- | |- | ||
| <code>WINDOW_DEFAULT_BORDERWIDTH:LongWord;</code> | | <code>WINDOW_DEFAULT_BORDERWIDTH:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default border width for console windows |
|- | |- | ||
|} | |} | ||
Line 1,529: | Line 1,529: | ||
|- | |- | ||
| <code>WINDOW_DEFAULT_BORDERCOLOR:LongWord;</code> | | <code>WINDOW_DEFAULT_BORDERCOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default border color for console windows |
|- | |- | ||
|} | |} | ||
Line 1,535: | Line 1,535: | ||
|- | |- | ||
| <code>WINDOW_DEFAULT_FONT:THandle = INVALID_HANDLE_VALUE;</code> | | <code>WINDOW_DEFAULT_FONT:THandle = INVALID_HANDLE_VALUE;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Font for console windows |
|- | |- | ||
|} | |} | ||
Line 1,544: | Line 1,544: | ||
|- | |- | ||
| <code>FRAMEBUFFER_CONSOLE_AUTOCREATE:LongBool = True;</code> | | <code>FRAMEBUFFER_CONSOLE_AUTOCREATE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto create a console on any framebuffer device (Only if Console unit included) |
|- | |- | ||
|} | |} | ||
Line 1,550: | Line 1,550: | ||
|- | |- | ||
| <code>FRAMEBUFFER_CONSOLE_DEFAULT_DESKTOPOFFSET:LongWord;</code> | | <code>FRAMEBUFFER_CONSOLE_DEFAULT_DESKTOPOFFSET:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default desktop offset for the framebuffer console |
|- | |- | ||
|} | |} | ||
Line 1,556: | Line 1,556: | ||
|- | |- | ||
| <code>FRAMEBUFFER_CONSOLE_DEFAULT_DESKTOPCOLOR:LongWord;</code> | | <code>FRAMEBUFFER_CONSOLE_DEFAULT_DESKTOPCOLOR:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default desktop color for the framebuffer console |
|- | |- | ||
|} | |} | ||
Line 1,565: | Line 1,565: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_DEPTH:LongWord = FRAMEBUFFER_DEPTH_32;</code> | | <code>FRAMEBUFFER_DEFAULT_DEPTH:LongWord = FRAMEBUFFER_DEPTH_32;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer depth in bits per pixel |
|- | |- | ||
|} | |} | ||
Line 1,571: | Line 1,571: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_ORDER:LongWord = FRAMEBUFFER_ORDER_RGB;</code> | | <code>FRAMEBUFFER_DEFAULT_ORDER:LongWord = FRAMEBUFFER_ORDER_RGB;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer pixel order |
|- | |- | ||
|} | |} | ||
Line 1,577: | Line 1,577: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_MODE:LongWord = FRAMEBUFFER_MODE_ENABLED;</code> | | <code>FRAMEBUFFER_DEFAULT_MODE:LongWord = FRAMEBUFFER_MODE_ENABLED;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer alpha mode |
|- | |- | ||
|} | |} | ||
Line 1,583: | Line 1,583: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_WIDTH:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_WIDTH:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer width in pixels |
|- | |- | ||
|} | |} | ||
Line 1,589: | Line 1,589: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_HEIGHT:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_HEIGHT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer height in pixels |
|- | |- | ||
|} | |} | ||
Line 1,595: | Line 1,595: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_OFFSET_X:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_OFFSET_X:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Configured) Framebuffer X offset in pixels |
|- | |- | ||
|} | |} | ||
Line 1,601: | Line 1,601: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_OFFSET_Y:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_OFFSET_Y:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Configured) Framebuffer Y offset in pixels |
|- | |- | ||
|} | |} | ||
Line 1,607: | Line 1,607: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_OVERSCAN_TOP:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_OVERSCAN_TOP:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer Top overscan in pixels |
|- | |- | ||
|} | |} | ||
Line 1,613: | Line 1,613: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_OVERSCAN_BOTTOM:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_OVERSCAN_BOTTOM:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer Bottom overscan in pixels |
|- | |- | ||
|} | |} | ||
Line 1,619: | Line 1,619: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_OVERSCAN_LEFT:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_OVERSCAN_LEFT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer Left overscan in pixels |
|- | |- | ||
|} | |} | ||
Line 1,625: | Line 1,625: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_OVERSCAN_RIGHT:LongWord;</code> | | <code>FRAMEBUFFER_DEFAULT_OVERSCAN_RIGHT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer Right overscan in pixels |
|- | |- | ||
|} | |} | ||
Line 1,631: | Line 1,631: | ||
|- | |- | ||
| <code>FRAMEBUFFER_DEFAULT_ROTATION:LongWord = FRAMEBUFFER_ROTATION_0;</code> | | <code>FRAMEBUFFER_DEFAULT_ROTATION:LongWord = FRAMEBUFFER_ROTATION_0;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default (Detected / Configured) Framebuffer rotation on degress (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,642: | Line 1,642: | ||
|- | |- | ||
| <code>KERNEL_NAME:PChar;</code> | | <code>KERNEL_NAME:PChar;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The name of the Kernel image (Returned by ParamStr(0) or argv[0]) |
|- | |- | ||
|} | |} | ||
Line 1,648: | Line 1,648: | ||
|- | |- | ||
| <code>KERNEL_CONFIG:PChar;</code> | | <code>KERNEL_CONFIG:PChar;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The name of the Kernel configuration file (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,654: | Line 1,654: | ||
|- | |- | ||
| <code>KERNEL_COMMAND:PChar;</code> | | <code>KERNEL_COMMAND:PChar;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The name of the Kernel command line file (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 1,663: | Line 1,663: | ||
|- | |- | ||
| <code>ENVIRONMENT_STRING_COUNT:LongWord = SIZE_64;</code> | | <code>ENVIRONMENT_STRING_COUNT:LongWord = SIZE_64;</code> | ||
− | | style="width: | + | | style="width: 40%;"|How many strings are allocated in the environment block (for Get/SetEnvironmentVariable) |
|- | |- | ||
|} | |} | ||
Line 1,672: | Line 1,672: | ||
|- | |- | ||
| <code>TIMEZONE_TIME_OFFSET:LongInt;</code> | | <code>TIMEZONE_TIME_OFFSET:LongInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current time offset between UTC and Local time (Minutes) |
|- | |- | ||
|} | |} | ||
Line 1,678: | Line 1,678: | ||
|- | |- | ||
| <code>TIMEZONE_TIME_ADJUST:LongInt;</code> | | <code>TIMEZONE_TIME_ADJUST:LongInt;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current time offset between Local and Adjusted time (Minutes) |
|- | |- | ||
|} | |} | ||
Line 1,684: | Line 1,684: | ||
|- | |- | ||
| <code>TIMEZONE_UPDATE_LAST:Int64;</code> | | <code>TIMEZONE_UPDATE_LAST:Int64;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The clock time of the last timezone update check |
|- | |- | ||
|} | |} | ||
Line 1,690: | Line 1,690: | ||
|- | |- | ||
| <code>TIMEZONE_UPDATE_CURRENT:LongBool;</code> | | <code>TIMEZONE_UPDATE_CURRENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If true then a timezone update check is in progress |
|- | |- | ||
|} | |} | ||
Line 1,696: | Line 1,696: | ||
|- | |- | ||
| <code>TIMEZONE_DEFAULT_NAME:String;</code> | | <code>TIMEZONE_DEFAULT_NAME:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The name of the default timezone |
|- | |- | ||
|} | |} | ||
Line 1,706: | Line 1,706: | ||
|- | |- | ||
| <code>DMA_ALIGNMENT:LongWord;</code> | | <code>DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 1,712: | Line 1,712: | ||
|- | |- | ||
| <code>DMA_MULTIPLIER:LongWord;</code> | | <code>DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 1,718: | Line 1,718: | ||
|- | |- | ||
| <code>DMA_SHARED_MEMORY:LongBool;</code> | | <code>DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,724: | Line 1,724: | ||
|- | |- | ||
| <code>DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,730: | Line 1,730: | ||
|- | |- | ||
| <code>DMA_BUS_ADDRESSES:LongBool;</code> | | <code>DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DMA control blocks and DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 1,736: | Line 1,736: | ||
|- | |- | ||
| <code>DMA_CACHE_COHERENT:LongBool;</code> | | <code>DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DMA control blocks and DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 1,747: | Line 1,747: | ||
|- | |- | ||
| <code>DEVICE_SHARED_MEMORY:LongBool;</code> | | <code>DEVICE_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Devices are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,753: | Line 1,753: | ||
|- | |- | ||
| <code>DEVICE_REGISTER_CLOCK:LongBool = False;</code> | | <code>DEVICE_REGISTER_CLOCK:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the default clock device handlers (Default False) |
|- | |- | ||
|} | |} | ||
Line 1,759: | Line 1,759: | ||
|- | |- | ||
| <code>DEVICE_REGISTER_TIMER:LongBool = True;</code> | | <code>DEVICE_REGISTER_TIMER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the default timer device handlers |
|- | |- | ||
|} | |} | ||
Line 1,765: | Line 1,765: | ||
|- | |- | ||
| <code>DEVICE_REGISTER_RANDOM:LongBool = True;</code> | | <code>DEVICE_REGISTER_RANDOM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the default random device handlers |
|- | |- | ||
|} | |} | ||
Line 1,771: | Line 1,771: | ||
|- | |- | ||
| <code>DEVICE_REGISTER_MAILBOX:LongBool = True;</code> | | <code>DEVICE_REGISTER_MAILBOX:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the default mailbox device handlers |
|- | |- | ||
|} | |} | ||
Line 1,777: | Line 1,777: | ||
|- | |- | ||
| <code>DEVICE_REGISTER_WATCHDOG:LongBool = True;</code> | | <code>DEVICE_REGISTER_WATCHDOG:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the default watchdog device handlers |
|- | |- | ||
|} | |} | ||
Line 1,788: | Line 1,788: | ||
|- | |- | ||
| <code>DRIVER_SHARED_MEMORY:LongBool;</code> | | <code>DRIVER_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Drivers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,799: | Line 1,799: | ||
|- | |- | ||
| <code>HOST_SHARED_MEMORY:LongBool;</code> | | <code>HOST_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Hosts are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,808: | Line 1,808: | ||
|- | |- | ||
| <code>SERIAL_REGISTER_LOGGING:LongBool = False;</code> | | <code>SERIAL_REGISTER_LOGGING:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register any Serial device as a Logging device (Only if Serial unit included) |
|- | |- | ||
|} | |} | ||
Line 1,814: | Line 1,814: | ||
|- | |- | ||
| <code>SERIAL_LOGGING_DEFAULT:LongBool = False;</code> | | <code>SERIAL_LOGGING_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then a Serial device can be the default Logging device |
|- | |- | ||
|} | |} | ||
Line 1,820: | Line 1,820: | ||
|- | |- | ||
| <code>SERIAL_LOGGING_PARAMETERS:String = '0,N,8,1';</code> | | <code>SERIAL_LOGGING_PARAMETERS:String = '0,N,8,1';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default serial settings for the serial logging device (BaudRate,Parity,DataBits,StopBits)(BaudRate 0 equals use default rate) |
|- | |- | ||
|} | |} | ||
Line 1,830: | Line 1,830: | ||
|- | |- | ||
| <code>LOGGING_DIRECT_ENABLE:LongBool;</code> | | <code>LOGGING_DIRECT_ENABLE:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then logging output is written directly and not scheduled via the logging thread |
|- | |- | ||
|} | |} | ||
Line 1,836: | Line 1,836: | ||
|- | |- | ||
| <code>LOGGING_MESSAGESLOT_MAXIMUM:LongWord = SIZE_8K;</code> | | <code>LOGGING_MESSAGESLOT_MAXIMUM:LongWord = SIZE_8K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum number of messages for the logging messageslot |
|- | |- | ||
|} | |} | ||
Line 1,845: | Line 1,845: | ||
|- | |- | ||
| <code>SYSCALLS_HEAP_BASE:PtrUInt = $C0000000;</code> | | <code>SYSCALLS_HEAP_BASE:PtrUInt = $C0000000;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The starting address for the dynamic C library heap space (Only if Syscalls unit included)(0 equals use static heap space only) |
|- | |- | ||
|} | |} | ||
Line 1,851: | Line 1,851: | ||
|- | |- | ||
| <code>SYSCALLS_HEAP_MIN:LongWord = SIZE_2M;</code> | | <code>SYSCALLS_HEAP_MIN:LongWord = SIZE_2M;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The minimum size of the dynamic C library heap space (Only if Syscalls unit included)(Or the total size if using static heap space) |
|- | |- | ||
|} | |} | ||
Line 1,857: | Line 1,857: | ||
|- | |- | ||
| <code>SYSCALLS_HEAP_MAX:LongWord = SIZE_1G;</code> | | <code>SYSCALLS_HEAP_MAX:LongWord = SIZE_1G;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The maximum size of the dynamic C library heap space (Only if Syscalls unit included)(Ignored if using static heap space only) |
|- | |- | ||
|} | |} | ||
Line 1,863: | Line 1,863: | ||
|- | |- | ||
| <code>SYSCALLS_HEAP_BLOCKSIZE:LongWord = SIZE_1M;</code> | | <code>SYSCALLS_HEAP_BLOCKSIZE:LongWord = SIZE_1M;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The block size to request from the heap manager on each expansion of the dynamic C library heap space (Only if Syscalls unit included) |
|- | |- | ||
|} | |} | ||
Line 1,874: | Line 1,874: | ||
|- | |- | ||
| <code>GPIO_PIN_COUNT:LongWord;</code> | | <code>GPIO_PIN_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of GPIO pins available on this board |
|- | |- | ||
|} | |} | ||
Line 1,883: | Line 1,883: | ||
|- | |- | ||
| <code>VIRTUAL_GPIO_PIN_COUNT:LongWord;</code> | | <code>VIRTUAL_GPIO_PIN_COUNT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of Virtual GPIO pins available on this board |
|- | |- | ||
|} | |} | ||
Line 1,892: | Line 1,892: | ||
|- | |- | ||
| <code>KEYBOARD_NUM_LOCK_DEFAULT:LongBool = True;</code> | | <code>KEYBOARD_NUM_LOCK_DEFAULT:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then set Num Lock to On by default for all keyboards (Default: True) |
|- | |- | ||
|} | |} | ||
Line 1,898: | Line 1,898: | ||
|- | |- | ||
| <code>KEYBOARD_CAPS_LOCK_DEFAULT:LongBool = False;</code> | | <code>KEYBOARD_CAPS_LOCK_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then set Caps Lock to On by default for all keyboards |
|- | |- | ||
|} | |} | ||
Line 1,904: | Line 1,904: | ||
|- | |- | ||
| <code>KEYBOARD_SCROLL_LOCK_DEFAULT:LongBool = False;</code> | | <code>KEYBOARD_SCROLL_LOCK_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then set Scroll Lock to On by default for all keyboards |
|- | |- | ||
|} | |} | ||
Line 1,910: | Line 1,910: | ||
|- | |- | ||
| <code>KEYBOARD_CTRL_ALT_IS_ALTGR:LongBool = False;</code> | | <code>KEYBOARD_CTRL_ALT_IS_ALTGR:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then pressing Ctrl+Alt acts as the AltGr key |
|- | |- | ||
|} | |} | ||
Line 1,916: | Line 1,916: | ||
|- | |- | ||
| <code>KEYBOARD_SHIFT_IS_CAPS_LOCK_OFF:LongBool = False;</code> | | <code>KEYBOARD_SHIFT_IS_CAPS_LOCK_OFF:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then pressing Shift turns Off Caps Lock |
|- | |- | ||
|} | |} | ||
Line 1,925: | Line 1,925: | ||
|- | |- | ||
| <code>MOUSE_SWAP_BUTTONS_DEFAULT:LongBool = False;</code> | | <code>MOUSE_SWAP_BUTTONS_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then set Swap Buttons (Left <-> Right) to On by default for all mice |
|- | |- | ||
|} | |} | ||
Line 1,934: | Line 1,934: | ||
|- | |- | ||
| <code>TOUCH_MOUSE_DATA_DEFAULT:LongBool = True;</code> | | <code>TOUCH_MOUSE_DATA_DEFAULT:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then set all touch devices to add mouse data events for compatibility (Default: True) |
|- | |- | ||
|} | |} | ||
Line 1,943: | Line 1,943: | ||
|- | |- | ||
| <code>USB_AUTOSTART:LongBool = True;</code> | | <code>USB_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the USB subsystem on boot (Only if USB unit included) |
|- | |- | ||
|} | |} | ||
Line 1,949: | Line 1,949: | ||
|- | |- | ||
| <code>USB_ASYNCSTART:LongBool = True;</code> | | <code>USB_ASYNCSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start asynchronously using a worker thread instead of the main thread |
|- | |- | ||
|} | |} | ||
Line 1,955: | Line 1,955: | ||
|- | |- | ||
| <code>USB_DMA_ALIGNMENT:LongWord;</code> | | <code>USB_DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for USB DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 1,961: | Line 1,961: | ||
|- | |- | ||
| <code>USB_DMA_MULTIPLIER:LongWord;</code> | | <code>USB_DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for USB DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 1,967: | Line 1,967: | ||
|- | |- | ||
| <code>USB_DMA_SHARED_MEMORY:LongBool;</code> | | <code>USB_DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|USB DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,973: | Line 1,973: | ||
|- | |- | ||
| <code>USB_DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>USB_DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|USB DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 1,979: | Line 1,979: | ||
|- | |- | ||
| <code>USB_DMA_BUS_ADDRESSES:LongBool;</code> | | <code>USB_DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|USB DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 1,985: | Line 1,985: | ||
|- | |- | ||
| <code>USB_DMA_CACHE_COHERENT:LongBool;</code> | | <code>USB_DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|USB DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 1,994: | Line 1,994: | ||
|- | |- | ||
| <code>MMC_AUTOSTART:LongBool = True;</code> | | <code>MMC_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the MMC/SD subsystem on boot (Only if MMC unit included) |
|- | |- | ||
|} | |} | ||
Line 2,000: | Line 2,000: | ||
|- | |- | ||
| <code>MMC_ASYNCSTART:LongBool = True;</code> | | <code>MMC_ASYNCSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start asynchronously using a worker thread instead of the main thread |
|- | |- | ||
|} | |} | ||
Line 2,006: | Line 2,006: | ||
|- | |- | ||
| <code>MMC_DMA_ALIGNMENT:LongWord;</code> | | <code>MMC_DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for MMC DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,012: | Line 2,012: | ||
|- | |- | ||
| <code>MMC_DMA_MULTIPLIER:LongWord;</code> | | <code>MMC_DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for MMC DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,018: | Line 2,018: | ||
|- | |- | ||
| <code>MMC_DMA_SHARED_MEMORY:LongBool;</code> | | <code>MMC_DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|MMC DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,024: | Line 2,024: | ||
|- | |- | ||
| <code>MMC_DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>MMC_DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|MMC DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,030: | Line 2,030: | ||
|- | |- | ||
| <code>MMC_DMA_BUS_ADDRESSES:LongBool;</code> | | <code>MMC_DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|MMC DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 2,036: | Line 2,036: | ||
|- | |- | ||
| <code>MMC_DMA_CACHE_COHERENT:LongBool;</code> | | <code>MMC_DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|MMC DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 2,045: | Line 2,045: | ||
|- | |- | ||
| <code>USB_HUB_MESSAGESLOT_MAXIMUM:LongWord = SIZE_512;</code> | | <code>USB_HUB_MESSAGESLOT_MAXIMUM:LongWord = SIZE_512;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Maximum number of messages for the USB hub messageslot |
|- | |- | ||
|} | |} | ||
Line 2,054: | Line 2,054: | ||
|- | |- | ||
| <code>USB_KEYBOARD_POLLING_INTERVAL:LongWord = 10;</code> | | <code>USB_KEYBOARD_POLLING_INTERVAL:LongWord = 10;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Override the default polling interval for a USB keyboard (Milliseconds) |
|- | |- | ||
|} | |} | ||
Line 2,063: | Line 2,063: | ||
|- | |- | ||
| <code>USB_MOUSE_POLLING_INTERVAL:LongWord = 10;</code> | | <code>USB_MOUSE_POLLING_INTERVAL:LongWord = 10;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Override the default polling interval for a USB mouse (Milliseconds) |
|- | |- | ||
|} | |} | ||
Line 2,072: | Line 2,072: | ||
|- | |- | ||
| <code>USB_STORAGE_FORCE_REMOVABLE:LongBool;</code> | | <code>USB_STORAGE_FORCE_REMOVABLE:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then all USB storage devices will be assumed to be removable |
|- | |- | ||
|} | |} | ||
Line 2,083: | Line 2,083: | ||
|- | |- | ||
| <code>DWCOTG_IRQ:LongWord;</code> | | <code>DWCOTG_IRQ:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The IRQ number of the DWCOTG device |
|- | |- | ||
|} | |} | ||
Line 2,089: | Line 2,089: | ||
|- | |- | ||
| <code>DWCOTG_POWER_ID:LongWord;</code> | | <code>DWCOTG_POWER_ID:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The power id of the DWCOTG device |
|- | |- | ||
|} | |} | ||
Line 2,095: | Line 2,095: | ||
|- | |- | ||
| <code>DWCOTG_REGS_BASE:LongWord;</code> | | <code>DWCOTG_REGS_BASE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The base address of the DWCOTG registers |
|- | |- | ||
|} | |} | ||
Line 2,101: | Line 2,101: | ||
|- | |- | ||
| <code>DWCOTG_FIQ_ENABLED:LongBool;</code> | | <code>DWCOTG_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The DWCOTG device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,107: | Line 2,107: | ||
|- | |- | ||
| <code>DWCOTG_DMA_ALIGNMENT:LongWord;</code> | | <code>DWCOTG_DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for DWCOTG DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,113: | Line 2,113: | ||
|- | |- | ||
| <code>DWCOTG_DMA_MULTIPLIER:LongWord;</code> | | <code>DWCOTG_DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for DWCOTG DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,119: | Line 2,119: | ||
|- | |- | ||
| <code>DWCOTG_DMA_SHARED_MEMORY:LongBool;</code> | | <code>DWCOTG_DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DWCOTG DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,125: | Line 2,125: | ||
|- | |- | ||
| <code>DWCOTG_DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>DWCOTG_DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DWCOTG DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,131: | Line 2,131: | ||
|- | |- | ||
| <code>DWCOTG_DMA_BUS_ADDRESSES:LongBool;</code> | | <code>DWCOTG_DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DWCOTG DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 2,137: | Line 2,137: | ||
|- | |- | ||
| <code>DWCOTG_DMA_CACHE_COHERENT:LongBool;</code> | | <code>DWCOTG_DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DWCOTG DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 2,143: | Line 2,143: | ||
|- | |- | ||
| <code>DWCOTG_HOST_FRAME_INTERVAL:LongBool;</code> | | <code>DWCOTG_HOST_FRAME_INTERVAL:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Update the host frame interval register on root port enable if True |
|- | |- | ||
|} | |} | ||
Line 2,152: | Line 2,152: | ||
|- | |- | ||
| <code>SMSC95XX_MAC_ADDRESS:String;</code> | | <code>SMSC95XX_MAC_ADDRESS:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The preconfigured MAC address for an SMSC95XX device |
|- | |- | ||
|} | |} | ||
Line 2,161: | Line 2,161: | ||
|- | |- | ||
| <code>BCM2708DMA_ALIGNMENT:LongWord;</code> | | <code>BCM2708DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for BCM2708 DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,167: | Line 2,167: | ||
|- | |- | ||
| <code>BCM2708DMA_MULTIPLIER:LongWord;</code> | | <code>BCM2708DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for BCM2708 DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,173: | Line 2,173: | ||
|- | |- | ||
| <code>BCM2708DMA_SHARED_MEMORY:LongBool;</code> | | <code>BCM2708DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2708 DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,179: | Line 2,179: | ||
|- | |- | ||
| <code>BCM2708DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>BCM2708DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2708 DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,185: | Line 2,185: | ||
|- | |- | ||
| <code>BCM2708DMA_BUS_ADDRESSES:LongBool;</code> | | <code>BCM2708DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2708 DMA control blocks and DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 2,191: | Line 2,191: | ||
|- | |- | ||
| <code>BCM2708DMA_CACHE_COHERENT:LongBool;</code> | | <code>BCM2708DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2708 DMA control blocks and DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 2,197: | Line 2,197: | ||
|- | |- | ||
| <code>BCM2708I2C_COMBINED_WRITEREAD:LongBool;</code> | | <code>BCM2708I2C_COMBINED_WRITEREAD:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the BCM2708 I2C driver can do combined Write/Read transactions |
|- | |- | ||
|} | |} | ||
Line 2,203: | Line 2,203: | ||
|- | |- | ||
| <code>BCM2708SDHCI_FIQ_ENABLED:LongBool;</code> | | <code>BCM2708SDHCI_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2708 SDHCI device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,209: | Line 2,209: | ||
|- | |- | ||
| <code>BCM2708ARM_TIMER_FIQ_ENABLED:LongBool;</code> | | <code>BCM2708ARM_TIMER_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2708 ARM Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,215: | Line 2,215: | ||
|- | |- | ||
| <code>BCM2708FRAMEBUFFER_ALIGNMENT:LongWord;</code> | | <code>BCM2708FRAMEBUFFER_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The memory alignment for the BCM2708 Framebuffer device |
|- | |- | ||
|} | |} | ||
Line 2,221: | Line 2,221: | ||
|- | |- | ||
| <code>BCM2708FRAMEBUFFER_CACHED:LongBool;</code> | | <code>BCM2708FRAMEBUFFER_CACHED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the BCM2708 Framebuffer device is in cached memory (Requires CleanCacheRange on write) |
|- | |- | ||
|} | |} | ||
Line 2,227: | Line 2,227: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_SPI0:LongBool = True;</code> | | <code>BCM2708_REGISTER_SPI0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 SPI0 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,233: | Line 2,233: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_SPI1:LongBool = True;</code> | | <code>BCM2708_REGISTER_SPI1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 SPI1 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,239: | Line 2,239: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_SPI2:LongBool = True;</code> | | <code>BCM2708_REGISTER_SPI2:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 SPI2 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,245: | Line 2,245: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_I2C0:LongBool = True;</code> | | <code>BCM2708_REGISTER_I2C0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 I2C0 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,251: | Line 2,251: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_I2C1:LongBool = True;</code> | | <code>BCM2708_REGISTER_I2C1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 I2C1 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,257: | Line 2,257: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_DMA:LongBool = True;</code> | | <code>BCM2708_REGISTER_DMA:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 DMA host during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,263: | Line 2,263: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_PWM:LongBool = True;</code> | | <code>BCM2708_REGISTER_PWM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 PWM device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,269: | Line 2,269: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_PCM:LongBool = True;</code> | | <code>BCM2708_REGISTER_PCM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 PCM device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,275: | Line 2,275: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_GPIO:LongBool = True;</code> | | <code>BCM2708_REGISTER_GPIO:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 GPIO device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,281: | Line 2,281: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_UART0:LongBool = True;</code> | | <code>BCM2708_REGISTER_UART0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 UART0 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,287: | Line 2,287: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_UART1:LongBool = True;</code> | | <code>BCM2708_REGISTER_UART1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 UART1 device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,293: | Line 2,293: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_SDHCI:LongBool = True;</code> | | <code>BCM2708_REGISTER_SDHCI:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 SDHCI host during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,299: | Line 2,299: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_SPISLAVE:LongBool = True;</code> | | <code>BCM2708_REGISTER_SPISLAVE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 SPI slave device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,305: | Line 2,305: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_I2CSLAVE:LongBool = True;</code> | | <code>BCM2708_REGISTER_I2CSLAVE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 I2C slave device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,311: | Line 2,311: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_PWMAUDIO:LongBool = True;</code> | | <code>BCM2708_REGISTER_PWMAUDIO:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 PWM Audio device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,317: | Line 2,317: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_SYS_CLOCK:LongBool = True;</code> | | <code>BCM2708_REGISTER_SYS_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 System Timer Clock device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,323: | Line 2,323: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_ARM_CLOCK:LongBool = True;</code> | | <code>BCM2708_REGISTER_ARM_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 ARM Timer Clock device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,329: | Line 2,329: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_ARM_TIMER:LongBool = True;</code> | | <code>BCM2708_REGISTER_ARM_TIMER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 ARM Timer device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,335: | Line 2,335: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_RANDOM:LongBool = True;</code> | | <code>BCM2708_REGISTER_RANDOM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 Random device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,341: | Line 2,341: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_MAILBOX:LongBool = True;</code> | | <code>BCM2708_REGISTER_MAILBOX:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 Mailbox device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,347: | Line 2,347: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_WATCHDOG:LongBool = True;</code> | | <code>BCM2708_REGISTER_WATCHDOG:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 Watchdog device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,353: | Line 2,353: | ||
|- | |- | ||
| <code>BCM2708_REGISTER_FRAMEBUFFER:LongBool = True;</code> | | <code>BCM2708_REGISTER_FRAMEBUFFER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2708 Framebuffer device during boot (Only if BCM2708 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,362: | Line 2,362: | ||
|- | |- | ||
| <code>BCM2709DMA_ALIGNMENT:LongWord;</code> | | <code>BCM2709DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for BCM2709 DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,368: | Line 2,368: | ||
|- | |- | ||
| <code>BCM2709DMA_MULTIPLIER:LongWord;</code> | | <code>BCM2709DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for BCM2709 DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,374: | Line 2,374: | ||
|- | |- | ||
| <code>BCM2709DMA_SHARED_MEMORY:LongBool;</code> | | <code>BCM2709DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2709 DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,380: | Line 2,380: | ||
|- | |- | ||
| <code>BCM2709DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>BCM2709DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2709 DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,386: | Line 2,386: | ||
|- | |- | ||
| <code>BCM2709DMA_BUS_ADDRESSES:LongBool;</code> | | <code>BCM2709DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2709 DMA control blocks and DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 2,392: | Line 2,392: | ||
|- | |- | ||
| <code>BCM2709DMA_CACHE_COHERENT:LongBool;</code> | | <code>BCM2709DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2709 DMA control blocks and DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 2,398: | Line 2,398: | ||
|- | |- | ||
| <code>BCM2709I2C_COMBINED_WRITEREAD:LongBool;</code> | | <code>BCM2709I2C_COMBINED_WRITEREAD:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the BCM2709 I2C driver can do combined Write/Read transactions |
|- | |- | ||
|} | |} | ||
Line 2,404: | Line 2,404: | ||
|- | |- | ||
| <code>BCM2709SDHCI_FIQ_ENABLED:LongBool;</code> | | <code>BCM2709SDHCI_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2709 SDHCI device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,410: | Line 2,410: | ||
|- | |- | ||
| <code>BCM2709ARM_TIMER_FIQ_ENABLED:LongBool;</code> | | <code>BCM2709ARM_TIMER_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2709 ARM Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,416: | Line 2,416: | ||
|- | |- | ||
| <code>BCM2709LOCAL_TIMER_FIQ_ENABLED:LongBool;</code> | | <code>BCM2709LOCAL_TIMER_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2709 Local Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,422: | Line 2,422: | ||
|- | |- | ||
| <code>BCM2709FRAMEBUFFER_ALIGNMENT:LongWord;</code> | | <code>BCM2709FRAMEBUFFER_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The memory alignment for the BCM2709 Framebuffer device |
|- | |- | ||
|} | |} | ||
Line 2,428: | Line 2,428: | ||
|- | |- | ||
| <code>BCM2709FRAMEBUFFER_CACHED:LongBool;</code> | | <code>BCM2709FRAMEBUFFER_CACHED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the BCM2709 Framebuffer device is in cached memory (Requires CleanCacheRange on write) |
|- | |- | ||
|} | |} | ||
Line 2,434: | Line 2,434: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_SPI0:LongBool = True;</code> | | <code>BCM2709_REGISTER_SPI0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 SPI0 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,440: | Line 2,440: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_SPI1:LongBool = True;</code> | | <code>BCM2709_REGISTER_SPI1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 SPI1 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,446: | Line 2,446: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_SPI2:LongBool = True;</code> | | <code>BCM2709_REGISTER_SPI2:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 SPI2 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,452: | Line 2,452: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_I2C0:LongBool = True;</code> | | <code>BCM2709_REGISTER_I2C0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 I2C0 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,458: | Line 2,458: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_I2C1:LongBool = True;</code> | | <code>BCM2709_REGISTER_I2C1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 I2C1 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,464: | Line 2,464: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_DMA:LongBool = True;</code> | | <code>BCM2709_REGISTER_DMA:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 DMA host during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,470: | Line 2,470: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_PWM:LongBool = True;</code> | | <code>BCM2709_REGISTER_PWM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 PWM device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,476: | Line 2,476: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_PCM:LongBool = True;</code> | | <code>BCM2709_REGISTER_PCM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 PCM device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,482: | Line 2,482: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_GPIO:LongBool = True;</code> | | <code>BCM2709_REGISTER_GPIO:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 GPIO device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,488: | Line 2,488: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_UART0:LongBool = True;</code> | | <code>BCM2709_REGISTER_UART0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 UART0 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,494: | Line 2,494: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_UART1:LongBool = True;</code> | | <code>BCM2709_REGISTER_UART1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 UART1 device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,500: | Line 2,500: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_SDHCI:LongBool = True;</code> | | <code>BCM2709_REGISTER_SDHCI:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 SDHCI host during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,506: | Line 2,506: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_SPISLAVE:LongBool = True;</code> | | <code>BCM2709_REGISTER_SPISLAVE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 SPI slave device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,512: | Line 2,512: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_I2CSLAVE:LongBool = True;</code> | | <code>BCM2709_REGISTER_I2CSLAVE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 I2C slave device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,518: | Line 2,518: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_PWMAUDIO:LongBool = True;</code> | | <code>BCM2709_REGISTER_PWMAUDIO:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 PWM Audio device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,524: | Line 2,524: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_SYS_CLOCK:LongBool = True;</code> | | <code>BCM2709_REGISTER_SYS_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 System Timer Clock device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,530: | Line 2,530: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_ARM_CLOCK:LongBool = True;</code> | | <code>BCM2709_REGISTER_ARM_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 ARM Timer Clock device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,536: | Line 2,536: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_LOCAL_CLOCK:LongBool = True;</code> | | <code>BCM2709_REGISTER_LOCAL_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 Local Timer Clock device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,542: | Line 2,542: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_ARM_TIMER:LongBool = True;</code> | | <code>BCM2709_REGISTER_ARM_TIMER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 ARM Timer device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,548: | Line 2,548: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_LOCAL_TIMER:LongBool = True;</code> | | <code>BCM2709_REGISTER_LOCAL_TIMER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 Local Timer device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,554: | Line 2,554: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_RANDOM:LongBool = True;</code> | | <code>BCM2709_REGISTER_RANDOM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 Random device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,560: | Line 2,560: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_MAILBOX:LongBool = True;</code> | | <code>BCM2709_REGISTER_MAILBOX:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 Mailbox device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,566: | Line 2,566: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_WATCHDOG:LongBool = True;</code> | | <code>BCM2709_REGISTER_WATCHDOG:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 Watchdog device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,572: | Line 2,572: | ||
|- | |- | ||
| <code>BCM2709_REGISTER_FRAMEBUFFER:LongBool = True;</code> | | <code>BCM2709_REGISTER_FRAMEBUFFER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2709 Framebuffer device during boot (Only if BCM2709 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,581: | Line 2,581: | ||
|- | |- | ||
| <code>BCM2710DMA_ALIGNMENT:LongWord;</code> | | <code>BCM2710DMA_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default alignment for BCM2710 DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,587: | Line 2,587: | ||
|- | |- | ||
| <code>BCM2710DMA_MULTIPLIER:LongWord;</code> | | <code>BCM2710DMA_MULTIPLIER:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default multiplier for BCM2710 DMA memory allocations |
|- | |- | ||
|} | |} | ||
Line 2,593: | Line 2,593: | ||
|- | |- | ||
| <code>BCM2710DMA_SHARED_MEMORY:LongBool;</code> | | <code>BCM2710DMA_SHARED_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2710 DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,599: | Line 2,599: | ||
|- | |- | ||
| <code>BCM2710DMA_NOCACHE_MEMORY:LongBool;</code> | | <code>BCM2710DMA_NOCACHE_MEMORY:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2710 DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
|- | |- | ||
|} | |} | ||
Line 2,605: | Line 2,605: | ||
|- | |- | ||
| <code>BCM2710DMA_BUS_ADDRESSES:LongBool;</code> | | <code>BCM2710DMA_BUS_ADDRESSES:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2710 DMA control blocks and DMA buffers are referenced by Bus addresses if True |
|- | |- | ||
|} | |} | ||
Line 2,611: | Line 2,611: | ||
|- | |- | ||
| <code>BCM2710DMA_CACHE_COHERENT:LongBool;</code> | | <code>BCM2710DMA_CACHE_COHERENT:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BCM2710 DMA control blocks and DMA buffers are considered cache coherent if True |
|- | |- | ||
|} | |} | ||
Line 2,617: | Line 2,617: | ||
|- | |- | ||
| <code>BCM2710I2C_COMBINED_WRITEREAD:LongBool;</code> | | <code>BCM2710I2C_COMBINED_WRITEREAD:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the BCM2710 I2C driver can do combined Write/Read transactions |
|- | |- | ||
|} | |} | ||
Line 2,623: | Line 2,623: | ||
|- | |- | ||
| <code>BCM2710SDHCI_FIQ_ENABLED:LongBool;</code> | | <code>BCM2710SDHCI_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2710 SDHCI device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,629: | Line 2,629: | ||
|- | |- | ||
| <code>BCM2710ARM_TIMER_FIQ_ENABLED:LongBool;</code> | | <code>BCM2710ARM_TIMER_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2710 ARM Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,635: | Line 2,635: | ||
|- | |- | ||
| <code>BCM2710LOCAL_TIMER_FIQ_ENABLED:LongBool;</code> | | <code>BCM2710LOCAL_TIMER_FIQ_ENABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The BCM2710 Local Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
|- | |- | ||
|} | |} | ||
Line 2,641: | Line 2,641: | ||
|- | |- | ||
| <code>BCM2710FRAMEBUFFER_ALIGNMENT:LongWord;</code> | | <code>BCM2710FRAMEBUFFER_ALIGNMENT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The memory alignment for the BCM2710 Framebuffer device |
|- | |- | ||
|} | |} | ||
Line 2,647: | Line 2,647: | ||
|- | |- | ||
| <code>BCM2710FRAMEBUFFER_CACHED:LongBool;</code> | | <code>BCM2710FRAMEBUFFER_CACHED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then the BCM2710 Framebuffer device is in cached memory (Requires CleanCacheRange on write) |
|- | |- | ||
|} | |} | ||
Line 2,653: | Line 2,653: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_SPI0:LongBool = True;</code> | | <code>BCM2710_REGISTER_SPI0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 SPI0 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,659: | Line 2,659: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_SPI1:LongBool = True;</code> | | <code>BCM2710_REGISTER_SPI1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 SPI1 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,665: | Line 2,665: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_SPI2:LongBool = True;</code> | | <code>BCM2710_REGISTER_SPI2:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 SPI2 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,671: | Line 2,671: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_I2C0:LongBool = True;</code> | | <code>BCM2710_REGISTER_I2C0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 I2C0 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,677: | Line 2,677: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_I2C1:LongBool = True;</code> | | <code>BCM2710_REGISTER_I2C1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 I2C1 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,683: | Line 2,683: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_DMA:LongBool = True;</code> | | <code>BCM2710_REGISTER_DMA:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 DMA host during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,689: | Line 2,689: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_PWM:LongBool = True;</code> | | <code>BCM2710_REGISTER_PWM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 PWM device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,695: | Line 2,695: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_PCM:LongBool = True;</code> | | <code>BCM2710_REGISTER_PCM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 PCM device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,701: | Line 2,701: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_GPIO:LongBool = True;</code> | | <code>BCM2710_REGISTER_GPIO:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 GPIO device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,707: | Line 2,707: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_UART0:LongBool = True;</code> | | <code>BCM2710_REGISTER_UART0:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 UART0 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,713: | Line 2,713: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_UART1:LongBool = True;</code> | | <code>BCM2710_REGISTER_UART1:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 UART1 device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,719: | Line 2,719: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_SDHCI:LongBool = True;</code> | | <code>BCM2710_REGISTER_SDHCI:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 SDHCI host during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,725: | Line 2,725: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_SPISLAVE:LongBool = True;</code> | | <code>BCM2710_REGISTER_SPISLAVE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 SPI slave device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,731: | Line 2,731: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_I2CSLAVE:LongBool = True;</code> | | <code>BCM2710_REGISTER_I2CSLAVE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 I2C slave device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,737: | Line 2,737: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_PWMAUDIO:LongBool = True;</code> | | <code>BCM2710_REGISTER_PWMAUDIO:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 PWM Audio device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,743: | Line 2,743: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_SYS_CLOCK:LongBool = True;</code> | | <code>BCM2710_REGISTER_SYS_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 System Timer Clock device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,749: | Line 2,749: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_ARM_CLOCK:LongBool = True;</code> | | <code>BCM2710_REGISTER_ARM_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 ARM Timer Clock device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,755: | Line 2,755: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_LOCAL_CLOCK:LongBool = True;</code> | | <code>BCM2710_REGISTER_LOCAL_CLOCK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 Local Timer Clock device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,761: | Line 2,761: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_ARM_TIMER:LongBool = True;</code> | | <code>BCM2710_REGISTER_ARM_TIMER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 ARM Timer device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,767: | Line 2,767: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_LOCAL_TIMER:LongBool = True;</code> | | <code>BCM2710_REGISTER_LOCAL_TIMER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 Local Timer device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,773: | Line 2,773: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_RANDOM:LongBool = True;</code> | | <code>BCM2710_REGISTER_RANDOM:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 Random device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,779: | Line 2,779: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_MAILBOX:LongBool = True;</code> | | <code>BCM2710_REGISTER_MAILBOX:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 Mailbox device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,785: | Line 2,785: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_WATCHDOG:LongBool = True;</code> | | <code>BCM2710_REGISTER_WATCHDOG:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 Watchdog device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,791: | Line 2,791: | ||
|- | |- | ||
| <code>BCM2710_REGISTER_FRAMEBUFFER:LongBool = True;</code> | | <code>BCM2710_REGISTER_FRAMEBUFFER:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register the BCM2710 Framebuffer device during boot (Only if BCM2710 unit included) |
|- | |- | ||
|} | |} | ||
Line 2,800: | Line 2,800: | ||
|- | |- | ||
| <code>COUNTRY_DEFAULT:LongWord = 0;</code> | | <code>COUNTRY_DEFAULT:LongWord = 0;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current default country code |
|- | |- | ||
|} | |} | ||
Line 2,806: | Line 2,806: | ||
|- | |- | ||
| <code>CODEPAGE_OEM_DEFAULT:LongWord = 437;</code> | | <code>CODEPAGE_OEM_DEFAULT:LongWord = 437;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current OEM default code page |
|- | |- | ||
|} | |} | ||
Line 2,812: | Line 2,812: | ||
|- | |- | ||
| <code>CODEPAGE_ANSI_DEFAULT:LongWord = 1252;</code> | | <code>CODEPAGE_ANSI_DEFAULT:LongWord = 1252;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current ANSI default code page |
|- | |- | ||
|} | |} | ||
Line 2,818: | Line 2,818: | ||
|- | |- | ||
| <code>CODEPAGE_CONSOLE_INPUT:LongWord = 1252;</code> | | <code>CODEPAGE_CONSOLE_INPUT:LongWord = 1252;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current console input code page |
|- | |- | ||
|} | |} | ||
Line 2,824: | Line 2,824: | ||
|- | |- | ||
| <code>CODEPAGE_CONSOLE_OUTPUT:LongWord = 1252;</code> | | <code>CODEPAGE_CONSOLE_OUTPUT:LongWord = 1252;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The current console output code page |
|- | |- | ||
|} | |} | ||
Line 2,830: | Line 2,830: | ||
|- | |- | ||
| <code>LOCALE_DEFAULT:LongWord;</code> | | <code>LOCALE_DEFAULT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|(LCID) The current default locale |
|- | |- | ||
|} | |} | ||
Line 2,836: | Line 2,836: | ||
|- | |- | ||
| <code>KEYMAP_DEFAULT:String = 'US';</code> | | <code>KEYMAP_DEFAULT:String = 'US';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The name of the default keymap |
|- | |- | ||
|} | |} | ||
Line 2,847: | Line 2,847: | ||
|- | |- | ||
| <code>FILESYS_AUTOSTART:LongBool = True;</code> | | <code>FILESYS_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the filesystem on boot (Only if FileSystem unit included) |
|- | |- | ||
|} | |} | ||
Line 2,853: | Line 2,853: | ||
|- | |- | ||
| <code>FILESYS_ASYNCSTART:LongBool = True;</code> | | <code>FILESYS_ASYNCSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start asynchronously using a worker thread instead of the main thread |
|- | |- | ||
|} | |} | ||
Line 2,859: | Line 2,859: | ||
|- | |- | ||
| <code>FILESYS_REGISTER_LOGGING:LongBool = True;</code> | | <code>FILESYS_REGISTER_LOGGING:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register filesystem as a Logging device on boot (Only if FileSystem unit included) |
|- | |- | ||
|} | |} | ||
Line 2,865: | Line 2,865: | ||
|- | |- | ||
| <code>FILESYS_LOGGING_DEFAULT:LongBool = False;</code> | | <code>FILESYS_LOGGING_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then filesystem can be the default Logging device (Only if FileSystem unit included) |
|- | |- | ||
|} | |} | ||
Line 2,871: | Line 2,871: | ||
|- | |- | ||
| <code>FILESYS_LOGGING_FILE:String;</code> | | <code>FILESYS_LOGGING_FILE:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The name of the file to log messages to |
|- | |- | ||
|} | |} | ||
Line 2,877: | Line 2,877: | ||
|- | |- | ||
| <code>FILESYS_LOGGING_MAXSIZE:LongWord;</code> | | <code>FILESYS_LOGGING_MAXSIZE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The maximum size of the logging file before rollover (0 for no maximum) |
|- | |- | ||
|} | |} | ||
Line 2,883: | Line 2,883: | ||
|- | |- | ||
| <code>FILESYS_LOGGING_MAXCOPIES:LongWord;</code> | | <code>FILESYS_LOGGING_MAXCOPIES:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of old logging files to keep on rollover (0 for no copies) |
|- | |- | ||
|} | |} | ||
Line 2,892: | Line 2,892: | ||
|- | |- | ||
| <code>FILESYS_CACHE_SIZE:LongWord = SIZE_16M;</code> | | <code>FILESYS_CACHE_SIZE:LongWord = SIZE_16M;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default filesystem cache size |
|- | |- | ||
|} | |} | ||
Line 2,898: | Line 2,898: | ||
|- | |- | ||
| <code>FILESYS_CACHE_PAGE:LongWord = SIZE_8K;</code> | | <code>FILESYS_CACHE_PAGE:LongWord = SIZE_8K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The size of a filesystem cache page |
|- | |- | ||
|} | |} | ||
Line 2,904: | Line 2,904: | ||
|- | |- | ||
| <code>FILESYS_CACHE_KEYS:LongWord = SIZE_8;</code> | | <code>FILESYS_CACHE_KEYS:LongWord = SIZE_8;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The number of hash keys for the filesystem cache |
|- | |- | ||
|} | |} | ||
Line 2,910: | Line 2,910: | ||
|- | |- | ||
| <code>FILESYS_CACHE_MODE:LongWord = FILESYS_CACHE_MODE_READWRITE;</code> | | <code>FILESYS_CACHE_MODE:LongWord = FILESYS_CACHE_MODE_READWRITE;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default filesystem cache mode |
|- | |- | ||
|} | |} | ||
Line 2,919: | Line 2,919: | ||
|- | |- | ||
| <code>FILESYS_FLOPPY_ENABLED:LongBool = True;</code> | | <code>FILESYS_FLOPPY_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem floppy drive support |
|- | |- | ||
|} | |} | ||
Line 2,925: | Line 2,925: | ||
|- | |- | ||
| <code>FILESYS_DRIVES_ENABLED:LongBool = True;</code> | | <code>FILESYS_DRIVES_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem drive letter support |
|- | |- | ||
|} | |} | ||
Line 2,931: | Line 2,931: | ||
|- | |- | ||
| <code>FILESYS_ATA_ENABLED:LongBool = True;</code> | | <code>FILESYS_ATA_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem ATA controller support |
|- | |- | ||
|} | |} | ||
Line 2,937: | Line 2,937: | ||
|- | |- | ||
| <code>FILESYS_ATAPI_ENABLED:LongBool = True;</code> | | <code>FILESYS_ATAPI_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem ATAPI controller support |
|- | |- | ||
|} | |} | ||
Line 2,943: | Line 2,943: | ||
|- | |- | ||
| <code>FILESYS_SCSI_ENABLED:LongBool = True;</code> | | <code>FILESYS_SCSI_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem SCSI controller support |
|- | |- | ||
|} | |} | ||
Line 2,949: | Line 2,949: | ||
|- | |- | ||
| <code>FILESYS_USB_ENABLED:LongBool = True;</code> | | <code>FILESYS_USB_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem USB controller support |
|- | |- | ||
|} | |} | ||
Line 2,955: | Line 2,955: | ||
|- | |- | ||
| <code>FILESYS_MMC_ENABLED:LongBool = True;</code> | | <code>FILESYS_MMC_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem MMC/SD controller support |
|- | |- | ||
|} | |} | ||
Line 2,961: | Line 2,961: | ||
|- | |- | ||
| <code>FILESYS_VIRTUAL_ENABLED:LongBool = True;</code> | | <code>FILESYS_VIRTUAL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable filesystem virtual disk controller support |
|- | |- | ||
|} | |} | ||
Line 2,967: | Line 2,967: | ||
|- | |- | ||
| <code>FILESYS_FAT_ENABLED:LongBool = True;</code> | | <code>FILESYS_FAT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable FAT filesystem support |
|- | |- | ||
|} | |} | ||
Line 2,973: | Line 2,973: | ||
|- | |- | ||
| <code>FILESYS_NTFS_ENABLED:LongBool = True;</code> | | <code>FILESYS_NTFS_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable NTFS filesystem support |
|- | |- | ||
|} | |} | ||
Line 2,979: | Line 2,979: | ||
|- | |- | ||
| <code>FILESYS_EXTFS_ENABLED:LongBool = True;</code> | | <code>FILESYS_EXTFS_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable EXTFS filesystem support |
|- | |- | ||
|} | |} | ||
Line 2,985: | Line 2,985: | ||
|- | |- | ||
| <code>FILESYS_CDFS_ENABLED:LongBool = True; </code> | | <code>FILESYS_CDFS_ENABLED:LongBool = True; </code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable CDFS filesystem support |
|- | |- | ||
|} | |} | ||
Line 2,991: | Line 2,991: | ||
|- | |- | ||
| <code>FILESYS_CASE_FLAGS:LongBool = True;</code> | | <code>FILESYS_CASE_FLAGS:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for case flags in filesystem entries (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 2,997: | Line 2,997: | ||
|- | |- | ||
| <code>FILESYS_LONG_NAMES:LongBool = True;</code> | | <code>FILESYS_LONG_NAMES:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for long file names (greater than 8.3) (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 3,003: | Line 3,003: | ||
|- | |- | ||
| <code>FILESYS_OEM_CONVERT:LongBool = True;</code> | | <code>FILESYS_OEM_CONVERT:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for ANSI to OEM / OEM to ANSI character set conversion (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 3,009: | Line 3,009: | ||
|- | |- | ||
| <code>FILESYS_NUMERIC_TAIL:LongBool = True;</code> | | <code>FILESYS_NUMERIC_TAIL:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for numeric tail on generated short file names (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 3,015: | Line 3,015: | ||
|- | |- | ||
| <code>FILESYS_DIRTY_CHECK:LongBool = True;</code> | | <code>FILESYS_DIRTY_CHECK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for dirty check on volume mount (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 3,021: | Line 3,021: | ||
|- | |- | ||
| <code>FILESYS_QUICK_CHECK:LongBool = True;</code> | | <code>FILESYS_QUICK_CHECK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for quick volume checking (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 3,027: | Line 3,027: | ||
|- | |- | ||
| <code>FILESYS_UPDATE_ACCESSTIME:LongBool = True;</code> | | <code>FILESYS_UPDATE_ACCESSTIME:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for updating last access time field (Where Applicable) |
|- | |- | ||
|} | |} | ||
Line 3,036: | Line 3,036: | ||
|- | |- | ||
| <code>FAT_DEFAULT:LongBool = True;</code> | | <code>FAT_DEFAULT:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable default recognition of non partitioned media as FAT |
|- | |- | ||
|} | |} | ||
Line 3,042: | Line 3,042: | ||
|- | |- | ||
| <code>FAT_CASE_FLAGS:LongBool = True;</code> | | <code>FAT_CASE_FLAGS:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for case flags in FAT filesystem entries |
|- | |- | ||
|} | |} | ||
Line 3,048: | Line 3,048: | ||
|- | |- | ||
| <code>FAT_LONG_NAMES:LongBool = True;</code> | | <code>FAT_LONG_NAMES:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for FAT long file names (greater than 8.3) |
|- | |- | ||
|} | |} | ||
Line 3,054: | Line 3,054: | ||
|- | |- | ||
| <code>FAT_OEM_CONVERT:LongBool = True;</code> | | <code>FAT_OEM_CONVERT:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for FAT ANSI to OEM / OEM to ANSI character set conversion |
|- | |- | ||
|} | |} | ||
Line 3,060: | Line 3,060: | ||
|- | |- | ||
| <code>FAT_NUMERIC_TAIL:LongBool = True;</code> | | <code>FAT_NUMERIC_TAIL:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for numeric tail on generated FAT short file names |
|- | |- | ||
|} | |} | ||
Line 3,066: | Line 3,066: | ||
|- | |- | ||
| <code>FAT_DIRTY_CHECK:LongBool = True;</code> | | <code>FAT_DIRTY_CHECK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for dirty check on FAT volume mount |
|- | |- | ||
|} | |} | ||
Line 3,072: | Line 3,072: | ||
|- | |- | ||
| <code>FAT_QUICK_CHECK:LongBool = True;</code> | | <code>FAT_QUICK_CHECK:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for quick FAT volume checking |
|- | |- | ||
|} | |} | ||
Line 3,081: | Line 3,081: | ||
|- | |- | ||
| <code>NTFS_DEFAULT:LongBool = False;</code> | | <code>NTFS_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable default recognition of non partitioned media as NTFS |
|- | |- | ||
|} | |} | ||
Line 3,087: | Line 3,087: | ||
|- | |- | ||
| <code>NTFS_RESET_LOG:LongBool = True;</code> | | <code>NTFS_RESET_LOG:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Reset the NTFS Log File if it was dirty on mount |
|- | |- | ||
|} | |} | ||
Line 3,093: | Line 3,093: | ||
|- | |- | ||
| <code>NTFS_FIXED_ZONE:LongBool = True;</code> | | <code>NTFS_FIXED_ZONE:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Use the Windows Vista/2008/7 Fixed MFT Zone values (not the Windows NT/2000/XP percentages) |
|- | |- | ||
|} | |} | ||
Line 3,099: | Line 3,099: | ||
|- | |- | ||
| <code>NTFS_ALT_LAYOUT:LongBool = False;</code> | | <code>NTFS_ALT_LAYOUT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Use the Windows Vista/2008/7 Volume Layout values (not the Windows NT/2000/XP layout) |
|- | |- | ||
|} | |} | ||
Line 3,105: | Line 3,105: | ||
|- | |- | ||
| <code>NTFS_LENIENT:LongBool = False;</code> | | <code>NTFS_LENIENT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Allow certain non fatal errors to be ignored |
|- | |- | ||
|} | |} | ||
Line 3,111: | Line 3,111: | ||
|- | |- | ||
| <code>NTFS_DEFENSIVE:LongBool = False;</code> | | <code>NTFS_DEFENSIVE:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Perform more defensive checking of structures and values |
|- | |- | ||
|} | |} | ||
Line 3,117: | Line 3,117: | ||
|- | |- | ||
| <code>NTFS_AGGRESSIVE:LongBool = False;</code> | | <code>NTFS_AGGRESSIVE:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Attempt to correct certain errors during operation |
|- | |- | ||
|} | |} | ||
Line 3,123: | Line 3,123: | ||
|- | |- | ||
| <code>NTFS_NO_SHORT_NAMES:LongBool = False;</code> | | <code>NTFS_NO_SHORT_NAMES:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Do not create alternate short file names |
|- | |- | ||
|} | |} | ||
Line 3,129: | Line 3,129: | ||
|- | |- | ||
| <code>NTFS_NULL_SECURITY:LongBool = False;</code> | | <code>NTFS_NULL_SECURITY:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Do not apply security when creating files and folders (only apply security when SetSecurity called) |
|- | |- | ||
|} | |} | ||
Line 3,135: | Line 3,135: | ||
|- | |- | ||
| <code>NTFS_DEFAULT_SECURITY:LongBool = False;</code> | | <code>NTFS_DEFAULT_SECURITY:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Apply default permissions (Everyone, Full Control) when creating files and folders |
|- | |- | ||
|} | |} | ||
Line 3,144: | Line 3,144: | ||
|- | |- | ||
| <code>EXTFS_DEFAULT:LongBool = False;</code> | | <code>EXTFS_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable default recognition of non partitioned media as EXTFS |
|- | |- | ||
|} | |} | ||
Line 3,153: | Line 3,153: | ||
|- | |- | ||
| <code>CDFS_DEFAULT:LongBool = False;</code> | | <code>CDFS_DEFAULT:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable default recognition of non partitioned media as CDFS |
|- | |- | ||
|} | |} | ||
Line 3,159: | Line 3,159: | ||
|- | |- | ||
| <code>CDFS_LONG_NAMES:LongBool = True;</code> | | <code>CDFS_LONG_NAMES:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Enable support for CDFS long file names (greater than 8.3) |
|- | |- | ||
|} | |} | ||
Line 3,165: | Line 3,165: | ||
|- | |- | ||
| <code>CDFS_SWAP_SERIAL:LongBool = False;</code> | | <code>CDFS_SWAP_SERIAL:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Swap the byte order of the CDFS serial number (Set to True for Windows 9x compatibility) |
|- | |- | ||
|} | |} | ||
Line 3,176: | Line 3,176: | ||
|- | |- | ||
| <code>HOST_NAME:String = 'localhost';</code> | | <code>HOST_NAME:String = 'localhost';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The network host name of the local machine |
|- | |- | ||
|} | |} | ||
Line 3,182: | Line 3,182: | ||
|- | |- | ||
| <code>HOST_DOMAIN:String = 'localdomain';</code> | | <code>HOST_DOMAIN:String = 'localdomain';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The network domain name of the local machine |
|- | |- | ||
|} | |} | ||
Line 3,191: | Line 3,191: | ||
|- | |- | ||
| <code>WINSOCK_NAME:String = 'Ultibo Winsock Version 1.1';</code> | | <code>WINSOCK_NAME:String = 'Ultibo Winsock Version 1.1';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,197: | Line 3,197: | ||
|- | |- | ||
| <code>WINSOCK_LOW_VERSION:Word = $101;</code> | | <code>WINSOCK_LOW_VERSION:Word = $101;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,203: | Line 3,203: | ||
|- | |- | ||
| <code>WINSOCK_HIGH_VERSION:Word = $101;</code> | | <code>WINSOCK_HIGH_VERSION:Word = $101;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,209: | Line 3,209: | ||
|- | |- | ||
| <code>WINSOCK_BUILD_VERSION:String = '1.10.43';</code> | | <code>WINSOCK_BUILD_VERSION:String = '1.10.43';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,215: | Line 3,215: | ||
|- | |- | ||
| <code>WINSOCK_MAX_SOCKETS:Word = SIZE_1K;</code> | | <code>WINSOCK_MAX_SOCKETS:Word = SIZE_1K;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,221: | Line 3,221: | ||
|- | |- | ||
| <code>WINSOCK_MAX_UDP:Word = SIZE_8K;</code> | | <code>WINSOCK_MAX_UDP:Word = SIZE_8K;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,227: | Line 3,227: | ||
|- | |- | ||
| <code>WINSOCK_AUTOSTART:LongBool = True;</code> | | <code>WINSOCK_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the Winsock layer on boot (Only if Winsock unit included) |
|- | |- | ||
|} | |} | ||
Line 3,233: | Line 3,233: | ||
|- | |- | ||
| <code>WINSOCK_ASYNCSTART:LongBool = True;</code> | | <code>WINSOCK_ASYNCSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start asynchronously using a worker thread instead of the main thread |
|- | |- | ||
|} | |} | ||
Line 3,242: | Line 3,242: | ||
|- | |- | ||
| <code>WINSOCK2_NAME:String = 'Ultibo Winsock Version 2.2';</code> | | <code>WINSOCK2_NAME:String = 'Ultibo Winsock Version 2.2';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,248: | Line 3,248: | ||
|- | |- | ||
| <code>WINSOCK2_LOW_VERSION:Word = $101;</code> | | <code>WINSOCK2_LOW_VERSION:Word = $101;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,254: | Line 3,254: | ||
|- | |- | ||
| <code>WINSOCK2_HIGH_VERSION:Word = $202;</code> | | <code>WINSOCK2_HIGH_VERSION:Word = $202;</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,260: | Line 3,260: | ||
|- | |- | ||
| <code>WINSOCK2_BUILD_VERSION:String = '2.20.03';</code> | | <code>WINSOCK2_BUILD_VERSION:String = '2.20.03';</code> | ||
− | | style="width: | + | | style="width: 40%;"| |
|- | |- | ||
|} | |} | ||
Line 3,266: | Line 3,266: | ||
|- | |- | ||
| <code>WINSOCK2_MAX_SOCKETS:Word = SIZE_1K;</code> | | <code>WINSOCK2_MAX_SOCKETS:Word = SIZE_1K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Note: As per Winsock2 specification, this value is for compatibility only and is ignored by the network stack |
|- | |- | ||
|} | |} | ||
Line 3,272: | Line 3,272: | ||
|- | |- | ||
| <code>WINSOCK2_MAX_UDP:Word = SIZE_8K;</code> | | <code>WINSOCK2_MAX_UDP:Word = SIZE_8K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Note: As per Winsock2 specification, this value is for compatibility only and is ignored by the network stack |
|- | |- | ||
|} | |} | ||
Line 3,278: | Line 3,278: | ||
|- | |- | ||
| <code>WINSOCK2_AUTOSTART:LongBool = True;</code> | | <code>WINSOCK2_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the Winsock2 layer on boot (Only if Winsock2 unit included) |
|- | |- | ||
|} | |} | ||
Line 3,284: | Line 3,284: | ||
|- | |- | ||
| <code>WINSOCK2_ASYNCSTART:LongBool = True;</code> | | <code>WINSOCK2_ASYNCSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start asynchronously using a worker thread instead of the main thread |
|- | |- | ||
|} | |} | ||
Line 3,293: | Line 3,293: | ||
|- | |- | ||
| <code>SOCKETS_AUTOSTART:LongBool = True;</code> | | <code>SOCKETS_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the sockets layer on boot (Only if Sockets unit included) |
|- | |- | ||
|} | |} | ||
Line 3,299: | Line 3,299: | ||
|- | |- | ||
| <code>SOCKETS_ASYNCSTART:LongBool = True;</code> | | <code>SOCKETS_ASYNCSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start asynchronously using a worker thread instead of the main thread |
|- | |- | ||
|} | |} | ||
Line 3,308: | Line 3,308: | ||
|- | |- | ||
| <code>DNS_CLIENT_ENABLED:LongBool = True;</code> | | <code>DNS_CLIENT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DNS client is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,317: | Line 3,317: | ||
|- | |- | ||
| <code>RAW_PROTOCOL_ENABLED:LongBool = True;</code> | | <code>RAW_PROTOCOL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Raw socket protocol is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,323: | Line 3,323: | ||
|- | |- | ||
| <code>UDP_PROTOCOL_ENABLED:LongBool = True;</code> | | <code>UDP_PROTOCOL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|UDP protocol is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,329: | Line 3,329: | ||
|- | |- | ||
| <code>TCP_PROTOCOL_ENABLED:LongBool = True;</code> | | <code>TCP_PROTOCOL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|TCP protocol is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,335: | Line 3,335: | ||
|- | |- | ||
| <code>ICMP_PROTOCOL_ENABLED:LongBool = True;</code> | | <code>ICMP_PROTOCOL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|ICMP protocol is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,341: | Line 3,341: | ||
|- | |- | ||
| <code>ICMP6_PROTOCOL_ENABLED:LongBool = False;</code> | | <code>ICMP6_PROTOCOL_ENABLED:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|ICMPv6 protocol is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,347: | Line 3,347: | ||
|- | |- | ||
| <code>IGMP_PROTOCOL_ENABLED:LongBool = True;</code> | | <code>IGMP_PROTOCOL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|IGMP protocol is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,353: | Line 3,353: | ||
|- | |- | ||
| <code>TCP_RECEIVE_BACKLOG:LongWord = SIZE_1K;</code> | | <code>TCP_RECEIVE_BACKLOG:LongWord = SIZE_1K;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Queue length for SYN received connections (per listening socket) |
|- | |- | ||
|} | |} | ||
Line 3,359: | Line 3,359: | ||
|- | |- | ||
| <code>ARP_CONFIG_ENABLED:LongBool = True;</code> | | <code>ARP_CONFIG_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|ARP configuration is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,365: | Line 3,365: | ||
|- | |- | ||
| <code>RARP_CONFIG_ENABLED:LongBool = False;</code> | | <code>RARP_CONFIG_ENABLED:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|RARP configuration is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,371: | Line 3,371: | ||
|- | |- | ||
| <code>BOOTP_CONFIG_ENABLED:LongBool = False;</code> | | <code>BOOTP_CONFIG_ENABLED:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|BOOTP configuration is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,377: | Line 3,377: | ||
|- | |- | ||
| <code>DHCP_CONFIG_ENABLED:LongBool = True;</code> | | <code>DHCP_CONFIG_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|DHCP configuration is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,383: | Line 3,383: | ||
|- | |- | ||
| <code>STATIC_CONFIG_ENABLED:LongBool = True;</code> | | <code>STATIC_CONFIG_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Static configuration is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,389: | Line 3,389: | ||
|- | |- | ||
| <code>LOOPBACK_CONFIG_ENABLED:LongBool = True;</code> | | <code>LOOPBACK_CONFIG_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Loopback configuration is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,398: | Line 3,398: | ||
|- | |- | ||
| <code>IP_TRANSPORT_ENABLED:LongBool = True;</code> | | <code>IP_TRANSPORT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|IP transport is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,404: | Line 3,404: | ||
|- | |- | ||
| <code>IP6_TRANSPORT_ENABLED:LongBool = False;</code> | | <code>IP6_TRANSPORT_ENABLED:LongBool = False;</code> | ||
− | | style="width: | + | | style="width: 40%;"|IPv6 transport is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,410: | Line 3,410: | ||
|- | |- | ||
| <code>ARP_TRANSPORT_ENABLED:LongBool = True;</code> | | <code>ARP_TRANSPORT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|ARP transport is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,416: | Line 3,416: | ||
|- | |- | ||
| <code>RARP_TRANSPORT_ENABLED:LongBool = True;</code> | | <code>RARP_TRANSPORT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|RARP transport is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,422: | Line 3,422: | ||
|- | |- | ||
| <code>RSN_TRANSPORT_ENABLED:LongBool = True;</code> | | <code>RSN_TRANSPORT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|RSN transport is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,428: | Line 3,428: | ||
|- | |- | ||
| <code>EAPOL_TRANSPORT_ENABLED:LongBool = True;</code> | | <code>EAPOL_TRANSPORT_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|EAPOL transport is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,437: | Line 3,437: | ||
|- | |- | ||
| <code>WIRED_NETWORK_ENABLED:LongBool = True;</code> | | <code>WIRED_NETWORK_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Wired network adapters are enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,443: | Line 3,443: | ||
|- | |- | ||
| <code>LOOPBACK_NETWORK_ENABLED:LongBool = True;</code> | | <code>LOOPBACK_NETWORK_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Loopback network adapter is enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,449: | Line 3,449: | ||
|- | |- | ||
| <code>WIRELESS_NETWORK_ENABLED:LongBool = True;</code> | | <code>WIRELESS_NETWORK_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Wireless network adapters are enabled if True |
|- | |- | ||
|} | |} | ||
Line 3,458: | Line 3,458: | ||
|- | |- | ||
| <code>CONSOLE_SHELL_ENABLED:LongBool = True;</code> | | <code>CONSOLE_SHELL_ENABLED:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then automatically create a console shell window when a new console is registers (Only if ConsoleShell unit included) |
|- | |- | ||
|} | |} | ||
Line 3,464: | Line 3,464: | ||
|- | |- | ||
| <code>CONSOLE_SHELL_POSITION:LongWord = CONSOLE_POSITION_RIGHT;</code> | | <code>CONSOLE_SHELL_POSITION:LongWord = CONSOLE_POSITION_RIGHT;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Console Window position for the console shell |
|- | |- | ||
|} | |} | ||
Line 3,470: | Line 3,470: | ||
|- | |- | ||
| <code>CONSOLE_SHELL_DEVICE:String;</code> | | <code>CONSOLE_SHELL_DEVICE:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The console device Name (or Desription) to create the shell window on, if blank create on default device unless forced (Only if ConsoleShell unit included) |
|- | |- | ||
|} | |} | ||
Line 3,481: | Line 3,481: | ||
|- | |- | ||
| <code>NTP_SERVER_DEFAULT:String = 'pool.ntp.org';</code> | | <code>NTP_SERVER_DEFAULT:String = 'pool.ntp.org';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NTP server(s) to poll |
|- | |- | ||
|} | |} | ||
Line 3,487: | Line 3,487: | ||
|- | |- | ||
| <code>NTP_PORT_DEFAULT:Word = 123;</code> | | <code>NTP_PORT_DEFAULT:Word = 123;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NTP port to poll |
|- | |- | ||
|} | |} | ||
Line 3,493: | Line 3,493: | ||
|- | |- | ||
| <code>NTP_POLLING_INTERVAL:LongWord = 300;</code> | | <code>NTP_POLLING_INTERVAL:LongWord = 300;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NTP polling interval (300 seconds / 5 minutes) |
|- | |- | ||
|} | |} | ||
Line 3,499: | Line 3,499: | ||
|- | |- | ||
| <code>NTP_POLLING_TIMEOUT:LongWord = 2000;</code> | | <code>NTP_POLLING_TIMEOUT:LongWord = 2000;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NTP polling timeout (2000 milliseconds / 2 seconds) |
|- | |- | ||
|} | |} | ||
Line 3,505: | Line 3,505: | ||
|- | |- | ||
| <code>NTP_POLLING_RETRIES:LongWord = 3;</code> | | <code>NTP_POLLING_RETRIES:LongWord = 3;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NTP polling retry count |
|- | |- | ||
|} | |} | ||
Line 3,511: | Line 3,511: | ||
|- | |- | ||
| <code>NTP_RETRY_TIMEOUT:LongWord = 1000;</code> | | <code>NTP_RETRY_TIMEOUT:LongWord = 1000;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NTP retry interval (1000 milliseconds / 1 second) |
|- | |- | ||
|} | |} | ||
Line 3,517: | Line 3,517: | ||
|- | |- | ||
| <code>NTP_AUTOSTART:LongBool = True;</code> | | <code>NTP_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the NTP client on boot (Only if Services unit included) |
|- | |- | ||
|} | |} | ||
Line 3,526: | Line 3,526: | ||
|- | |- | ||
| <code>TELNET_PORT_DEFAULT:Word = 23;</code> | | <code>TELNET_PORT_DEFAULT:Word = 23;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default Telnet port |
|- | |- | ||
|} | |} | ||
Line 3,532: | Line 3,532: | ||
|- | |- | ||
| <code>TELNET_AUTOSTART:LongBool = True;</code> | | <code>TELNET_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the Telnet server on boot (Only if RemoteShell unit included) |
|- | |- | ||
|} | |} | ||
Line 3,541: | Line 3,541: | ||
|- | |- | ||
| <code>SSH_PORT_DEFAULT:Word = 22;</code> | | <code>SSH_PORT_DEFAULT:Word = 22;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default SSH port |
|- | |- | ||
|} | |} | ||
Line 3,547: | Line 3,547: | ||
|- | |- | ||
| <code>SSH_AUTOSTART:LongBool = True;</code> | | <code>SSH_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the SSH server on boot (Only if RemoteShell unit included) |
|- | |- | ||
|} | |} | ||
Line 3,556: | Line 3,556: | ||
|- | |- | ||
| <code>SYSLOG_BOUND_PORT:Word;</code> | | <code>SYSLOG_BOUND_PORT:Word;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The local port for SysLog to bind to (0 for dynamic port) |
|- | |- | ||
|} | |} | ||
Line 3,562: | Line 3,562: | ||
|- | |- | ||
| <code>SYSLOG_SERVER_DEFAULT:String = '127.0.0.1';</code> | | <code>SYSLOG_SERVER_DEFAULT:String = '127.0.0.1';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default SysLog server to send messages to |
|- | |- | ||
|} | |} | ||
Line 3,568: | Line 3,568: | ||
|- | |- | ||
| <code>SYSLOG_PORT_DEFAULT:Word = 514;</code> | | <code>SYSLOG_PORT_DEFAULT:Word = 514;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default SysLog port |
|- | |- | ||
|} | |} | ||
Line 3,574: | Line 3,574: | ||
|- | |- | ||
| <code>SYSLOG_PROTOCOL_DEFAULT:LongWord = LOGGING_PROTOCOL_UDP;</code> | | <code>SYSLOG_PROTOCOL_DEFAULT:LongWord = LOGGING_PROTOCOL_UDP;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default SysLog protocol |
|- | |- | ||
|} | |} | ||
Line 3,580: | Line 3,580: | ||
|- | |- | ||
| <code>SYSLOG_OCTET_COUNTING:LongBool;</code> | | <code>SYSLOG_OCTET_COUNTING:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True use the Octet Counting method of framing the SysLog message (LOGGING_PROTOCOL_TCP only)(See: RFC6587) |
|- | |- | ||
|} | |} | ||
Line 3,586: | Line 3,586: | ||
|- | |- | ||
| <code>SYSLOG_AUTOSTART:LongBool = True;</code> | | <code>SYSLOG_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the SysLog client on boot (Only if Services unit included) |
|- | |- | ||
|} | |} | ||
Line 3,592: | Line 3,592: | ||
|- | |- | ||
| <code>SYSLOG_REGISTER_LOGGING:LongBool = True;</code> | | <code>SYSLOG_REGISTER_LOGGING:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then register SysLog as a Logging device on boot (Only if Services unit included) |
|- | |- | ||
|} | |} | ||
Line 3,598: | Line 3,598: | ||
|- | |- | ||
| <code>SYSLOG_LOGGING_DEFAULT:LongBool = True;</code> | | <code>SYSLOG_LOGGING_DEFAULT:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then SysLog can be the default Logging device (Only if Services unit included) |
|- | |- | ||
|} | |} | ||
Line 3,607: | Line 3,607: | ||
|- | |- | ||
| <code>POP3_PORT_DEFAULT:Word = 110;</code> | | <code>POP3_PORT_DEFAULT:Word = 110;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default POP3 port |
|- | |- | ||
|} | |} | ||
Line 3,616: | Line 3,616: | ||
|- | |- | ||
| <code>IMAP4_PORT_DEFAULT:Word = 143;</code> | | <code>IMAP4_PORT_DEFAULT:Word = 143;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default IMAP4 port |
|- | |- | ||
|} | |} | ||
Line 3,625: | Line 3,625: | ||
|- | |- | ||
| <code>SMTP_PORT_DEFAULT:Word = 25;</code> | | <code>SMTP_PORT_DEFAULT:Word = 25;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default SMTP port |
|- | |- | ||
|} | |} | ||
Line 3,634: | Line 3,634: | ||
|- | |- | ||
| <code>HTTP_PORT_DEFAULT:Word = 80;</code> | | <code>HTTP_PORT_DEFAULT:Word = 80;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default HTTP port |
|- | |- | ||
|} | |} | ||
Line 3,640: | Line 3,640: | ||
|- | |- | ||
| <code>HTTPS_PORT_DEFAULT:Word = 443;</code> | | <code>HTTPS_PORT_DEFAULT:Word = 443;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default HTTPS port |
|- | |- | ||
|} | |} | ||
Line 3,649: | Line 3,649: | ||
|- | |- | ||
| <code>CIFS_PORT_DEFAULT:Word = 445;</code> | | <code>CIFS_PORT_DEFAULT:Word = 445;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default CIFS port |
|- | |- | ||
|} | |} | ||
Line 3,655: | Line 3,655: | ||
|- | |- | ||
| <code>CIFS_CLIENT_AUTOSTART:LongBool = True;</code> | | <code>CIFS_CLIENT_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the CIFS client on boot (Only if CIFS unit included) |
|- | |- | ||
|} | |} | ||
Line 3,661: | Line 3,661: | ||
|- | |- | ||
| <code>CIFS_SERVER_AUTOSTART:LongBool = True;</code> | | <code>CIFS_SERVER_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the CIFS server on boot (Only if CIFS unit included) |
|- | |- | ||
|} | |} | ||
Line 3,670: | Line 3,670: | ||
|- | |- | ||
| <code>NFS_PORT_DEFAULT:Word = 111;</code> | | <code>NFS_PORT_DEFAULT:Word = 111;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NFS port |
|- | |- | ||
|} | |} | ||
Line 3,676: | Line 3,676: | ||
|- | |- | ||
| <code>NFSv4_PORT_DEFAULT:Word = 2049;</code> | | <code>NFSv4_PORT_DEFAULT:Word = 2049;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The default NFSv4 port |
|- | |- | ||
|} | |} | ||
Line 3,682: | Line 3,682: | ||
|- | |- | ||
| <code>NFS_CLIENT_AUTOSTART:LongBool = True;</code> | | <code>NFS_CLIENT_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the NFS client on boot (Only if NFS unit included) |
|- | |- | ||
|} | |} | ||
Line 3,688: | Line 3,688: | ||
|- | |- | ||
| <code>NFS_SERVER_AUTOSTART:LongBool = True;</code> | | <code>NFS_SERVER_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the NFS server on boot (Only if NFS unit included) |
|- | |- | ||
|} | |} | ||
Line 3,699: | Line 3,699: | ||
|- | |- | ||
| <code>PL2303_MAX_TRANSMIT:LongWord;</code> | | <code>PL2303_MAX_TRANSMIT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The maximum transmit size of the PL2303 USB to Serial converter (Defaults to maximum supported by the device if not specified) |
|- | |- | ||
|} | |} | ||
Line 3,708: | Line 3,708: | ||
|- | |- | ||
| <code>FTDISERIAL_MAX_TRANSMIT:LongWord;</code> | | <code>FTDISERIAL_MAX_TRANSMIT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The maximum transmit size of the FTDI USB to Serial converter (Defaults to maximum supported by the device if not specified) |
|- | |- | ||
|} | |} | ||
Line 3,717: | Line 3,717: | ||
|- | |- | ||
| <code>CDCACM_MAX_TRANSMIT:LongWord;</code> | | <code>CDCACM_MAX_TRANSMIT:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The maximum transmit size for USB CDC ACM Serial devices (Defaults to maximum supported by the device if not specified) |
|- | |- | ||
|} | |} | ||
Line 3,726: | Line 3,726: | ||
|- | |- | ||
| <code>DS1307_CHIP_TYPE:LongWord;</code> | | <code>DS1307_CHIP_TYPE:LongWord;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The specific chip to support in the DS1307 driver (See the DS1307_CHIP_* constants in the driver) |
|- | |- | ||
|} | |} | ||
Line 3,732: | Line 3,732: | ||
|- | |- | ||
| <code>DS1307_I2C_ADDRESS:Word = $68;</code> | | <code>DS1307_I2C_ADDRESS:Word = $68;</code> | ||
− | | style="width: | + | | style="width: 40%;"|The I2C address to use for the DS1307 RTC device |
|- | |- | ||
|} | |} | ||
Line 3,738: | Line 3,738: | ||
|- | |- | ||
| <code>DS1307_I2C_DEVICE:String = 'I2C0';</code> | | <code>DS1307_I2C_DEVICE:String = 'I2C0';</code> | ||
− | | style="width: | + | | style="width: 40%;"|The I2C device (Name or Description) to use for the DS1307 RTC device |
|- | |- | ||
|} | |} | ||
Line 3,747: | Line 3,747: | ||
|- | |- | ||
| <code>RT2800USB_HARDWARE_ENCRYPTION_DISABLED:LongBool;</code> | | <code>RT2800USB_HARDWARE_ENCRYPTION_DISABLED:LongBool;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then use software only encryption for RT2800USB |
|- | |- | ||
|} | |} | ||
Line 3,756: | Line 3,756: | ||
|- | |- | ||
| <code>AF16X2LCD_AUTOSTART:LongBool = True;</code> | | <code>AF16X2LCD_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the AF16x2LCD device on boot (Only if AF16x2LCD unit included) |
|- | |- | ||
|} | |} | ||
Line 3,765: | Line 3,765: | ||
|- | |- | ||
| <code>PiTFT28_AUTOSTART:LongBool = True;</code> | | <code>PiTFT28_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the PiTFT28 device on boot (Only if PiTFT28 unit included) |
|- | |- | ||
|} | |} | ||
Line 3,774: | Line 3,774: | ||
|- | |- | ||
| <code>PiTFT35_AUTOSTART:LongBool = True;</code> | | <code>PiTFT35_AUTOSTART:LongBool = True;</code> | ||
− | | style="width: | + | | style="width: 40%;"|If True then auto start the PiTFT35 device on boot (Only if PiTFT35 unit included) |
|- | |- | ||
|} | |} | ||
Line 3,783: | Line 3,783: | ||
|- | |- | ||
| <code>GetLastErrorHandler:TGetLastError;</code> | | <code>GetLastErrorHandler:TGetLastError;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Registered handler for the global GetLastError function |
|- | |- | ||
|} | |} | ||
Line 3,789: | Line 3,789: | ||
|- | |- | ||
| <code>SetLastErrorHandler:TSetLastError;</code> | | <code>SetLastErrorHandler:TSetLastError;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Registered handler for the global SetLastError function |
|- | |- | ||
|} | |} |
Revision as of 05:07, 24 March 2017
Return to Unit Reference
Description
Ultibo Global Configuration Defaults unit
The GlobalConfig unit contains variables used throughout Ultibo core to provide configuration and parameters to common modules and sub systems. Many of these variables may also be passed on the command line as environment variables to customize the behavior of Ultibo core without needing to recompile the application. This unit also includes a small number of widely used common functions.
Constants
None defined
Type definitions
None defined
Public variables
Compiler and RTL configuration
Kernel image sections
Note: To access these from Pascal code use the address of the variable (eg @_bss_start). Empty record definition prevents access to contents.
_text_start: record end; external name '_text_start';
|
_etext: record end; external name '_etext';
|
_data: record end; external name '_data';
|
_edata: record end; external name '_edata';
|
_bss_start: record end; external name '_bss_start';
|
_bss_end: record end; external name '_bss_end';
|
RTL initial heap allocation
RtlHeapAddr:record end; external name '__fpc_initialheap';
|
RtlHeapSize:PtrInt; external name '__heapsize';
|
RTL error handling
RtlErrorBase:Pointer; external name 'FPC_ERRORBASE';
|
RTL initialization
RtlInitFinalTable:record end; external name 'INITFINAL';
|
Memory and peripheral mapping configuration
Physical to IO address mapping
IO_BASE:LongWord;
|
The base for conversion from a Physical Address to an IO Address and back (Where Applicable) |
IO_ALIAS:LongWord;
|
The alias for conversion from a Physical Address to an IO Address and back (Where Applicable) |
Physical to bus address mapping
BUS_ALIAS:LongWord;
|
The mask for conversion from a Physical Address to a Bus Address and back (Where Applicable) |
Secure boot
SECURE_BOOT:LongBool;
|
True if the boot process occurs in secure mode (Where Applicable) |
Startup handler address
STARTUP_ADDRESS:LongWord;
|
The physical address of the Startup Handler on Reset |
Memory base mapping
MEMORY_BASE:PtrUInt;
|
The base (Physical) address for useable board memory |
MEMORY_SIZE:LongWord;
|
The size of the useable board address space |
MEMORY_PAGE_SIZE:LongWord;
|
The size of a memory page |
MEMORY_LARGEPAGE_SIZE:LongWord;
|
The size of a large memory page |
Memory sizes
MEMORY_IRQ_SIZE:LongWord;
|
The size of the registered IRQ memory (Per CPU) (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
MEMORY_FIQ_SIZE:LongWord;
|
The size of the registered FIQ memory (Per CPU) (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
MEMORY_LOCAL_SIZE:LongWord;
|
The size of the registered local memory (Per CPU) (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
MEMORY_SHARED_SIZE:LongWord;
|
The size of the registered shared memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
MEMORY_DEVICE_SIZE:LongWord;
|
The size of the registered device memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
MEMORY_NOCACHE_SIZE:LongWord;
|
The size of the registered non cacheable memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
MEMORY_NONSHARED_SIZE:LongWord;
|
The size of the registered non shareable memory (Must be a multiple of HEAP_REQUEST_ALIGNMENT size) |
Peripheral base mapping
PERIPHERALS_BASE:PtrUInt;
|
The base (Physical) address for accessing Peripherals |
PERIPHERALS_SIZE:LongWord;
|
The size of the Peripheral address space |
Local peripheral base mapping
LOCAL_PERIPHERALS_BASE:PtrUInt;
|
The base (Physical) address for accessing Local Peripherals (Peripherals local to each CPU) |
LOCAL_PERIPHERALS_SIZE:LongWord;
|
The size of the Local Peripheral address space |
Page table base mapping
PAGE_TABLE_BASE:PtrUInt;
|
The base (Physical) address of the first level Page Table |
PAGE_TABLE_SIZE:LongWord;
|
The size of the first level Page Table address space |
Second level page tables
PAGE_TABLES_ADDRESS:PtrUInt;
|
The base (Physical) address of the second level Page Tables |
PAGE_TABLES_LENGTH:LongWord;
|
The size of the second level Page Table address space (Rounded to Page Size) |
PAGE_TABLES_COUNT:LongWord;
|
How many second level Page Tables allocated at this address |
PAGE_TABLES_SHIFT:LongWord;
|
The multiplier (left shift) to convert count to size (PAGE_TABLES_COUNT shl PAGE_TABLES_SHIFT = Actual Size) |
PAGE_TABLES_NEXT:PtrUInt;
|
The base (Physical) address of the next available second level Page Table |
PAGE_TABLES_USED:LongWord;
|
How many second level Page Tables are in use (During boot this will be set to the number required to cover the code and data plus initial stack, heap and overhead) |
PAGE_TABLES_FREE:LongWord = 256;
|
How many second level Page Tables are available (The initial value here will be added to the number calculated during boot to provide extras for page allocation) |
Page table sizes
PAGE_MIN_SIZE:LongWord = SIZE_4K;
|
The minimum size of a memory page in the page tables (Default 4K) |
PAGE_SMALL_SIZE:LongWord = SIZE_4K;
|
The size of a small memory page in the page tables (Default 4K) |
PAGE_LARGE_SIZE:LongWord = SIZE_64K;
|
The size of a large memory page in the page tables (Default 64K) |
PAGE_SECTION_SIZE:LongWord = SIZE_1M;
|
The size of a memory section in the page tables (Default 1M) |
PAGE_SUPERSECTION_SIZE:LongWord = SIZE_16M;
|
The size of a memory super section in the page tables (Default 16M) |
Vector table base mapping
VECTOR_TABLE_BASE:PtrUInt;
|
The base (Physical) address of the Interrupt Vector Table |
VECTOR_TABLE_SIZE:LongWord;
|
The size of the Interrupt Vector Table address space |
VECTOR_TABLE_COUNT:LongWord;
|
The number of entries in the Interrupt Vector Table |
Machine and board configuration
Machine configuration
MACHINE_TYPE:LongWord;
|
Board configuration
BOARD_TYPE:LongWord;
|
CPU / FPU / GPU configuration
CPU configuration
CPU_ARCH:LongWord;
|
The current CPU architecture for this board |
CPU_TYPE:LongWord;
|
The current CPU model for this board |
CPU_COUNT:LongWord;
|
The current CPU count for this board |
CPU_BOOT:LongWord;
|
Which CPU is used for the boot process |
CPU_MASK:LongWord;
|
The mask of current CPUs for scheduling affinity |
CPU_MEMORY_BASE:PtrUInt;
|
The base (Physical) address for CPU memory |
CPU_MEMORY_SIZE:LongWord;
|
The size of the CPU address space |
CPU_MEMORY_RESTRICTED:LongBool;
|
Any areas of CPU address space with no physical memory are marked as no access |
FPU configuration
FPU_TYPE:LongWord;
|
The current FPU type for this board |
GPU configuration
GPU_TYPE:LongWord;
|
The current GPU type for this board |
GPU_MEMORY_BASE:PtrUInt;
|
The base (Physical) address for GPU memory |
GPU_MEMORY_SIZE:LongWord;
|
The size of the GPU address space |
GPU_MEMORY_CACHED:LongBool;
|
The GPU memory is cached when accessed by the CPU |
IRQ/FIQ/SWI configuration
IRQ_COUNT:LongWord;
|
The total number of IRQs supported for this board |
FIQ_COUNT:LongWord;
|
The total number of FIQs supported for this board |
IRQ_START:LongWord = 0;
|
The starting number for system wide IRQs/FIQs (Where Applicable)(Normally zero) |
IRQ_ROUTING:LongWord = CPU_ID_ALL;
|
Which CPU to route system wide IRQs to (Where Applicable)(CPU_ID_ALL if system supports routing individual IRQs to any CPU) |
FIQ_ROUTING:LongWord = CPU_ID_ALL;
|
Which CPU to route system wide FIQs to (Where Applicable)(CPU_ID_ALL if system supports routing individual FIQs to any CPU) |
IRQ_LOCAL_COUNT:LongWord;
|
The number of local (Per CPU) IRQs supported for this board (Where Applicable) |
FIQ_LOCAL_COUNT:LongWord;
|
The number of local (Per CPU) FIQs supported for this board (Where Applicable) |
IRQ_LOCAL_START:LongWord;
|
The starting number for local (Per CPU) IRQs/FIQs (Where Applicable) |
SWI_COUNT:LongWord;
|
The total number of SWIs supported for this board (Where Applicable) |
Interrupt and exception configuration
IRQ_ENABLED:LongBool;
|
The current CPU supports Interrupt Requests (IRQ) |
FIQ_ENABLED:LongBool;
|
The current CPU supports Fast Interrupt Requests (FIQ) |
SWI_ENABLED:LongBool;
|
The current CPU supports Software Interrupt Handlers (SWI) |
ABORT_ENABLED:LongBool;
|
The current CPU supports Data and/or Prefetch Abort Handlers |
UNDEFINED_ENABLED:LongBool;
|
The current CPU supports Undefined Instruction Handlers |
IRQ_STACK_ENABLED:LongBool;
|
The current CPU uses an Interrupt Request Stack (IRQ) |
FIQ_STACK_ENABLED:LongBool;
|
The current CPU uses a Fast Interrupt Request Stack (FIQ) |
SWI_STACK_ENABLED:LongBool;
|
The current CPU uses a Software Interrupt Stack (SWI) |
ABORT_STACK_ENABLED:LongBool;
|
The current CPU uses a Data and/or Prefetch Abort Stack |
UNDEFINED_STACK_ENABLED:LongBool;
|
The current CPU uses an Undefined Instruction Stack |
Clock and timer configuration
Clock configuration
CLOCK_FREQUENCY:LongWord;
|
The frequency in Hz of the system timer used to provide the system clock (Clock cycles per second) |
CLOCK_TICKS_PER_SECOND:LongWord = 1000;
|
How many clock interrupts to schedule per second (1000 equals 1 per millisecond) |
CLOCK_TICKS_PER_MILLISECOND:LongWord = 1;
|
How many clock interrupts occur every millisecond (Normally 1 if CLOCK_TICKS_PER_SECOND is 1000) |
CLOCK_CYCLES_PER_TICK:LongWord;
|
How many clock cycles between clock interrupts (Normally CLOCK_FREQUENCY div CLOCK_TICKS_PER_SECOND) |
CLOCK_CYCLES_PER_MILLISECOND:LongWord;
|
How many clock cycles to a millisecond (Normally CLOCK_FREQUENCY div MILLISECONDS_PER_SECOND) |
CLOCK_CYCLES_PER_MICROSECOND:LongWord;
|
How many clock cycles to a microsecond (Normally CLOCK_FREQUENCY div MICROSECONDS_PER_SECOND) |
CLOCK_CYCLES_PER_NANOSECOND:LongWord;
|
How many clock cycles to a nanosecond (Normally CLOCK_FREQUENCY div NANOSECONDS_PER_SECOND) |
CLOCK_CYCLES_TOLERANCE:LongWord;
|
How many clock cycles tolerance when scheduling the next clock interrupt (Normally CLOCK_CYCLES_PER_TICK div 10) |
CLOCK_FIQ_ENABLED:LongBool;
|
The Clock uses Fast Interrupt Requests (FIQ) instead of IRQ |
TIME_TICKS_PER_CLOCK_INTERRUPT:LongWord;
|
How many 100 nanosecond time ticks per clock interrupt |
Timer configuration
TIMER_THREAD_COUNT:LongWord = 5;
|
How many timer threads to create |
TIMER_MESSAGESLOT_MAXIMUM:LongWord = SIZE_2K;
|
Maximum number of messages for the timer messageslot |
Worker configuration
WORKER_THREAD_COUNT:LongWord = 10;
|
How many worker threads to create |
WORKER_MESSAGESLOT_MAXIMUM:LongWord = SIZE_2K;
|
Maximum number of messages for the worker messageslot |
Spin, mutex, semaphore, critical section, event and buffer configuration
Spin defaults
SPIN_SHARED_MEMORY:LongBool;
|
Spin locks are allocated from Shared memory regions if True |
Mutex defaults
MUTEX_SHARED_MEMORY:LongBool;
|
Mutexs are allocated from Shared memory regions if True |
MUTEX_DEFAULT_SPINCOUNT:LongWord = 0;
|
(100;) Default number of times a mutex will spin before yielding (Overidden to 0 if CPU count equals 1) |
Semaphore defaults
SEMAPHORE_SHARED_MEMORY:LongBool;
|
Semaphores are allocated from Shared memory regions if True |
SEMAPHORE_DEFAULT_MAXIMUM:LongWord = $FFFFFFFF;
|
Default maximum count for a seamphore |
Synchronizer defaults
SYNCHRONIZER_SHARED_MEMORY:LongBool;
|
Synchronizers are allocated from Shared memory regions if True |
Critical section defaults
CRITICAL_SECTION_SHARED_MEMORY:LongBool;
|
Critical Sections are allocated from Shared memory regions if True |
CRITICAL_SECTION_DEFAULT_SPINCOUNT:LongWord = 100;
|
Default number of times a critical section will spin before waiting (Overidden to 0 if CPU count equals 1) |
Messageslot defaults
MESSAGESLOT_SHARED_MEMORY:LongBool;
|
Messageslots are allocated from Shared memory regions if True |
MESSAGESLOT_DEFAULT_MAXIMUM:LongWord = SIZE_1K;
|
Default maximum number of messages that can be stored in a messageslot |
Mailslot defaults
MAILSLOT_SHARED_MEMORY:LongBool;
|
Mailslots are allocated from Shared memory regions if True |
Buffer defaults
BUFFER_SHARED_MEMORY:LongBool;
|
Buffers are allocated from Shared memory regions if True |
BUFFER_MIN_SIZE:LongWord = SizeOf(Pointer);
|
Minimum size of an item in a buffer |
BUFFER_MAX_SIZE:LongWord = SIZE_4K;
|
Maximum size of an item in a buffer |
BUFFER_MAX_COUNT:LongWord = SIZE_8K;
|
Maximum number of items in a buffer |
Event defaults
EVENT_SHARED_MEMORY:LongBool;
|
Events are allocated from Shared memory regions if True |
Heap, stack, and thread configuration
Heap alignment
HEAP_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);
|
The default alignment for the Heap Manager (Set by board specific initialization if not default)(Must be a power of 2) |
HEAP_REQUEST_ALIGNMENT:LongWord = SIZE_4K;
|
The required alignment for Heap Manager requests (eg RequestSharedHeapBlock etc) (Set by board specific initialization if not default)(Must be a power of 2) |
Heap behaviour
HEAP_NORMAL_SHARED:LongBool;
|
If True then Normal memory is considered Shared memory by the Heap Manager (Default False) |
HEAP_NORMAL_LOCAL:LongBool;
|
If True then Normal memory is considered Local memory by the Heap Manager (Default False) |
HEAP_NORMAL_CODE:LongBool;
|
If True then Normal memory is considered Code memory by the Heap Manager (Default False) |
HEAP_NORMAL_DEVICE:LongBool;
|
If True then Normal memory is considered Device memory by the Heap Manager (Default False) |
HEAP_NORMAL_NOCACHE:LongBool;
|
If True then Normal memory is considered Non Cached memory by the Heap Manager (Default False) |
HEAP_NORMAL_NONSHARED:LongBool;
|
If True then Normal memory is considered Non Shared memory by the Heap Manager (Default False) |
HEAP_LOCAL_CACHE_COHERENT:LongBool;
|
If True then Local memory is considered cache coherent (Default False) |
HEAP_IRQ_CACHE_COHERENT:LongBool;
|
If True then IRQ memory is considered cache coherent (Default False) |
HEAP_FIQ_CACHE_COHERENT:LongBool;
|
If True then FIQ memory is considered cache coherent (Default False) |
Heap locking
HEAP_LOCK_SPIN:LongBool;
|
If True then Heap lock uses Spin instead of Mutex (Default False) |
Stack alignment
STACK_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);
|
The default alignment for Thread stacks (Set by board specific initialization if not default)(Must be a power of 2) |
Threadvar alignment
THREADVAR_MIN_ALIGNMENT:LongWord = SizeOf(Pointer);
|
The default alignment for Thread Vars (Set by board specific initialization if not default) |
Initial heap allocation (Used prior to Memory Manager initialization)
INITIAL_HEAP_SIZE:LongWord = SIZE_64K;
|
The size of the initial heap allocation (Set by board specific initialization if not default) |
INITIAL_HEAP_BASE:PtrUInt;
|
The base address of the initial heap allocation (Set by StartupHandler) |
Initial thread defaults
(The first created thread for the primary CPU which becomes either IRQ_THREAD_HANDLE[CPU_ID_0] or FIQ_THREAD_HANDLE[CPU_ID_0])
INITIAL_TLS_SIZE:LongWord = SIZE_16K;
|
Default TLS (Thread Var) block size for the Initial Thread (Calculated TLS size is used for all other threads) |
INITIAL_STACK_SIZE:LongWord = SIZE_32K;
|
Default stack size for the Initial Thread |
INITIAL_STACK_BASE:PtrUInt;
|
The base address (Top) of the stack for the Initial Thread (Set by StartupHandler) |
Boot thread defaults
(The first created thread for each secondary CPU which becomes either IRQ_THREAD_HANDLE[CPUID] or FIQ_THREAD_HANDLE[CPUID])
BOOT_STACK_SIZE:LongWord = SIZE_32K;
|
Default stack size for the Boot Threads |
BOOT_STACK_BASE:array of PtrUInt;
|
The base address (Top) of the stack for the Boot Threads (One per CPU, allocated by threads initialization) |
BOOT_THREAD_HANDLE:array of TThreadHandle;
|
Handles of the Boot Threads (One per CPU, allocated by threads initialization) |
Idle thread defaults
IDLE_STACK_SIZE:LongWord = SIZE_32K;
|
Default stack size for Idle Threads |
IDLE_THREAD_HANDLE:array of TThreadHandle;
|
Handles of the Idle Threads (One per CPU, allocated by threads initialization) |
IRQ thread defaults
IRQ_STACK_SIZE:LongWord = SIZE_32K;
|
Default stack size for IRQ Threads |
IRQ_STACK_BASE:array of PtrUInt;
|
The base address (Top) of the stack for the IRQ Threads (One per CPU, allocated by threads initialization) |
IRQ_THREAD_HANDLE:array of TThreadHandle;
|
Handles of the IRQ Threads (One per CPU, allocated by threads initialization) |
FIQ thread defaults
FIQ_STACK_SIZE:LongWord = SIZE_32K;
|
Default stack size for FIQ Threads |
FIQ_STACK_BASE:array of PtrUInt;
|
The base address (Top) of the stack for the FIQ Threads (One per CPU, allocated by threads initialization) |
FIQ_THREAD_HANDLE:array of TThreadHandle;
|
Handles of the FIQ Threads (One per CPU, allocated by threads initialization) |
SWI thread defaults
SWI_STACK_SIZE:LongWord = SIZE_32K;
|
Default stack size for Software Interrupt Handlers (SWI) |
SWI_STACK_BASE:array of PtrUInt;
|
The base address (Top) of the stack for the Software Interrupt Handlers (One per CPU, allocated by threads initialization) |
SWI_THREAD_HANDLE:array of TThreadHandle;
|
Handles of the Software Interrupt Handler (SWI) Threads (One per CPU, allocated by threads initialization) |
Thread defaults
THREAD_SHARED_MEMORY:LongBool;
|
Threads are allocated from Shared memory regions if True |
THREAD_STACK_DEFAULT_SIZE:LongWord = SIZE_256K;
|
Default stack size for all threads (Unless specified during creation) |
THREAD_STACK_MINIMUM_SIZE:LongWord = SIZE_1K;
|
Minimum thread stack size |
THREAD_STACK_MAXIMUM_SIZE:LongWord = SIZE_1M;
|
Maximum thread stack size |
THREAD_NAME_DEFAULT:String;
|
The default name for new threads |
THREAD_MESSAGES_MAXIMUM:LongWord = SIZE_256;
|
Maximum number of messages that can be stored in a thread message list |
ABORT stack defaults
ABORT_STACK_SIZE:LongWord = SIZE_4K;
|
Default stack size for Data and/or Prefetch Abort Handlers |
ABORT_STACK_BASE:array of PtrUInt;
|
The base address (Top) of the stack for the Data and/or Prefetch Abort Handlers (One per CPU, allocated by threads initialization) |
UNDEFINED stack defaults
UNDEFINED_STACK_SIZE:LongWord = SIZE_4K;
|
Default stack size for Undefined Instruction Handlers |
UNDEFINED_STACK_BASE:array of PtrUInt;
|
The base address (Top) of the stack for the Undefined Instruction Handlers (One per CPU, allocated by threads initialization) |
Scheduler configuration
Scheduler defaults
SCHEDULER_INTERRUPTS_PER_SECOND:LongWord = 1000;
|
How many scheduler interrupts to schedule per second (1000 equals 1 per millisecond) |
SCHEDULER_INTERRUPTS_PER_MILLISECOND:LongWord = 1;
|
How many scheduler interrupts occur every millisecond (Normally 1 if SCHEDULER_INTERRUPTS_PER_SECOND is 1000) |
SCHEDULER_CLOCKS_PER_INTERRUPT:LongWord;
|
How many clock cycles between scheduler interrupts (Normally CLOCK_FREQUENCY div SCHEDULER_INTERRUPTS_PER_SECOND) |
SCHEDULER_CLOCKS_TOLERANCE:LongWord;
|
How many clock cycles tolerance when scheduling the next scheduler interrupt (Normally SCHEDULER_CLOCKS_PER_INTERRUPT div 10) |
SCHEDULER_CPU_COUNT:LongWord;
|
The current CPU count used by the scheduler (Requested from CPUGetCount) (Set by threads initialization) |
SCHEDULER_CPU_MASK:LongWord;
|
The current CPU mask used by the scheduler (Requested from CPUGetMask) (Set by threads initialization) |
SCHEDULER_CPU_BOOT:LongWord;
|
The current boot CPU id used by the scheduler (Requested from CPUGetBoot) (Set by threads initialization) |
SCHEDULER_THREAD_QUANTUM:LongWord = 6;
|
How many scheduler interrupts for the base thread quantum (Actual quantum is adjusted by priority) |
SCHEDULER_PRIORITY_QUANTUM:array of LongWord;
|
How many scheduler interrupts to adjust the base thread quantum for each priority level (One per priority level, allocated by threads initialization) |
SCHEDULER_MIGRATION_QUANTUM:LongWord = 100;
|
How many scheduler thread switches between thread migration checks |
SCHEDULER_STARVATION_QUANTUM:LongWord = 5;
|
How many scheduler thread switches between thread starvation checks |
SCHEDULER_TERMINATION_QUANTUM:LongWord = 30000;
|
How many scheduler interrupts to wait between thread termination and thread destruction |
SCHEDULER_MIGRATION_OFFSET:LongWord = 5;
|
The minimum offset between CPU thread counts for a migration to occur |
SCHEDULER_PRIORITY_MASK:array of LongWord;
|
Mask value of each thread priority level used for determining highest priority thread (One per priority level, allocated by threads initialization) |
SCHEDULER_FIQ_ENABLED:LongBool;
|
The Scheduler uses Fast Interrupt Requests (FIQ) instead of IRQ |
SCHEDULER_SWI_ENABLED:LongBool;
|
The Scheduler uses Software Interrupts for rescheduling instead of direct context switch |
SCHEDULER_SECONDARY_WAIT:LongBool = False;
|
If True all secondary CPUs wait until initialization is completed |
SCHEDULER_SECONDARY_DISABLED:LongBool;
|
If True all secondary CPUs will be put to sleep during boot |
SCHEDULER_IDLE_WAIT:LongBool;
|
If True then the idle loop will wait in low power state on each iteration (May affect utilization calculation) |
SCHEDULER_IDLE_OFFSET:LongWord;
|
Idle loop delay per iteration (Milliseconds) |
SCHEDULER_IDLE_PER_SECOND:LongWord;
|
How many idle loops complete in one second when no other tasks are running (Set by threads initialization) |
TIME_TICKS_PER_SCHEDULER_INTERRUPT:LongWord;
|
How many 100 nanosecond time ticks per scheduler interrupt |
Peripheral configuration (Set by PeripheralInit)
Peripheral addresses
INTERRUPT_REGS_BASE:LongWord;
|
The base address of the Interrupt Controller registers (If Applicable) |
SYSTEMTIMER_REGS_BASE:LongWord;
|
The base address of the System Timer registers (If Applicable) |
TIMER_REGS_BASE:LongWord;
|
The base address of the Timer registers (If Applicable) |
GPIO_REGS_BASE:LongWord;
|
The base address of the GPIO registers (If Applicable) |
UART_REGS_BASE:LongWord;
|
The base address of the primary UART registers (If Applicable) |
SPI_REGS_BASE:LongWord;
|
The base address of the primary SPI registers (If Applicable) |
I2C_REGS_BASE:LongWord;
|
The base address of the primary I2C registers (If Applicable) |
I2S_REGS_BASE:LongWord;
|
The base address of the primary I2S registers (If Applicable) |
PWM_REGS_BASE:LongWord;
|
The base address of the primary PWM registers (If Applicable) |
LED configuration (Set by specific PlatformInit)
Power LED
POWER_LED_PIN:LongWord = GPIO_PIN_UNKNOWN;
|
The GPIO Pin for the Power LED (Where Applicable) |
POWER_LED_PULL:LongWord = GPIO_PULL_UNKNOWN;
|
The GPIO Pull Select for the Power LED (Where Applicable) |
POWER_LED_FUNCTION:LongWord = GPIO_FUNCTION_UNKNOWN;
|
The GPIO Function Select for the Power LED (Where Applicable) |
POWER_LED_ACTIVE_LOW:LongBool;
|
If True the Power LED is Active Low (Clear Pin to Turn On) (Where Applicable) |
Activity LED
ACTIVITY_LED_PIN:LongWord = GPIO_PIN_UNKNOWN;
|
The GPIO Pin for the Activity LED (Where Applicable) |
ACTIVITY_LED_PULL:LongWord = GPIO_PULL_UNKNOWN;
|
The GPIO Pull Select for the Activity LED (Where Applicable) |
ACTIVITY_LED_FUNCTION:LongWord = GPIO_FUNCTION_UNKNOWN;
|
The GPIO Function Select for the Activity LED (Where Applicable) |
ACTIVITY_LED_ACTIVE_LOW:LongBool;
|
If True the Activity LED is Active Low (Clear Pin to Turn On) (Where Applicable) |
Console and frameBuffer configuration
Console
CONSOLE_DEFAULT_FORECOLOR:LongWord;
|
The default foreground color for the console |
CONSOLE_DEFAULT_BACKCOLOR:LongWord;
|
The default background color for the console |
CONSOLE_DEFAULT_BORDERWIDTH:LongWord;
|
The default border width for the console |
CONSOLE_DEFAULT_BORDERCOLOR:LongWord;
|
The default border color for the console |
CONSOLE_DEFAULT_FONT:THandle = INVALID_HANDLE_VALUE;
|
The default Font for the console |
CONSOLE_LINE_WRAP:LongBool = True;
|
If True then wrap long lines to the next line when writing to the console (Sets CONSOLE_FLAG_LINE_WRAP on device / WINDOW_FLAG_LINE_WRAP on windows) |
CONSOLE_AUTO_SCROLL:LongBool = True;
|
If True then automatically scroll up on reaching the last line of the console (Sets CONSOLE_FLAG_AUTO_SCROLL on device / WINDOW_FLAG_AUTO_SCROLL on windows) |
CONSOLE_DMA_BOX:LongBool = True;
|
If True then use DMA (If available) to draw console window boxes (Sets CONSOLE_FLAG_DMA_BOX on device) |
CONSOLE_DMA_TEXT:LongBool = False;
|
If True then use DMA (If available) to draw console window text (Sets CONSOLE_FLAG_DMA_TEXT on device) |
CONSOLE_DMA_LINE:LongBool = True;
|
If True then use DMA (If available) to draw console window lines (Sets CONSOLE_FLAG_DMA_LINE on device) |
CONSOLE_DMA_FILL:LongBool = True;
|
If True then use DMA (If available) to fill console windows (Sets CONSOLE_FLAG_DMA_FILL on device) |
CONSOLE_DMA_CLEAR:LongBool = True;
|
If True then use DMA (If available) to clear console windows (Sets CONSOLE_FLAG_DMA_CLEAR on device) |
CONSOLE_DMA_SCROLL:LongBool = True;
|
If True then use DMA (If available) to scroll console windows (Sets CONSOLE_FLAG_DMA_SCROLL on device) |
CONSOLE_REGISTER_LOGGING:LongBool = False;
|
If True then register any Console device as a Logging device (Only if Console unit included) |
CONSOLE_LOGGING_DEFAULT:LongBool = False;
|
If True then a Console device can be the default Logging device |
CONSOLE_LOGGING_POSITION:LongWord = CONSOLE_POSITION_RIGHT;
|
The default Console Window position for the console Logging device |
CONSOLE_LOGGING_DEVICE:String;
|
The console device Name (or Desription) to create the Logging window on, if blank create on default device |
CONSOLE_CRT_POSITION:LongWord = CONSOLE_POSITION_FULL;
|
The default Console Window position for the CRT unit (Only if CRT unit included) |
CONSOLE_VIDEO_POSITION:LongWord = CONSOLE_POSITION_FULL;
|
The default Console Window position for the ConsoleVideo unit (Only if ConsoleVideo unit included) |
CONSOLE_VIDEO_DEVICE:String;
|
The console device Name (or Description) to create the ConsoleVideo window on, if blank create on default device |
CONSOLE_VIDEO_WINDOW:THandle = INVALID_HANDLE_VALUE;
|
The console window used or created by the ConsoleVideo unit |
CONSOLE_VIDEO_FONT:String;
|
The font name to use for the ConsoleVideo window, if blank use the default font (Default8x16) |
Window
WINDOW_DEFAULT_FORECOLOR:LongWord;
|
The default foreground color for console windows |
WINDOW_DEFAULT_BACKCOLOR:LongWord;
|
The default background color for console windows |
WINDOW_DEFAULT_BORDERWIDTH:LongWord;
|
The default border width for console windows |
WINDOW_DEFAULT_BORDERCOLOR:LongWord;
|
The default border color for console windows |
WINDOW_DEFAULT_FONT:THandle = INVALID_HANDLE_VALUE;
|
The default Font for console windows |
Framebuffer console
FRAMEBUFFER_CONSOLE_AUTOCREATE:LongBool = True;
|
If True then auto create a console on any framebuffer device (Only if Console unit included) |
FRAMEBUFFER_CONSOLE_DEFAULT_DESKTOPOFFSET:LongWord;
|
The default desktop offset for the framebuffer console |
FRAMEBUFFER_CONSOLE_DEFAULT_DESKTOPCOLOR:LongWord;
|
The default desktop color for the framebuffer console |
Framebuffer
FRAMEBUFFER_DEFAULT_DEPTH:LongWord = FRAMEBUFFER_DEPTH_32;
|
The default (Detected / Configured) Framebuffer depth in bits per pixel |
FRAMEBUFFER_DEFAULT_ORDER:LongWord = FRAMEBUFFER_ORDER_RGB;
|
The default (Detected / Configured) Framebuffer pixel order |
FRAMEBUFFER_DEFAULT_MODE:LongWord = FRAMEBUFFER_MODE_ENABLED;
|
The default (Detected / Configured) Framebuffer alpha mode |
FRAMEBUFFER_DEFAULT_WIDTH:LongWord;
|
The default (Detected / Configured) Framebuffer width in pixels |
FRAMEBUFFER_DEFAULT_HEIGHT:LongWord;
|
The default (Detected / Configured) Framebuffer height in pixels |
FRAMEBUFFER_DEFAULT_OFFSET_X:LongWord;
|
The default (Configured) Framebuffer X offset in pixels |
FRAMEBUFFER_DEFAULT_OFFSET_Y:LongWord;
|
The default (Configured) Framebuffer Y offset in pixels |
FRAMEBUFFER_DEFAULT_OVERSCAN_TOP:LongWord;
|
The default (Detected / Configured) Framebuffer Top overscan in pixels |
FRAMEBUFFER_DEFAULT_OVERSCAN_BOTTOM:LongWord;
|
The default (Detected / Configured) Framebuffer Bottom overscan in pixels |
FRAMEBUFFER_DEFAULT_OVERSCAN_LEFT:LongWord;
|
The default (Detected / Configured) Framebuffer Left overscan in pixels |
FRAMEBUFFER_DEFAULT_OVERSCAN_RIGHT:LongWord;
|
The default (Detected / Configured) Framebuffer Right overscan in pixels |
FRAMEBUFFER_DEFAULT_ROTATION:LongWord = FRAMEBUFFER_ROTATION_0;
|
The default (Detected / Configured) Framebuffer rotation on degress (Where Applicable) |
Command line and environment configuration
Command line
KERNEL_NAME:PChar;
|
The name of the Kernel image (Returned by ParamStr(0) or argv[0]) |
KERNEL_CONFIG:PChar;
|
The name of the Kernel configuration file (Where Applicable) |
KERNEL_COMMAND:PChar;
|
The name of the Kernel command line file (Where Applicable) |
Environment
ENVIRONMENT_STRING_COUNT:LongWord = SIZE_64;
|
How many strings are allocated in the environment block (for Get/SetEnvironmentVariable) |
Timezone configuration
TIMEZONE_TIME_OFFSET:LongInt;
|
The current time offset between UTC and Local time (Minutes) |
TIMEZONE_TIME_ADJUST:LongInt;
|
The current time offset between Local and Adjusted time (Minutes) |
TIMEZONE_UPDATE_LAST:Int64;
|
The clock time of the last timezone update check |
TIMEZONE_UPDATE_CURRENT:LongBool;
|
If true then a timezone update check is in progress |
TIMEZONE_DEFAULT_NAME:String;
|
The name of the default timezone |
DMA configuration
DMA defaults
DMA_ALIGNMENT:LongWord;
|
The default alignment for DMA memory allocations |
DMA_MULTIPLIER:LongWord;
|
The default multiplier for DMA memory allocations |
DMA_SHARED_MEMORY:LongBool;
|
DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
DMA_NOCACHE_MEMORY:LongBool;
|
DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
DMA_BUS_ADDRESSES:LongBool;
|
DMA control blocks and DMA buffers are referenced by Bus addresses if True |
DMA_CACHE_COHERENT:LongBool;
|
DMA control blocks and DMA buffers are considered cache coherent if True |
Device configuration
Device defaults
DEVICE_SHARED_MEMORY:LongBool;
|
Devices are allocated from Shared memory regions if True |
DEVICE_REGISTER_CLOCK:LongBool = False;
|
If True then register the default clock device handlers (Default False) |
DEVICE_REGISTER_TIMER:LongBool = True;
|
If True then register the default timer device handlers |
DEVICE_REGISTER_RANDOM:LongBool = True;
|
If True then register the default random device handlers |
DEVICE_REGISTER_MAILBOX:LongBool = True;
|
If True then register the default mailbox device handlers |
DEVICE_REGISTER_WATCHDOG:LongBool = True;
|
If True then register the default watchdog device handlers |
Driver configuration
Driver defaults
DRIVER_SHARED_MEMORY:LongBool;
|
Drivers are allocated from Shared memory regions if True |
Host configuration
Host defaults
HOST_SHARED_MEMORY:LongBool;
|
Hosts are allocated from Shared memory regions if True |
Serial configuration
SERIAL_REGISTER_LOGGING:LongBool = False;
|
If True then register any Serial device as a Logging device (Only if Serial unit included) |
SERIAL_LOGGING_DEFAULT:LongBool = False;
|
If True then a Serial device can be the default Logging device |
SERIAL_LOGGING_PARAMETERS:String = '0,N,8,1';
|
The default serial settings for the serial logging device (BaudRate,Parity,DataBits,StopBits)(BaudRate 0 equals use default rate) |
Logging configuration
Logging defaults
LOGGING_DIRECT_ENABLE:LongBool;
|
If True then logging output is written directly and not scheduled via the logging thread |
LOGGING_MESSAGESLOT_MAXIMUM:LongWord = SIZE_8K;
|
Maximum number of messages for the logging messageslot |
Syscalls configuration
SYSCALLS_HEAP_BASE:PtrUInt = $C0000000;
|
The starting address for the dynamic C library heap space (Only if Syscalls unit included)(0 equals use static heap space only) |
SYSCALLS_HEAP_MIN:LongWord = SIZE_2M;
|
The minimum size of the dynamic C library heap space (Only if Syscalls unit included)(Or the total size if using static heap space) |
SYSCALLS_HEAP_MAX:LongWord = SIZE_1G;
|
The maximum size of the dynamic C library heap space (Only if Syscalls unit included)(Ignored if using static heap space only) |
SYSCALLS_HEAP_BLOCKSIZE:LongWord = SIZE_1M;
|
The block size to request from the heap manager on each expansion of the dynamic C library heap space (Only if Syscalls unit included) |
Generic Peripheral configuration (Set by PeripheralInit)
GPIO
GPIO_PIN_COUNT:LongWord;
|
The number of GPIO pins available on this board |
Virtual GPIO
VIRTUAL_GPIO_PIN_COUNT:LongWord;
|
The number of Virtual GPIO pins available on this board |
Keyboard
KEYBOARD_NUM_LOCK_DEFAULT:LongBool = True;
|
If True then set Num Lock to On by default for all keyboards (Default: True) |
KEYBOARD_CAPS_LOCK_DEFAULT:LongBool = False;
|
If True then set Caps Lock to On by default for all keyboards |
KEYBOARD_SCROLL_LOCK_DEFAULT:LongBool = False;
|
If True then set Scroll Lock to On by default for all keyboards |
KEYBOARD_CTRL_ALT_IS_ALTGR:LongBool = False;
|
If True then pressing Ctrl+Alt acts as the AltGr key |
KEYBOARD_SHIFT_IS_CAPS_LOCK_OFF:LongBool = False;
|
If True then pressing Shift turns Off Caps Lock |
Mouse
MOUSE_SWAP_BUTTONS_DEFAULT:LongBool = False;
|
If True then set Swap Buttons (Left <-> Right) to On by default for all mice |
Touch
TOUCH_MOUSE_DATA_DEFAULT:LongBool = True;
|
If True then set all touch devices to add mouse data events for compatibility (Default: True) |
USB
USB_AUTOSTART:LongBool = True;
|
If True then auto start the USB subsystem on boot (Only if USB unit included) |
USB_ASYNCSTART:LongBool = True;
|
If True then auto start asynchronously using a worker thread instead of the main thread |
USB_DMA_ALIGNMENT:LongWord;
|
The default alignment for USB DMA memory allocations |
USB_DMA_MULTIPLIER:LongWord;
|
The default multiplier for USB DMA memory allocations |
USB_DMA_SHARED_MEMORY:LongBool;
|
USB DMA buffers are allocated from Shared memory regions if True |
USB_DMA_NOCACHE_MEMORY:LongBool;
|
USB DMA buffers are allocated from Non Cached memory regions if True |
USB_DMA_BUS_ADDRESSES:LongBool;
|
USB DMA buffers are referenced by Bus addresses if True |
USB_DMA_CACHE_COHERENT:LongBool;
|
USB DMA buffers are considered cache coherent if True |
MMC
MMC_AUTOSTART:LongBool = True;
|
If True then auto start the MMC/SD subsystem on boot (Only if MMC unit included) |
MMC_ASYNCSTART:LongBool = True;
|
If True then auto start asynchronously using a worker thread instead of the main thread |
MMC_DMA_ALIGNMENT:LongWord;
|
The default alignment for MMC DMA memory allocations |
MMC_DMA_MULTIPLIER:LongWord;
|
The default multiplier for MMC DMA memory allocations |
MMC_DMA_SHARED_MEMORY:LongBool;
|
MMC DMA buffers are allocated from Shared memory regions if True |
MMC_DMA_NOCACHE_MEMORY:LongBool;
|
MMC DMA buffers are allocated from Non Cached memory regions if True |
MMC_DMA_BUS_ADDRESSES:LongBool;
|
MMC DMA buffers are referenced by Bus addresses if True |
MMC_DMA_CACHE_COHERENT:LongBool;
|
MMC DMA buffers are considered cache coherent if True |
USB hub
USB_HUB_MESSAGESLOT_MAXIMUM:LongWord = SIZE_512;
|
Maximum number of messages for the USB hub messageslot |
USB keyboard
USB_KEYBOARD_POLLING_INTERVAL:LongWord = 10;
|
Override the default polling interval for a USB keyboard (Milliseconds) |
USB mouse
USB_MOUSE_POLLING_INTERVAL:LongWord = 10;
|
Override the default polling interval for a USB mouse (Milliseconds) |
USB storage
USB_STORAGE_FORCE_REMOVABLE:LongBool;
|
If True then all USB storage devices will be assumed to be removable |
Specific Peripheral configuration (Set by PeripheralInit)
DWCOTG (Synopsys DesignWare Hi-Speed USB 2.0 On-The-Go Controller)
DWCOTG_IRQ:LongWord;
|
The IRQ number of the DWCOTG device |
DWCOTG_POWER_ID:LongWord;
|
The power id of the DWCOTG device |
DWCOTG_REGS_BASE:LongWord;
|
The base address of the DWCOTG registers |
DWCOTG_FIQ_ENABLED:LongBool;
|
The DWCOTG device uses Fast Interrupt Requests (FIQ) instead of IRQ |
DWCOTG_DMA_ALIGNMENT:LongWord;
|
The default alignment for DWCOTG DMA memory allocations |
DWCOTG_DMA_MULTIPLIER:LongWord;
|
The default multiplier for DWCOTG DMA memory allocations |
DWCOTG_DMA_SHARED_MEMORY:LongBool;
|
DWCOTG DMA buffers are allocated from Shared memory regions if True |
DWCOTG_DMA_NOCACHE_MEMORY:LongBool;
|
DWCOTG DMA buffers are allocated from Non Cached memory regions if True |
DWCOTG_DMA_BUS_ADDRESSES:LongBool;
|
DWCOTG DMA buffers are referenced by Bus addresses if True |
DWCOTG_DMA_CACHE_COHERENT:LongBool;
|
DWCOTG DMA buffers are considered cache coherent if True |
DWCOTG_HOST_FRAME_INTERVAL:LongBool;
|
Update the host frame interval register on root port enable if True |
SMSC95XX (SMSC LAN95xx USB Ethernet Driver)
SMSC95XX_MAC_ADDRESS:String;
|
The preconfigured MAC address for an SMSC95XX device |
BCM2708
BCM2708DMA_ALIGNMENT:LongWord;
|
The default alignment for BCM2708 DMA memory allocations |
BCM2708DMA_MULTIPLIER:LongWord;
|
The default multiplier for BCM2708 DMA memory allocations |
BCM2708DMA_SHARED_MEMORY:LongBool;
|
BCM2708 DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
BCM2708DMA_NOCACHE_MEMORY:LongBool;
|
BCM2708 DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
BCM2708DMA_BUS_ADDRESSES:LongBool;
|
BCM2708 DMA control blocks and DMA buffers are referenced by Bus addresses if True |
BCM2708DMA_CACHE_COHERENT:LongBool;
|
BCM2708 DMA control blocks and DMA buffers are considered cache coherent if True |
BCM2708I2C_COMBINED_WRITEREAD:LongBool;
|
If True then the BCM2708 I2C driver can do combined Write/Read transactions |
BCM2708SDHCI_FIQ_ENABLED:LongBool;
|
The BCM2708 SDHCI device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2708ARM_TIMER_FIQ_ENABLED:LongBool;
|
The BCM2708 ARM Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2708FRAMEBUFFER_ALIGNMENT:LongWord;
|
The memory alignment for the BCM2708 Framebuffer device |
BCM2708FRAMEBUFFER_CACHED:LongBool;
|
If True then the BCM2708 Framebuffer device is in cached memory (Requires CleanCacheRange on write) |
BCM2708_REGISTER_SPI0:LongBool = True;
|
If True then register the BCM2708 SPI0 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_SPI1:LongBool = True;
|
If True then register the BCM2708 SPI1 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_SPI2:LongBool = True;
|
If True then register the BCM2708 SPI2 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_I2C0:LongBool = True;
|
If True then register the BCM2708 I2C0 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_I2C1:LongBool = True;
|
If True then register the BCM2708 I2C1 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_DMA:LongBool = True;
|
If True then register the BCM2708 DMA host during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_PWM:LongBool = True;
|
If True then register the BCM2708 PWM device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_PCM:LongBool = True;
|
If True then register the BCM2708 PCM device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_GPIO:LongBool = True;
|
If True then register the BCM2708 GPIO device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_UART0:LongBool = True;
|
If True then register the BCM2708 UART0 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_UART1:LongBool = True;
|
If True then register the BCM2708 UART1 device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_SDHCI:LongBool = True;
|
If True then register the BCM2708 SDHCI host during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_SPISLAVE:LongBool = True;
|
If True then register the BCM2708 SPI slave device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_I2CSLAVE:LongBool = True;
|
If True then register the BCM2708 I2C slave device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_PWMAUDIO:LongBool = True;
|
If True then register the BCM2708 PWM Audio device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_SYS_CLOCK:LongBool = True;
|
If True then register the BCM2708 System Timer Clock device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_ARM_CLOCK:LongBool = True;
|
If True then register the BCM2708 ARM Timer Clock device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_ARM_TIMER:LongBool = True;
|
If True then register the BCM2708 ARM Timer device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_RANDOM:LongBool = True;
|
If True then register the BCM2708 Random device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_MAILBOX:LongBool = True;
|
If True then register the BCM2708 Mailbox device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_WATCHDOG:LongBool = True;
|
If True then register the BCM2708 Watchdog device during boot (Only if BCM2708 unit included) |
BCM2708_REGISTER_FRAMEBUFFER:LongBool = True;
|
If True then register the BCM2708 Framebuffer device during boot (Only if BCM2708 unit included) |
BCM2709
BCM2709DMA_ALIGNMENT:LongWord;
|
The default alignment for BCM2709 DMA memory allocations |
BCM2709DMA_MULTIPLIER:LongWord;
|
The default multiplier for BCM2709 DMA memory allocations |
BCM2709DMA_SHARED_MEMORY:LongBool;
|
BCM2709 DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
BCM2709DMA_NOCACHE_MEMORY:LongBool;
|
BCM2709 DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
BCM2709DMA_BUS_ADDRESSES:LongBool;
|
BCM2709 DMA control blocks and DMA buffers are referenced by Bus addresses if True |
BCM2709DMA_CACHE_COHERENT:LongBool;
|
BCM2709 DMA control blocks and DMA buffers are considered cache coherent if True |
BCM2709I2C_COMBINED_WRITEREAD:LongBool;
|
If True then the BCM2709 I2C driver can do combined Write/Read transactions |
BCM2709SDHCI_FIQ_ENABLED:LongBool;
|
The BCM2709 SDHCI device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2709ARM_TIMER_FIQ_ENABLED:LongBool;
|
The BCM2709 ARM Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2709LOCAL_TIMER_FIQ_ENABLED:LongBool;
|
The BCM2709 Local Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2709FRAMEBUFFER_ALIGNMENT:LongWord;
|
The memory alignment for the BCM2709 Framebuffer device |
BCM2709FRAMEBUFFER_CACHED:LongBool;
|
If True then the BCM2709 Framebuffer device is in cached memory (Requires CleanCacheRange on write) |
BCM2709_REGISTER_SPI0:LongBool = True;
|
If True then register the BCM2709 SPI0 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_SPI1:LongBool = True;
|
If True then register the BCM2709 SPI1 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_SPI2:LongBool = True;
|
If True then register the BCM2709 SPI2 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_I2C0:LongBool = True;
|
If True then register the BCM2709 I2C0 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_I2C1:LongBool = True;
|
If True then register the BCM2709 I2C1 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_DMA:LongBool = True;
|
If True then register the BCM2709 DMA host during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_PWM:LongBool = True;
|
If True then register the BCM2709 PWM device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_PCM:LongBool = True;
|
If True then register the BCM2709 PCM device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_GPIO:LongBool = True;
|
If True then register the BCM2709 GPIO device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_UART0:LongBool = True;
|
If True then register the BCM2709 UART0 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_UART1:LongBool = True;
|
If True then register the BCM2709 UART1 device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_SDHCI:LongBool = True;
|
If True then register the BCM2709 SDHCI host during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_SPISLAVE:LongBool = True;
|
If True then register the BCM2709 SPI slave device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_I2CSLAVE:LongBool = True;
|
If True then register the BCM2709 I2C slave device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_PWMAUDIO:LongBool = True;
|
If True then register the BCM2709 PWM Audio device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_SYS_CLOCK:LongBool = True;
|
If True then register the BCM2709 System Timer Clock device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_ARM_CLOCK:LongBool = True;
|
If True then register the BCM2709 ARM Timer Clock device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_LOCAL_CLOCK:LongBool = True;
|
If True then register the BCM2709 Local Timer Clock device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_ARM_TIMER:LongBool = True;
|
If True then register the BCM2709 ARM Timer device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_LOCAL_TIMER:LongBool = True;
|
If True then register the BCM2709 Local Timer device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_RANDOM:LongBool = True;
|
If True then register the BCM2709 Random device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_MAILBOX:LongBool = True;
|
If True then register the BCM2709 Mailbox device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_WATCHDOG:LongBool = True;
|
If True then register the BCM2709 Watchdog device during boot (Only if BCM2709 unit included) |
BCM2709_REGISTER_FRAMEBUFFER:LongBool = True;
|
If True then register the BCM2709 Framebuffer device during boot (Only if BCM2709 unit included) |
BCM2710
BCM2710DMA_ALIGNMENT:LongWord;
|
The default alignment for BCM2710 DMA memory allocations |
BCM2710DMA_MULTIPLIER:LongWord;
|
The default multiplier for BCM2710 DMA memory allocations |
BCM2710DMA_SHARED_MEMORY:LongBool;
|
BCM2710 DMA control blocks and DMA buffers are allocated from Shared memory regions if True |
BCM2710DMA_NOCACHE_MEMORY:LongBool;
|
BCM2710 DMA control blocks and DMA buffers are allocated from Non Cached memory regions if True |
BCM2710DMA_BUS_ADDRESSES:LongBool;
|
BCM2710 DMA control blocks and DMA buffers are referenced by Bus addresses if True |
BCM2710DMA_CACHE_COHERENT:LongBool;
|
BCM2710 DMA control blocks and DMA buffers are considered cache coherent if True |
BCM2710I2C_COMBINED_WRITEREAD:LongBool;
|
If True then the BCM2710 I2C driver can do combined Write/Read transactions |
BCM2710SDHCI_FIQ_ENABLED:LongBool;
|
The BCM2710 SDHCI device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2710ARM_TIMER_FIQ_ENABLED:LongBool;
|
The BCM2710 ARM Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2710LOCAL_TIMER_FIQ_ENABLED:LongBool;
|
The BCM2710 Local Timer device uses Fast Interrupt Requests (FIQ) instead of IRQ |
BCM2710FRAMEBUFFER_ALIGNMENT:LongWord;
|
The memory alignment for the BCM2710 Framebuffer device |
BCM2710FRAMEBUFFER_CACHED:LongBool;
|
If True then the BCM2710 Framebuffer device is in cached memory (Requires CleanCacheRange on write) |
BCM2710_REGISTER_SPI0:LongBool = True;
|
If True then register the BCM2710 SPI0 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_SPI1:LongBool = True;
|
If True then register the BCM2710 SPI1 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_SPI2:LongBool = True;
|
If True then register the BCM2710 SPI2 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_I2C0:LongBool = True;
|
If True then register the BCM2710 I2C0 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_I2C1:LongBool = True;
|
If True then register the BCM2710 I2C1 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_DMA:LongBool = True;
|
If True then register the BCM2710 DMA host during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_PWM:LongBool = True;
|
If True then register the BCM2710 PWM device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_PCM:LongBool = True;
|
If True then register the BCM2710 PCM device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_GPIO:LongBool = True;
|
If True then register the BCM2710 GPIO device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_UART0:LongBool = True;
|
If True then register the BCM2710 UART0 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_UART1:LongBool = True;
|
If True then register the BCM2710 UART1 device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_SDHCI:LongBool = True;
|
If True then register the BCM2710 SDHCI host during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_SPISLAVE:LongBool = True;
|
If True then register the BCM2710 SPI slave device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_I2CSLAVE:LongBool = True;
|
If True then register the BCM2710 I2C slave device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_PWMAUDIO:LongBool = True;
|
If True then register the BCM2710 PWM Audio device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_SYS_CLOCK:LongBool = True;
|
If True then register the BCM2710 System Timer Clock device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_ARM_CLOCK:LongBool = True;
|
If True then register the BCM2710 ARM Timer Clock device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_LOCAL_CLOCK:LongBool = True;
|
If True then register the BCM2710 Local Timer Clock device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_ARM_TIMER:LongBool = True;
|
If True then register the BCM2710 ARM Timer device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_LOCAL_TIMER:LongBool = True;
|
If True then register the BCM2710 Local Timer device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_RANDOM:LongBool = True;
|
If True then register the BCM2710 Random device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_MAILBOX:LongBool = True;
|
If True then register the BCM2710 Mailbox device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_WATCHDOG:LongBool = True;
|
If True then register the BCM2710 Watchdog device during boot (Only if BCM2710 unit included) |
BCM2710_REGISTER_FRAMEBUFFER:LongBool = True;
|
If True then register the BCM2710 Framebuffer device during boot (Only if BCM2710 unit included) |
Country, codepage, locale and language configuration
COUNTRY_DEFAULT:LongWord = 0;
|
The current default country code |
CODEPAGE_OEM_DEFAULT:LongWord = 437;
|
The current OEM default code page |
CODEPAGE_ANSI_DEFAULT:LongWord = 1252;
|
The current ANSI default code page |
CODEPAGE_CONSOLE_INPUT:LongWord = 1252;
|
The current console input code page |
CODEPAGE_CONSOLE_OUTPUT:LongWord = 1252;
|
The current console output code page |
LOCALE_DEFAULT:LongWord;
|
(LCID) The current default locale |
KEYMAP_DEFAULT:String = 'US';
|
The name of the default keymap |
Disk, controller, filesystem and cache configuration
Filesystem configuration
FILESYS_AUTOSTART:LongBool = True;
|
If True then auto start the filesystem on boot (Only if FileSystem unit included) |
FILESYS_ASYNCSTART:LongBool = True;
|
If True then auto start asynchronously using a worker thread instead of the main thread |
FILESYS_REGISTER_LOGGING:LongBool = True;
|
If True then register filesystem as a Logging device on boot (Only if FileSystem unit included) |
FILESYS_LOGGING_DEFAULT:LongBool = False;
|
If True then filesystem can be the default Logging device (Only if FileSystem unit included) |
FILESYS_LOGGING_FILE:String;
|
The name of the file to log messages to |
FILESYS_LOGGING_MAXSIZE:LongWord;
|
The maximum size of the logging file before rollover (0 for no maximum) |
FILESYS_LOGGING_MAXCOPIES:LongWord;
|
The number of old logging files to keep on rollover (0 for no copies) |
Cache configuration
FILESYS_CACHE_SIZE:LongWord = SIZE_16M;
|
The default filesystem cache size |
FILESYS_CACHE_PAGE:LongWord = SIZE_8K;
|
The size of a filesystem cache page |
FILESYS_CACHE_KEYS:LongWord = SIZE_8;
|
The number of hash keys for the filesystem cache |
FILESYS_CACHE_MODE:LongWord = FILESYS_CACHE_MODE_READWRITE;
|
The default filesystem cache mode |
Filesystem support configuration
FILESYS_FLOPPY_ENABLED:LongBool = True;
|
Enable filesystem floppy drive support |
FILESYS_DRIVES_ENABLED:LongBool = True;
|
Enable filesystem drive letter support |
FILESYS_ATA_ENABLED:LongBool = True;
|
Enable filesystem ATA controller support |
FILESYS_ATAPI_ENABLED:LongBool = True;
|
Enable filesystem ATAPI controller support |
FILESYS_SCSI_ENABLED:LongBool = True;
|
Enable filesystem SCSI controller support |
FILESYS_USB_ENABLED:LongBool = True;
|
Enable filesystem USB controller support |
FILESYS_MMC_ENABLED:LongBool = True;
|
Enable filesystem MMC/SD controller support |
FILESYS_VIRTUAL_ENABLED:LongBool = True;
|
Enable filesystem virtual disk controller support |
FILESYS_FAT_ENABLED:LongBool = True;
|
Enable FAT filesystem support |
FILESYS_NTFS_ENABLED:LongBool = True;
|
Enable NTFS filesystem support |
FILESYS_EXTFS_ENABLED:LongBool = True;
|
Enable EXTFS filesystem support |
FILESYS_CDFS_ENABLED:LongBool = True;
|
Enable CDFS filesystem support |
FILESYS_CASE_FLAGS:LongBool = True;
|
Enable support for case flags in filesystem entries (Where Applicable) |
FILESYS_LONG_NAMES:LongBool = True;
|
Enable support for long file names (greater than 8.3) (Where Applicable) |
FILESYS_OEM_CONVERT:LongBool = True;
|
Enable support for ANSI to OEM / OEM to ANSI character set conversion (Where Applicable) |
FILESYS_NUMERIC_TAIL:LongBool = True;
|
Enable support for numeric tail on generated short file names (Where Applicable) |
FILESYS_DIRTY_CHECK:LongBool = True;
|
Enable support for dirty check on volume mount (Where Applicable) |
FILESYS_QUICK_CHECK:LongBool = True;
|
Enable support for quick volume checking (Where Applicable) |
FILESYS_UPDATE_ACCESSTIME:LongBool = True;
|
Enable support for updating last access time field (Where Applicable) |
FAT configuration
FAT_DEFAULT:LongBool = True;
|
Enable default recognition of non partitioned media as FAT |
FAT_CASE_FLAGS:LongBool = True;
|
Enable support for case flags in FAT filesystem entries |
FAT_LONG_NAMES:LongBool = True;
|
Enable support for FAT long file names (greater than 8.3) |
FAT_OEM_CONVERT:LongBool = True;
|
Enable support for FAT ANSI to OEM / OEM to ANSI character set conversion |
FAT_NUMERIC_TAIL:LongBool = True;
|
Enable support for numeric tail on generated FAT short file names |
FAT_DIRTY_CHECK:LongBool = True;
|
Enable support for dirty check on FAT volume mount |
FAT_QUICK_CHECK:LongBool = True;
|
Enable support for quick FAT volume checking |
NTFS configuration
NTFS_DEFAULT:LongBool = False;
|
Enable default recognition of non partitioned media as NTFS |
NTFS_RESET_LOG:LongBool = True;
|
Reset the NTFS Log File if it was dirty on mount |
NTFS_FIXED_ZONE:LongBool = True;
|
Use the Windows Vista/2008/7 Fixed MFT Zone values (not the Windows NT/2000/XP percentages) |
NTFS_ALT_LAYOUT:LongBool = False;
|
Use the Windows Vista/2008/7 Volume Layout values (not the Windows NT/2000/XP layout) |
NTFS_LENIENT:LongBool = False;
|
Allow certain non fatal errors to be ignored |
NTFS_DEFENSIVE:LongBool = False;
|
Perform more defensive checking of structures and values |
NTFS_AGGRESSIVE:LongBool = False;
|
Attempt to correct certain errors during operation |
NTFS_NO_SHORT_NAMES:LongBool = False;
|
Do not create alternate short file names |
NTFS_NULL_SECURITY:LongBool = False;
|
Do not apply security when creating files and folders (only apply security when SetSecurity called) |
NTFS_DEFAULT_SECURITY:LongBool = False;
|
Apply default permissions (Everyone, Full Control) when creating files and folders |
EXTFS configuration
EXTFS_DEFAULT:LongBool = False;
|
Enable default recognition of non partitioned media as EXTFS |
CDFS configuration
CDFS_DEFAULT:LongBool = False;
|
Enable default recognition of non partitioned media as CDFS |
CDFS_LONG_NAMES:LongBool = True;
|
Enable support for CDFS long file names (greater than 8.3) |
CDFS_SWAP_SERIAL:LongBool = False;
|
Swap the byte order of the CDFS serial number (Set to True for Windows 9x compatibility) |
Network, transport, protocol and sockets configuration
Host configuration
HOST_NAME:String = 'localhost';
|
The network host name of the local machine |
HOST_DOMAIN:String = 'localdomain';
|
The network domain name of the local machine |
Winsock configuration
WINSOCK_NAME:String = 'Ultibo Winsock Version 1.1';
|
WINSOCK_LOW_VERSION:Word = $101;
|
WINSOCK_HIGH_VERSION:Word = $101;
|
WINSOCK_BUILD_VERSION:String = '1.10.43';
|
WINSOCK_MAX_SOCKETS:Word = SIZE_1K;
|
WINSOCK_MAX_UDP:Word = SIZE_8K;
|
WINSOCK_AUTOSTART:LongBool = True;
|
If True then auto start the Winsock layer on boot (Only if Winsock unit included) |
WINSOCK_ASYNCSTART:LongBool = True;
|
If True then auto start asynchronously using a worker thread instead of the main thread |
Winsock2 configuration
WINSOCK2_NAME:String = 'Ultibo Winsock Version 2.2';
|
WINSOCK2_LOW_VERSION:Word = $101;
|
WINSOCK2_HIGH_VERSION:Word = $202;
|
WINSOCK2_BUILD_VERSION:String = '2.20.03';
|
WINSOCK2_MAX_SOCKETS:Word = SIZE_1K;
|
Note: As per Winsock2 specification, this value is for compatibility only and is ignored by the network stack |
WINSOCK2_MAX_UDP:Word = SIZE_8K;
|
Note: As per Winsock2 specification, this value is for compatibility only and is ignored by the network stack |
WINSOCK2_AUTOSTART:LongBool = True;
|
If True then auto start the Winsock2 layer on boot (Only if Winsock2 unit included) |
WINSOCK2_ASYNCSTART:LongBool = True;
|
If True then auto start asynchronously using a worker thread instead of the main thread |
Sockets configuration
SOCKETS_AUTOSTART:LongBool = True;
|
If True then auto start the sockets layer on boot (Only if Sockets unit included) |
SOCKETS_ASYNCSTART:LongBool = True;
|
If True then auto start asynchronously using a worker thread instead of the main thread |
Client configuration
DNS_CLIENT_ENABLED:LongBool = True;
|
DNS client is enabled if True |
Protocol configuration
RAW_PROTOCOL_ENABLED:LongBool = True;
|
Raw socket protocol is enabled if True |
UDP_PROTOCOL_ENABLED:LongBool = True;
|
UDP protocol is enabled if True |
TCP_PROTOCOL_ENABLED:LongBool = True;
|
TCP protocol is enabled if True |
ICMP_PROTOCOL_ENABLED:LongBool = True;
|
ICMP protocol is enabled if True |
ICMP6_PROTOCOL_ENABLED:LongBool = False;
|
ICMPv6 protocol is enabled if True |
IGMP_PROTOCOL_ENABLED:LongBool = True;
|
IGMP protocol is enabled if True |
TCP_RECEIVE_BACKLOG:LongWord = SIZE_1K;
|
Queue length for SYN received connections (per listening socket) |
ARP_CONFIG_ENABLED:LongBool = True;
|
ARP configuration is enabled if True |
RARP_CONFIG_ENABLED:LongBool = False;
|
RARP configuration is enabled if True |
BOOTP_CONFIG_ENABLED:LongBool = False;
|
BOOTP configuration is enabled if True |
DHCP_CONFIG_ENABLED:LongBool = True;
|
DHCP configuration is enabled if True |
STATIC_CONFIG_ENABLED:LongBool = True;
|
Static configuration is enabled if True |
LOOPBACK_CONFIG_ENABLED:LongBool = True;
|
Loopback configuration is enabled if True |
Transport configuration
IP_TRANSPORT_ENABLED:LongBool = True;
|
IP transport is enabled if True |
IP6_TRANSPORT_ENABLED:LongBool = False;
|
IPv6 transport is enabled if True |
ARP_TRANSPORT_ENABLED:LongBool = True;
|
ARP transport is enabled if True |
RARP_TRANSPORT_ENABLED:LongBool = True;
|
RARP transport is enabled if True |
RSN_TRANSPORT_ENABLED:LongBool = True;
|
RSN transport is enabled if True |
EAPOL_TRANSPORT_ENABLED:LongBool = True;
|
EAPOL transport is enabled if True |
Network configuration
WIRED_NETWORK_ENABLED:LongBool = True;
|
Wired network adapters are enabled if True |
LOOPBACK_NETWORK_ENABLED:LongBool = True;
|
Loopback network adapter is enabled if True |
WIRELESS_NETWORK_ENABLED:LongBool = True;
|
Wireless network adapters are enabled if True |
Shell configuration
CONSOLE_SHELL_ENABLED:LongBool = True;
|
If True then automatically create a console shell window when a new console is registers (Only if ConsoleShell unit included) |
CONSOLE_SHELL_POSITION:LongWord = CONSOLE_POSITION_RIGHT;
|
The default Console Window position for the console shell |
CONSOLE_SHELL_DEVICE:String;
|
The console device Name (or Desription) to create the shell window on, if blank create on default device unless forced (Only if ConsoleShell unit included) |
Specific service configuration
NTP
NTP_SERVER_DEFAULT:String = 'pool.ntp.org';
|
The default NTP server(s) to poll |
NTP_PORT_DEFAULT:Word = 123;
|
The default NTP port to poll |
NTP_POLLING_INTERVAL:LongWord = 300;
|
The default NTP polling interval (300 seconds / 5 minutes) |
NTP_POLLING_TIMEOUT:LongWord = 2000;
|
The default NTP polling timeout (2000 milliseconds / 2 seconds) |
NTP_POLLING_RETRIES:LongWord = 3;
|
The default NTP polling retry count |
NTP_RETRY_TIMEOUT:LongWord = 1000;
|
The default NTP retry interval (1000 milliseconds / 1 second) |
NTP_AUTOSTART:LongBool = True;
|
If True then auto start the NTP client on boot (Only if Services unit included) |
Telnet
TELNET_PORT_DEFAULT:Word = 23;
|
The default Telnet port |
TELNET_AUTOSTART:LongBool = True;
|
If True then auto start the Telnet server on boot (Only if RemoteShell unit included) |
SSH
SSH_PORT_DEFAULT:Word = 22;
|
The default SSH port |
SSH_AUTOSTART:LongBool = True;
|
If True then auto start the SSH server on boot (Only if RemoteShell unit included) |
SysLog
SYSLOG_BOUND_PORT:Word;
|
The local port for SysLog to bind to (0 for dynamic port) |
SYSLOG_SERVER_DEFAULT:String = '127.0.0.1';
|
The default SysLog server to send messages to |
SYSLOG_PORT_DEFAULT:Word = 514;
|
The default SysLog port |
SYSLOG_PROTOCOL_DEFAULT:LongWord = LOGGING_PROTOCOL_UDP;
|
The default SysLog protocol |
SYSLOG_OCTET_COUNTING:LongBool;
|
If True use the Octet Counting method of framing the SysLog message (LOGGING_PROTOCOL_TCP only)(See: RFC6587) |
SYSLOG_AUTOSTART:LongBool = True;
|
If True then auto start the SysLog client on boot (Only if Services unit included) |
SYSLOG_REGISTER_LOGGING:LongBool = True;
|
If True then register SysLog as a Logging device on boot (Only if Services unit included) |
SYSLOG_LOGGING_DEFAULT:LongBool = True;
|
If True then SysLog can be the default Logging device (Only if Services unit included) |
POP3
POP3_PORT_DEFAULT:Word = 110;
|
The default POP3 port |
IMAP4
IMAP4_PORT_DEFAULT:Word = 143;
|
The default IMAP4 port |
SMTP
SMTP_PORT_DEFAULT:Word = 25;
|
The default SMTP port |
HTTP
HTTP_PORT_DEFAULT:Word = 80;
|
The default HTTP port |
HTTPS_PORT_DEFAULT:Word = 443;
|
The default HTTPS port |
CIFS
CIFS_PORT_DEFAULT:Word = 445;
|
The default CIFS port |
CIFS_CLIENT_AUTOSTART:LongBool = True;
|
If True then auto start the CIFS client on boot (Only if CIFS unit included) |
CIFS_SERVER_AUTOSTART:LongBool = True;
|
If True then auto start the CIFS server on boot (Only if CIFS unit included) |
NFS
NFS_PORT_DEFAULT:Word = 111;
|
The default NFS port |
NFSv4_PORT_DEFAULT:Word = 2049;
|
The default NFSv4 port |
NFS_CLIENT_AUTOSTART:LongBool = True;
|
If True then auto start the NFS client on boot (Only if NFS unit included) |
NFS_SERVER_AUTOSTART:LongBool = True;
|
If True then auto start the NFS server on boot (Only if NFS unit included) |
Specific driver configuration
PL2303
PL2303_MAX_TRANSMIT:LongWord;
|
The maximum transmit size of the PL2303 USB to Serial converter (Defaults to maximum supported by the device if not specified) |
FTDI serial
FTDISERIAL_MAX_TRANSMIT:LongWord;
|
The maximum transmit size of the FTDI USB to Serial converter (Defaults to maximum supported by the device if not specified) |
USB CDC ACM
CDCACM_MAX_TRANSMIT:LongWord;
|
The maximum transmit size for USB CDC ACM Serial devices (Defaults to maximum supported by the device if not specified) |
DS1307
DS1307_CHIP_TYPE:LongWord;
|
The specific chip to support in the DS1307 driver (See the DS1307_CHIP_* constants in the driver) |
DS1307_I2C_ADDRESS:Word = $68;
|
The I2C address to use for the DS1307 RTC device |
DS1307_I2C_DEVICE:String = 'I2C0';
|
The I2C device (Name or Description) to use for the DS1307 RTC device |
RT2800USB
RT2800USB_HARDWARE_ENCRYPTION_DISABLED:LongBool;
|
If True then use software only encryption for RT2800USB |
AF16x2LCD
AF16X2LCD_AUTOSTART:LongBool = True;
|
If True then auto start the AF16x2LCD device on boot (Only if AF16x2LCD unit included) |
PiTFT28
PiTFT28_AUTOSTART:LongBool = True;
|
If True then auto start the PiTFT28 device on boot (Only if PiTFT28 unit included) |
PiTFT35
PiTFT35_AUTOSTART:LongBool = True;
|
If True then auto start the PiTFT35 device on boot (Only if PiTFT35 unit included) |
Global handlers
GetLastErrorHandler:TGetLastError;
|
Registered handler for the global GetLastError function |
SetLastErrorHandler:TSetLastError;
|
Registered handler for the global SetLastError function |
Function declarations
Global functions
function Min(A,B:LongInt):LongInt; inline;
Note | None applicable |
---|
function Max(A,B:LongInt):LongInt; inline;
Note | None applicable |
---|
function Clamp(Value,Low,High:LongInt):LongInt;
Note | None applicable |
---|
function RoundUp(Value,Multiple:LongWord):LongWord;
Note | None applicable |
---|
function RoundDown(Value,Multiple:LongWord):LongWord;
Note | None applicable |
---|
function DivRoundClosest(Value,Divisor:LongInt):LongWord;
Note | None applicable |
---|
function HIWORD(L:LongInt):Word; inline;
Note | None applicable |
---|
function LOWORD(L:LongInt):Word; inline;
Note | None applicable |
---|
function HIBYTE(W:LongInt):Byte; inline;
Note | None applicable |
---|
function LOBYTE(W:LongInt):Byte; inline;
Note | None applicable |
---|
function MAKELONG(A,B:LongInt):LongInt; inline;
Note | None applicable |
---|
function MAKEWORD(A,B:LongInt):Word; inline;
Note | None applicable |
---|
function WordNtoBE(Value:Word):Word; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function WordBEtoN(Value:Word):Word; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function WordNtoLE(Value:Word):Word; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function WordLEtoN(Value:Word):Word; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function LongWordNtoBE(Value:LongWord):LongWord; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function LongWordBEtoN(Value:LongWord):LongWord; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function LongWordNtoLE(Value:LongWord):LongWord; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function LongWordLEtoN(Value:LongWord):LongWord; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function Int64NtoBE(const Value:Int64):Int64; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function Int64BEtoN(const Value:Int64):Int64; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function Int64NtoLE(const Value:Int64):Int64; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function Int64LEtoN(const Value:Int64):Int64; inline;
Note | These functions are simply wrappers to force the compiler to select the correct function without typecasting |
---|
function BCDtoBin(Value:Byte):Byte; inline;
Note | None applicable |
---|
function BintoBCD(Value:Byte):Byte; inline;
Note | None applicable |
---|
function GetLastError:LongWord; inline;
Note | None applicable |
---|
procedure SetLastError(LastError:LongWord); inline;
Note | None applicable |
---|
Conversion functions
function ErrorToString(Error:LongWord):String;
Note | None applicable |
---|
function SysErrorToString(ErrorCode:Integer):String;
Note | None applicable |
---|
function BooleanToString(Value:Boolean):String;
Note | None applicable |
---|
function CPUArchToString(CPUArch:LongWord):String;
Note | None applicable |
---|
function CPUTypeToString(CPUType:LongWord):String;
Note | None applicable |
---|
function CPUModelToString(CPUModel:LongWord):String;
Note | None applicable |
---|
function CPUIDToString(CPUID:LongWord):String;
Note | None applicable |
---|
function FPUTypeToString(FPUType:LongWord):String;
Note | None applicable |
---|
function GPUTypeToString(GPUType:LongWord):String;
Note | None applicable |
---|
function CacheTypeToString(CacheType:LongWord):String;
Note | None applicable |
---|
function BoardTypeToString(BoardType:LongWord):String;
Note | None applicable |
---|
function MachineTypeToString(MachineType:LongWord):String;
Note | None applicable |
---|
function PowerIDToString(PowerID:LongWord):String;
Note | None applicable |
---|
function PowerStateToString(PowerState:LongWord):String;
Note | None applicable |
---|
function ClockIDToString(ClockID:LongWord):String;
Note | None applicable |
---|
function ClockStateToString(ClockState:LongWord):String;
Note | None applicable |
---|
function TurboIDToString(TurboID:LongWord):String;
Note | None applicable |
---|
function VoltageIDToString(VoltageID:LongWord):String;
Note | None applicable |
---|
function TemperatureIDToString(TemperatureID:LongWord):String;
Note | None applicable |
---|
function ColorFormatToBytes(Format:LongWord):LongWord;
Format | The color format constant to get bytes for (eg COLOR_FORMAT_ARGB32) |
---|---|
Return | The number of bytes required for each pixel |
function ColorFormatToString(Format:LongWord):String;
Note | None applicable |
---|
procedure ColorDefaultToFormat(Format,Color:LongWord; Dest:Pointer; Reverse:Boolean); inline;
Format | The color format to convert to (eg COLOR_FORMAT_RGB24) |
---|---|
Color | The color to be converted (Must be in the default format - See: COLOR_FORMAT_DEFAULT) |
Dest | Pointer to the destination buffer for the converted color |
Reverse | If true then reverse the byte order of the destination after conversion |
procedure ColorFormatToDefault(Format:LongWord; Source:Pointer; var Color:Longword; Reverse:Boolean); inline;
Format | The color format to convert from (eg COLOR_FORMAT_RGB24) |
---|---|
Source | Pointer to the source buffer for the color to convert |
Color | The converted color (Will be returned in the default format - See: COLOR_FORMAT_DEFAULT) |
Reverse | If true then reverse the byte order of the color after conversion |
procedure ColorDefaultAltToFormat(Format,Color:LongWord; Dest:Pointer; Reverse:Boolean); {Not inline}
Format | The color format to convert to (eg COLOR_FORMAT_RGB24) |
---|---|
Color | The color to be converted (Must be in the default format - See: COLOR_FORMAT_DEFAULT) |
Dest | Pointer to the destination buffer for the converted color |
Reverse | If true then reverse the byte order of the destination before conversion (Differs from ColorDefaultToFormat) |
procedure ColorFormatAltToDefault(Format:LongWord; Source:Pointer; var Color:Longword; Reverse:Boolean); inline;
Format | The color format to convert from (eg COLOR_FORMAT_RGB24) |
---|---|
Source | Pointer to the source buffer for the color to convert |
Color | The converted color (Will be returned in the default format - See: COLOR_FORMAT_DEFAULT) |
Reverse | If true then reverse the byte order of the source before conversion (Differs from ColorFormatToDefault) |
procedure PixelsDefaultToFormat(Format:LongWord; Source,Dest:Pointer; Count:LongWord; Reverse:Boolean);
Format | The color format to convert to (eg COLOR_FORMAT_RGB24) |
---|---|
Source | Pointer to the source buffer for the pixels to convert |
Dest | Pointer to the destination buffer for the converted pixels |
Count | The number of pixels to be converted |
Reverse | If true then reverse the byte order of the destination after conversion |
procedure PixelsFormatToDefault(Format:LongWord; Source,Dest:Pointer; Count:LongWord; Reverse:Boolean);
Format | The color format to convert from (eg COLOR_FORMAT_RGB24) |
---|---|
Source | Pointer to the source buffer for the pixels to convert |
Dest | Pointer to the destination buffer for the converted pixels |
Count | The number of pixels to be converted |
Reverse | If true then reverse the byte order of the destination after conversion |
procedure PixelsDefaultAltToFormat(Format:LongWord; Source,Dest:Pointer; Count:LongWord; Reverse:Boolean);
Format | The color format to convert to (eg COLOR_FORMAT_RGB24) |
---|---|
Source | Pointer to the source buffer for the pixels to convert |
Dest | Pointer to the destination buffer for the converted pixels |
Count | The number of pixels to be converted |
Reverse | If true then reverse the byte order of the source before conversion (Differs from PixelsDefaultToFormat) |
procedure PixelsFormatAltToDefault(Format:LongWord; Source,Dest:Pointer; Count:LongWord; Reverse:Boolean);
Format | The color format to convert from (eg COLOR_FORMAT_RGB24) |
---|---|
Source | Pointer to the source buffer for the pixels to convert |
Dest | Pointer to the destination buffer for the converted pixels |
Count | The number of pixels to be converted |
Reverse | If true then reverse the byte order of the source before conversion (Differs from PixelsFormatToDefault) |
function LogLevelToLoggingSeverity(LogLevel:LongWord):LongWord;
Note | None applicable |
---|
Return to Unit Reference