📄 hal_state.h
字号:
/************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* System Name : uPLAT7D series */
/* Module Name : HAL state manage machine include file */
/* File Name : hal_state.h */
/* Date : 2006/01/01 initial version */
/* */
/************************************************************************/
#ifndef HAL_STATE_H
#define HAL_STATE_H
#define START 1 /* HAL function start. */
#define END 0 /* HAL function end. */
/******************************/
/* Functions declaration */
/******************************/
extern int16_t manageStateMachine(uint16_t cmd);
#endif /* end of HAL_STATE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -