Searched refs:HI_EVENT_WAITMODE_CLR (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_event.h | 53 #define HI_EVENT_WAITMODE_CLR 1 /**< The waited event is cleared when the wait event is successful. macro 136 * #HI_EVENT_WAITMODE_OR, and #HI_EVENT_WAITMODE_CLR. 137 CNcomment:等待选项,取值见#HI_EVENT_WAITMODE_AND、#HI_EVENT_WAITMODE_OR、#HI_EVENT_WAITMODE_CLR。CNend
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_event.h | 49 #define HI_EVENT_WAITMODE_CLR 1 /**< The waited event is cleared when the wait event is successful. macro 130 * #HI_EVENT_WAITMODE_OR, and #HI_EVENT_WAITMODE_CLR. 131 CNcomment:等待选项,取值见#HI_EVENT_WAITMODE_AND、#HI_EVENT_WAITMODE_OR、#HI_EVENT_WAITMODE_CLR。CNend
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | uart.c | 139 HI_SYS_WAIT_FOREVER, HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in uart_read() 184 HI_SYS_WAIT_FOREVER, HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in uart_write()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_task.c | 68 HI_EVENT_WAITMODE_AND | HI_EVENT_WAITMODE_CLR); in frw_task_thread() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_i2s.c | 136 HI_SYS_WAIT_FOREVER, HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in record_n_play_task()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/ |
H A D | hi_spi.c | 65 HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in spi_write_data() 89 &event_bit, timeout_ms, HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in spi_read_data()
|
H A D | spi.c | 370 HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in spi_hd_dma_read_fifo() 416 timeout_ms, HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in spi_hd_dma_write_fifo()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hi_at.c | 192 HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in at_notify() 496 HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in at_proc_task_body()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wow.c | 692 WOW_SLEEP_REQ_WAIT_TIMEOUT, HI_EVENT_WAITMODE_OR | HI_EVENT_WAITMODE_CLR); in hmac_wow_obtain_lock()
|
Completed in 7 milliseconds