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/ |
D | los_event.h | 60 #define LOS_WAITMODE_CLR (1) /* clear when satisfied */ macro
|
/device/board/talkweb/niobe407/liteos_m/drivers/usart/src/ |
D | hal_usart.c | 304 …(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/ |
D | cmsis_liteos2.c | 948 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()
|
D | cmsis_liteos.c | 285 … ret = LOS_EventRead(&(tskInfo.uwEvent), events, flags | LOS_WAITMODE_CLR, LOS_MS2Tick(millisec));
|
/device/soc/hisilicon/common/platform/mmc/himci_v200/ |
D | himci.h | 107 …_WAIT(event, bit, timeout) LOS_EventRead(event, bit, (LOS_WAITMODE_OR + LOS_WAITMODE_CLR), timeout)
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
D | interface.c | 168 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/ |
D | rtos_al.c | 179 …>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/ |
D | sdhci.h | 193 …_WAIT(event, bit, timeout) LOS_EventRead(event, bit, (LOS_WAITMODE_OR + LOS_WAITMODE_CLR), timeout)
|
/device/soc/esp/esp32/components/esp_timer/src/ |
D | esp_timer.c | 351 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/ |
D | cmsis_liteos2.c | 940 uwMode &= ~LOS_WAITMODE_CLR; in osEventFlagsWait() 942 uwMode |= LOS_WAITMODE_CLR; in osEventFlagsWait()
|