Data Structures | |
struct | _LCDDCB |
Variables | |
NUTDEVICE | devLcd0 |
Example:
#include <dev/lcd.h> NUTDEVICE* devLcd; if (NutRegisterDevice(&devLcd0, 0xf000, 0)) { NutPrintFormat(0, "Registering lcd device failed.\r\n"); } else { NutPrintFormat(0, "Registering lcd device sucess.\r\n"); } devLcd = NutDeviceOpen("lcd0"); NutPrintFormat(devLcd, "Hello world");
|
Driver control structure. |