数据成员 |
|
| struct tagSwTmrCtrl * | pstNext |
| Pointer to the next software timer |
|
| UINT8 | ucState |
| Software timer state |
|
| UINT8 | ucMode |
| Software timer mode |
|
| UINT8 | ucRouses |
| UINT8 | ucSensitive |
| UINT16 | usTimerID |
| Software timer ID |
|
| UINT32 | uwCount |
| Times that a software timer works |
|
| UINT32 | uwInterval |
| Timeout interval of a periodic software timer |
|
| UINT32 | uwArg |
| Parameter passed in when the callback function that handles software timer timeout is called |
|
| SWTMR_PROC_FUNC | pfnHandler |
| Callback function that handles software timer timeout |
|
在文件los_swtmr.h第290行定义。