单片机定时器裂变方式
针对不同单片机调整定时器中断初始化
tptime.c
//
//--
/*************** 功能说明 ****************
//定时器 裂变 后应用
#include "tptime.h" //定时器裂变
******************************************/
#include "tptime.h" //定时器裂变
TP_Time tp001ms = {0}; //定时器裂变
TP_Time tp010ms = {0}; //定时器裂变
/*=============================================================
// 函数: void tpCount(TP_Time *tim, short num) //定时器裂变
// 描述: 定时器裂变
// 参数: *Timea 时间计数 cycle 循环周期
// 返回: none.
// 日期: 2021-03-17
// 备注: 放入定时期中断内
// 引用:
tpCount(&tp010ms, TP_NUMBER); //定时器裂变
=========================&#