Designer Reference Manual
USB08 Evaluation Board
96
Source Code Files
MOTOROLA
Source Code Files
U08232.H
//============================================================================
// File: U08_232.H
// Func: Header File for RS232 Module of USB08 Demo App
// Ver.: 1.00
// Auth: (C)2000,2001 by Oliver Thamm
// MCT Elektronikladen GbR
// http://hc08web.de/usb08
// Rem.: View/Edit this File with TAB-Size=4
//============================================================================
//-- Function Prototypes -----------------------------------------------------
void initSSCI();
void putSSCI(char c);
char getSSCI();
//============================================================================
U08LED.H
//============================================================================
// File: U08LED.H
// Func: LED Functions for USB08
// Auth: (C)2000 by MCT Elektronikladen GbR, Oliver Thamm
// http://www.elektronikladen.de/mct
//============================================================================
// No code in this Module - just Macros!
#define initLED()
(DDRD |= 0x07)
#define toggleLED(x)
(PTD ^= (1 << (x-1)))
#define offLED(x)
(PTD |= (1 << (x-1)))
#define onLED(x)
(PTD &= ~(1 << (x-1)))
//============================================================================
Содержание MC68HC908JB8
Страница 2: ...blank ...
Страница 6: ...Designer Reference Manual USB08 Evaluation Board 6 List of Sections MOTOROLA List of Sections ...
Страница 16: ...Designer Reference Manual USB08 Evaluation Board 16 List of Tables MOTOROLA List of Tables ...
Страница 42: ...Designer Reference Manual USB08 Evaluation Board 42 Hardware Description MOTOROLA Hardware Description ...
Страница 88: ...Designer Reference Manual USB08 Evaluation Board 88 USB08 Descriptors MOTOROLA USB08 Descriptors ...
Страница 243: ...blank ...