加入收藏
举报
当前仅显示指定条件回帖 [ 展开查看全部 ]
02-14 20:03
#
文件名称:
swtmr.md
所在目录:
Openharmony v1.0 / docs / docs-en / kernel
文件大小:
6.91 KB
下载地址:
fenwii/OpenHarmony
   
免责声明:本网站仅提供指向 GitHub 上的文件的链接,所有文件的版权归原作者所有,本网站不对文件内容的合法性、准确性或安全性承担任何责任。
文本预览:
# swtmr
## Command Function
This command is used to query information about system software timers.
## Syntax
swtmr \[_ID_\]
## Parameter Description
**Table 1** Parameters











Parameter


Description


Value Range


ID


Indicates the ID of a software timer.


[0, 0xFFFFFFFF]



## Usage
- If the parameter is not specified, information about all software timers is displayed.
- If the **ID** parameter is specified, information about the specified software timer is displayed.
## Example
Enter **swtmr** and **swtmr 1**.
## Output
**Figure 1** Querying information about all software timers
![](figures/querying-information-about-all-software-timers.png "querying-information-about-all-software-timers")
**Figure 2** Querying information about a specified software timer
![](figures/querying-information-about-a-specified-software-timer.png "querying-information-about-a-specified-software-timer")
**Table 2** Output description



























Parameter


Description


SwTmrID


Indicates the ID of the software timer.


State


Indicates the status of the software timer.


The value can be UnUsed, Created, or Ticking.


Mode


Indicates the mode of the software timer.


The value can be Once, Period, or NSD (one-time timer that will not be automatically deleted after the timer expires).


Interval


Indicates the number of ticks used by the software timer.


Count


Indicates the number of times that the software timer has been working.


Arg


Indicates the input parameter.


handlerAddr


Indicates the callback address.



>![](public_sys-resources/icon-note.gif) **NOTE:**
>- The **ID** value can be in decimal or hexadecimal format.
>- If the **ID** value is within the range of \[0, _Number of current software timers - 1_\], the status of the specified software timer is returned. For other values, an error message is displayed.
点赞 回复
回帖
支持markdown部分语法 ?