#include <avr/io.h>
#include <avr/interrupt.h>
#include "task.h"
#include "display.h"
Go to the source code of this file.
Functions | |
void | EnableVGAIrq (void) |
void | DisableVGAIrq (void) |
void | INT5_vect (void) |
void | InitVGA (void) |
Variables | |
ECB | VgaSem |
void InitVGA | ( | void | ) |
Definition at line 34 of file display.c.
References BG, BLACK, BLUE, CreateSemaphore(), CYAN, FG, GREEN, RED, SEMAPHORE_MODE_BLOCKING, VGA_CHARMEM_P, VGA_COLOR_LUT_P, VIOLET, WHITE, and YELLOW.
void INT5_vect | ( | void | ) |
Definition at line 22 of file display.c.
References BIT, ExitInterrupt(), InterruptCount, PostSemaphoreIrq(), RESTORE_IRQ, SAVE_IRQ, and VGA_CONTROL_STATUS.