Nut/OS  4.10.3
API Reference
hd44780_at91.c File Reference
#include <cfg/arch.h>
#include <cfg/arch/armpio.h>
#include <cfg/lcd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/nutconfig.h>
#include <dev/hd44780.h>
#include <dev/term.h>
#include <sys/timer.h>
Include dependency graph for hd44780_at91.c:

Go to the source code of this file.

Defines

#define LCD_DATA   (0xFF << LCD_DATA_LSB)
#define LcdNanoDelay(a)
 Wait until controller will be ready again.

Variables

TERMDCB dcb_term
 Terminal device control block structure.
NUTDEVICE devLcd
 LCD device information structure.

Define Documentation

#define LCD_DATA   (0xFF << LCD_DATA_LSB)

Definition at line 110 of file hd44780_at91.c.