drv_lampv1.h

来自「CC1000 Rf modem C codes for philips sLpc」· C头文件 代码 · 共 36 行

H
36
字号
#ifndef Drv_Lamp_h
#define Drv_Lamp_h


extern void LampStateDec(uint16 DriveValue);
extern void LampStateInc(uint16 DriveValue);
extern void LampPinTOInput(void);
extern void LampPinInitialize(void);
extern void SynZeroPoint_DH(void);
extern void SynZeroPoint_DL(void);

extern void U_ChannelTest(void);
extern void LightLoopTest(void);
extern void DL1_RelayTest(void);
extern void DK_RelayTest(void);

extern void LampStateAbs(uint16 DriveValue);
extern void TestPowerSwitch (void);
extern void LightLoopTest(void);
extern void RestoreLightState(void);

extern void  Rel_DQ_toOFF(void);						//control DQ off 
extern void  Rel_DQ_toON(void);							//control DQ on	

extern void  Rel_DK_toOFF(void);
extern void  Rel_DK_toON(void);

extern void  ForceLampState(uint16 DriveValue);
extern void _ForceLampState(uint16 DriveValue);
extern void PreForceDKxState(uint16 DriveValue);
extern void PreToLightOn(void);

extern void InputPinTest(void);
extern void OutputPinTest(void);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?