Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/cmd/
A Dcmd_defs.h58 enum cmd_event { enum
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_sdio.c54 struct rt_event cmd_event; /* command event variable */ member
205 if (rt_event_recv(&sdio->cmd_event, 0xffffffff, RT_EVENT_FLAG_OR | RT_EVENT_FLAG_CLEAR, in rt_hw_sdio_send_command()
486 rt_event_send(&sdio->cmd_event, intstatus); in rt_hw_sdio_irq_process()
578 rt_event_init(&sdio->cmd_event, "sdio_cmd", RT_IPC_FLAG_FIFO); in sdio_host_create()

Completed in 5 milliseconds