typedef VOID(* SWTMR_PROC_FUNC)(UINT32 uwPar)

Define the type of a callback function that handles software timer timeout.

Description:
This API is used to define the type of a callback function that handles software timer timeout, so that it can be called when software timer timeout.
注意:
  • None.
参数:
参数名称 描述
uwPar  [IN] the parameter of the callback function that handles software timer timeout.
返回值:
返回值 描述
None. 
Dependency:
  • los_swtmr.h: the header file that contains the API declaration.
参见:
None.
自从:
Huawei LiteOS V100R001C00

在文件los_swtmr.h284行定义。