You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
548 B
XML
22 lines
548 B
XML
<?xml version="1.0" encoding="ISO-8859-15"?>
|
|
<!DOCTYPE f SYSTEM "function.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
|
|
<f>
|
|
<Funktionsname>Justup</Funktionsname>
|
|
<Beschreibung>Utilities: State_Justup</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>bool</Typ>
|
|
<Beschreibung>(kbtn&0x3) == 0x2 // just pressed</Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>TxU8</Typ>
|
|
<Variablename>kbtn</Variablename>
|
|
<Beschreibung></Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>lowlevellib.h</Headerfile>
|
|
</Location>
|
|
</f>
|