modules/microvga/microvga.c File Reference

#include <mios32.h>
#include "conio.h"

Defines

#define MICROVGA_PORT   2
#define RCLK2_PORT   GPIOC
#define RCLK2_PIN   GPIO_Pin_14
#define KEYBUF_SIZE   10

Functions

int _getch ()
int _kbhit ()
void _putch (char ch)
void MicroVGA_Init ()

Variables

unsigned char keybuf [KEYBUF_SIZE]
unsigned char khead
unsigned char ktail
char kbhit

Define Documentation

#define KEYBUF_SIZE   10
#define MICROVGA_PORT   2
#define RCLK2_PIN   GPIO_Pin_14
#define RCLK2_PORT   GPIOC

Function Documentation

int _getch ( void   ) 

Here is the call graph for this function:

int _kbhit ( void   ) 

Here is the call graph for this function:

void _putch ( char  ch  ) 

Here is the call graph for this function:

void MicroVGA_Init (  ) 

Here is the call graph for this function:


Variable Documentation

char kbhit
unsigned char keybuf[KEYBUF_SIZE]
unsigned char khead
unsigned char ktail

Generated on 22 Jan 2016 for MIOS32 by  doxygen 1.6.1