Home
last modified time | relevance | path

Searched defs:IoData (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Df_generic.h121 struct IoData { struct
122 uint32_t aio; /* 0 for sync ,1 for async */
123 uint32_t read; /* 0 for write ,1 for read */
124 uint32_t len; /* the len of this io request */
125 uint32_t timeout; /* sync timeout */
126 uint32_t buf; /* the address of map buf */