VOID LOS_IntRestore ( UINTPTR  uvIntSave  ) 

Restore interrupts.

Description:
  • This API is used to restore the CPSR value obtained before all interrupts are disabled.
注意:
  • This API can be called only after all interrupts are disabled, and the input parameter value should be the value returned by calling the all interrupt disabling API.
参数:
参数名称 描述
uvIntSave  [IN] CPSR value obtained before all interrupts are disabled.
返回值:
返回值 描述
None. 
Dependency:
  • los_hwi.h: the header file that contains the API declaration.
参见:
LOS_IntLock
自从:
Huawei LiteOS V100R001C00