Home
last modified time | relevance | path

Searched refs:hi_event_wait (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_event.h108 * @see hi_event_wait
147 hi_u32 hi_event_wait(hi_u32 id, hi_u32 mask, HI_OUT hi_u32 *event_bits, hi_u32 timeout, hi_u32 flag);
174 * @see hi_event_wait
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_event.h103 * @see hi_event_wait
140 hi_u32 hi_event_wait(hi_u32 id, hi_u32 mask, HI_OUT hi_u32 *event_bits, hi_u32 timeout, hi_u32 flag);
167 * @see hi_event_wait
H A Dhi_hook_fuc.h60 typedef hi_u32 (*fuc_type_name(hi_event_wait))(hi_u32 id,
169 fuc_type_name(hi_event_wait) hi_event_wait_hook;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Duart.c138 hi_event_wait(udd->event_id, UART_RD_EVENT | UART_RD_QUIT_EVENT, &event_val, in uart_read()
183 (void) hi_event_wait(udd->event_id, UART_WD_EVENT, &event_val, in uart_write()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_task.c67 hi_event_wait(get_app_event_id(), HI_EVENT_FRW_TASK, &event, HI_SYS_WAIT_FOREVER, in frw_task_thread()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_i2s.c135 hi_event_wait(g_audio_event, AUDIO_RECORD_FINISH_BIT | ALL_AUDIO_RECORD_FINISH_BIT, &event_bit, in record_n_play_task()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dhi_event.c159 hi_u32 hi_event_wait(hi_u32 id, hi_u32 mask, HI_OUT hi_u32 *event_bits, hi_u32 timeout, hi_u32 flag) in hi_event_wait() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dhi_spi.c64 ret = hi_event_wait(g_spi_ctrl[id]->event_id, HI_EVENT_BIT_TX_DATA, &event_bit, timeout_ms, in spi_write_data()
87 ret = hi_event_wait(g_spi_ctrl[id]->event_id, in spi_read_data()
H A Dspi.c369 ret = hi_event_wait(spi_dev_ctrl->event_id, HI_EVENT_BIT_DMA_RX_DATA, &event_bit, timeout_ms, in spi_hd_dma_read_fifo()
415 ret = hi_event_wait(spi_dev_ctrl->event_id, HI_EVENT_BIT_DMA_TX_DATA | HI_EVENT_BIT_DMA_TX_ERR_DATA, &event_bit, in spi_hd_dma_write_fifo()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dhi_at.c191 ret = hi_event_wait(g_at_event, 0x1000, &event_bit, HI_SYS_WAIT_FOREVER, in at_notify()
495 ret = hi_event_wait(g_at_event, 0xFFF, &event_bit, HI_SYS_WAIT_FOREVER, in at_proc_task_body()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_wow.c691 ret = hi_event_wait(get_app_event_id(), HI_EVENT_SLEEP_REQUEST_DONE, &g_wow_info.sleep_req_done_event, in hmac_wow_obtain_lock()

Completed in 8 milliseconds