Home
last modified time | relevance | path

Searched refs:LOS_WAITMODE_CLR (Results 1 – 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_event.h60 #define LOS_WAITMODE_CLR (1) /* clear when satisfied */ macro
/device/board/talkweb/niobe407/liteos_m/drivers/usart/src/
Dhal_usart.c304 …(VOID)LOS_EventRead(&g_uartInputEvent, num, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in USART_RxData()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_liteos2.c948 uwMode &= ~LOS_WAITMODE_CLR; in osEventFlagsWait()
950 uwMode |= LOS_WAITMODE_CLR; in osEventFlagsWait()
1765 mode &= ~LOS_WAITMODE_CLR; in osThreadFlagsWait()
1767 mode |= LOS_WAITMODE_CLR; in osThreadFlagsWait()
Dcmsis_liteos.c285 … ret = LOS_EventRead(&(tskInfo.uwEvent), events, flags | LOS_WAITMODE_CLR, LOS_MS2Tick(millisec));
/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.h107 …_WAIT(event, bit, timeout) LOS_EventRead(event, bit, (LOS_WAITMODE_OR + LOS_WAITMODE_CLR), timeout)
/device/soc/hisilicon/common/platform/hieth-sf/src/
Dinterface.c168 LOS_WAITMODE_OR | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in HisiEthDsr()
233 … EVENT_NET_CAN_SEND, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, msecs_to_jiffies(40)); in HiethCanSend()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/
Drtos_al.c179 …>event, TASK_NOTICE_MAX_VALUE|TASK_NOTICE_ZERO_BIT, LOS_WAITMODE_OR|LOS_WAITMODE_CLR, rtos_timeout… in rtos_task_wait_notification()
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.h193 …_WAIT(event, bit, timeout) LOS_EventRead(event, bit, (LOS_WAITMODE_OR + LOS_WAITMODE_CLR), timeout)
/device/soc/esp/esp32/components/esp_timer/src/
Desp_timer.c351 LOS_EventRead(&s_timer_event,0x01,LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in timer_task()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
Dcmsis_liteos2.c940 uwMode &= ~LOS_WAITMODE_CLR; in osEventFlagsWait()
942 uwMode |= LOS_WAITMODE_CLR; in osEventFlagsWait()