Unit util
Classes, Interfaces, Objects and Records Types Constants  
Description
Include->Util - Data Manipulation Utlities.
 
Uses
Overview
Functions and Procedures
Variables
Description
Functions and Procedures
procedure halt_and_catch_fire(); | 
 
| 
  |  
 
procedure halt_and_dont_catch_fire(); | 
 
| 
  |  
 
procedure sleep(seconds : uint32); | 
 
| 
  |  
 
function get16bitcounter : uint16; | 
 
| 
  |  
 
function get32bitcounter : uint32; | 
 
| 
  |  
 
function get64bitcounter : uint64; | 
 
| 
  |  
 
function HexCharToDecimal(hex : char) : uint8; | 
 
| 
  |  
 
function MsSinceSystemBoot : uint64; | 
 
| 
  |  
 
Variables
endptr: uint32; external name '__end'; | 
 
| 
  |  
 
stack: uint32; external name 'KERNEL_STACK'; | 
 
| 
  |  
 
Author
 Generated by PasDoc 0.15.0. 
 |