33 lines
1.4 KiB
C
33 lines
1.4 KiB
C
/*******************************************************************************
|
|
* File Name : BranchTable.h
|
|
* Version : 1.00
|
|
* Device(s) : RL78/F13( R5F10BLG )
|
|
* Tool-Chain : CS+ ( V4.00 )
|
|
* OS : none
|
|
* H/W Platform :
|
|
* Description :
|
|
* Operation :
|
|
* Limitations :
|
|
******************************************************************************/
|
|
/******************************************************************************
|
|
* History : Version Description
|
|
* : 07.29.2017 1.00 First Release
|
|
******************************************************************************/
|
|
/******************************************************************************
|
|
Include <System Includes>, "Project Includes"
|
|
******************************************************************************/
|
|
|
|
/*---------------------------------------------------------------------------*/
|
|
/* (#pragma) branch table functions (ext_func) */
|
|
/*---------------------------------------------------------------------------*/
|
|
#pragma ext_func GetVoltage 0
|
|
#pragma ext_func GetMotorLockStatus 1
|
|
#pragma ext_func GetIoParameter 2
|
|
#pragma ext_func WriteIoParameter 3
|
|
#pragma ext_func GetIgnVoltStatus 4
|
|
#pragma ext_func GetHardwareVersion 5
|
|
#pragma ext_func GetSoftwareVersion 6
|
|
#pragma ext_func GetManufacturingDate 7
|
|
#pragma ext_func Clear_DTC_Data 8
|
|
|