Searched refs:hi_event_wait (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_event.h | 108 * @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 D | hi_event.h | 103 * @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 D | hi_hook_fuc.h | 60 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 D | uart.c | 138 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 D | frw_task.c | 67 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 D | app_demo_i2s.c | 135 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 D | hi_event.c | 159 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 D | hi_spi.c | 64 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 D | spi.c | 369 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 D | hi_at.c | 191 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 D | hmac_wow.c | 691 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