Home
last modified time | relevance | path

Searched refs:uvIntSave (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/src/os/liteos/
Dwm_osal_liteos.c936 #define SET_PERIOD(usSwTmrID, uvIntSave, pstSwtmr, ticks) { \ argument
938 uvIntSave = LOS_IntLock(); \
942 (void)LOS_IntRestore((uvIntSave)); \
947 (void)LOS_IntRestore(uvIntSave); \
960 UINTPTR uvIntSave; in tls_os_timer_change() local
967 SET_PERIOD(usSwTmrID, uvIntSave, pstSwtmr, ticks); in tls_os_timer_change()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
Dcmsis_liteos2.c249 UINTPTR uvIntSave; in osKernelGetTickCount() local
258 uvIntSave = LOS_IntLock(); in osKernelGetTickCount()
264 LOS_IntRestore(uvIntSave); in osKernelGetTickCount()
432 UINTPTR uvIntSave; in osTaskStackWaterMarkGet() local
439 uvIntSave = LOS_IntLock(); in osTaskStackWaterMarkGet()
443 LOS_IntRestore(uvIntSave); in osTaskStackWaterMarkGet()
457 LOS_IntRestore(uvIntSave); in osTaskStackWaterMarkGet()