void PeripheralInit(void)
外设初始化
Definition: main.c:57
|
Vehicle
|
赛车模拟控制程序主函数源文件 更多...

函数 | |
| int | main (void) |
| 程序主函数 更多... | |
| void | SystemInit (void) |
| 系统初始化 更多... | |
| void | PeripheralInit (void) |
| 外设初始化 更多... | |
| void | ExitInit (void) |
| 中断初始化 更多... | |
| void | ShowCover (void) |
| 在LCD上显示成员信息,持续一段时间 更多... | |
| void | EINT0_Enable (int flag) |
| 中断0使能函数 更多... | |
| void | EINT2_Enable (int flag) |
| 中断2使能函数 更多... | |
赛车模拟控制程序主函数源文件
| int main | ( | void | ) |
程序主函数

| void SystemInit | ( | void | ) |
| void PeripheralInit | ( | void | ) |
| void ExitInit | ( | void | ) |
中断初始化


| void ShowCover | ( | void | ) |
| void EINT0_Enable | ( | int | flag | ) |
| void EINT2_Enable | ( | int | flag | ) |