Home
last modified time | relevance | path

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

/bsp/ht32/libraries/ht32_drivers/
A Ddrv_sdio.c53 struct rt_event dat_event; /* data event variable */ member
221 if (rt_event_recv(&sdio->dat_event, 0xffffffff, RT_EVENT_FLAG_OR | RT_EVENT_FLAG_CLEAR, in rt_hw_sdio_send_command()
524 rt_event_send(&sdio->dat_event, intstatus); /* 发送事件,通知操作完成 */ in rt_hw_sdio_irq_process()
577 rt_event_init(&sdio->dat_event, "sdio", RT_IPC_FLAG_FIFO); in sdio_host_create()

Completed in 7 milliseconds