MB2146-450-E Setup Guide
Chapter 4 Sample Code Manual
MCU-AN-500072-E-10 – Page
36
4.3 Global Variable Description
Five drive files are available in this project shown below,
_f2mc8fx.h
_f2mc8fx.h is system define document. Ignore it
mb95310.h
Mb95310.h is system define document. Ignore it
def.h
This file includes roughly all global variable of FW
Following table describes the main struct
Struct Name
Description
Global
includes global variable used between c files
RTCPar
includes global variable used in time base timer and
standby
EepPra
Includes global variable used in I2C module
BlinkPra
Includes global variable used in six LEDs
Key.h
This file includes eight key names, which are “UP” “DOWN” “RIGHT” “LEFT” “SEND”
“CONFIRM” “MODE” and “USER”.
Proc.h
This file includes all functions which will be used in other functions.