llvm-mos-sdk
Macros | Variables
api.h File Reference

Go to the source code of this file.

Macros

#define MAJOR   1
 
#define MINOR   1
 
#define REVISION   0
 
#define byte   unsigned char
 
#define DRAW_NOP   0x0
 
#define DRAW_OR   0x1
 
#define DRAW_AND   0x2
 
#define DRAW_XOR   0x4
 
#define api_init()   CHECK_VERSION(MAJOR, MINOR, REVISION)
 

Variables

byte x
 
byte byte y
 
byte byte byte w
 
byte byte byte byte h
 
byte byte byte byte byte f
 
byte byte byte byte byte byte m
 
byte byte c
 
byte y0
 
byte byte x1
 
byte byte byte y1
 
byte byte byte byte byte dir
 
byte col
 
byte minor
 
byte byte revision
 

Macro Definition Documentation

◆ api_init

#define api_init ( )    CHECK_VERSION(MAJOR, MINOR, REVISION)

◆ byte

#define byte   unsigned char

◆ DRAW_AND

#define DRAW_AND   0x2

◆ DRAW_NOP

#define DRAW_NOP   0x0

◆ DRAW_OR

#define DRAW_OR   0x1

◆ DRAW_XOR

#define DRAW_XOR   0x4

◆ MAJOR

#define MAJOR   1

◆ MINOR

#define MINOR   1

◆ REVISION

#define REVISION   0

Variable Documentation

◆ c

◆ col

byte col

◆ dir

◆ f

◆ h

◆ m

◆ minor

byte minor

◆ revision

byte byte revision

◆ w

◆ x

char x

◆ x1

byte byte x1

◆ y

unsigned y

◆ y0

byte y0

◆ y1