| 
    VSF Documented
    
   | 
 
#include <vsf_usbd.h>
Data Fields | ||
| uint8_t | ep | |
| uint8_t | feature | |
| bool | zlp | |
| bool | notify_eda | |
| union { | ||
| struct { | ||
| void(* on_finish )(void *param) | ||
| void * param | ||
| } | ||
| }; | ||
| uint8_t vk_usbd_trans_t::ep | 
| uint8_t vk_usbd_trans_t::feature | 
| bool vk_usbd_trans_t::zlp | 
| bool vk_usbd_trans_t::notify_eda | 
| void(* vk_usbd_trans_t::on_finish) (void *param) | 
| void* vk_usbd_trans_t::param | 
| vsf_mem_t union { ... } vk_usbd_trans_t |