5  System Function; Global Variable; Function List; Function Prototype - Fujitsu F2MC-8FX Series User Manual

8-bit microcontroller
Hide thumbs Also See for F2MC-8FX Series:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mb95f430 series

Table of Contents