VOID osPendSV ( VOID   ) 

: Pended System Call.

Description:
PendSV can be pended and is useful for an OS to pend an exception so that an action can be performed after other important tasks are completed.
注意:
:
  • None.
参数:
参数名称 描述
None. 
返回值:
返回值 描述
None. 
Dependency:
  • los_hwi.h: the header file that contains the API declaration.
参见:
None.
自从:
Huawei LiteOS V100R001C00