Fujitsu F2MC-8FX Series Podręcznik użytkownika - Strona 10

Przeglądaj online lub pobierz pdf Podręcznik użytkownika dla Płyta główna Fujitsu F2MC-8FX Series. Fujitsu F2MC-8FX Series 24 stron. 8-bit microcontroller
Również dla Fujitsu F2MC-8FX Series: Instrukcja obsługi (20 strony), Nota aplikacyjna (12 strony), Nota aplikacyjna (23 strony), Instrukcja konfiguracji (18 strony), Instrukcja konfiguracji (19 strony), Instrukcja konfiguracji (30 strony), Nota aplikacyjna (20 strony), Nota aplikacyjna (21 strony), Instrukcja obsługi (21 strony), Instrukcja konfiguracji (23 strony), Instrukcja konfiguracji (17 strony)

Fujitsu F2MC-8FX Series Podręcznik użytkownika
5 System Function

5.1 Global Variable

Variable
BYTE dVal[4];
BYTE dLed;

5.2 Function List

Prototype
void InitSys(void)
int GetKey(void)
int ParseKey(int key)
void EventProc(int evt)
void Display()

5.3 Function Prototype

5.3.1 InitSys ()

Prototype
void InitSys(void)
Output
void
Input
void
Description
Initalize system.

5.3.2 GetKey ()

Prototype
int GetKey(void)
Output
int, return the key value.
Input
void
Description
Get the user pushed key.

5.3.3 ParseKey ()

Prototype
int ParseKey(int key)
Output
int, return the event value.
Input
key, the user pushed key
Description
Get the system event.

5.3.4 EventProc ()

Prototype
void EventProc(int evt)
Output
void
Input
evt, the system event.
Induction Heater C Library V1.1
Chapter 5 6BSystem Function
Description
Display for 4-bit digital.
Display for 8 led.
Description
Initalize system.
Get the user pushed key.
Get the system event.
Process the event by the event value.
Display process
MCU-AN-500089-E-11 – Page 10
Note
Used in Display function.
Used in Display function.
Note
call in the system at first