Microchip® Advanced Software Framework

usb_desc_table_t Struct Reference

#include <usbc_device.h>

Data Fields

union {
   uint32_t   bk_ctrl_stat
 
   struct
sam_usbc_udesc_bk_ctrl_stat_t   BK_CTRL_STAT
 
}; 
 
union {
   uint32_t   ep_ctrl_stat
 
   struct
sam_usbc_udesc_ep_ctrl_stat_t   EP_CTRL_STAT
 
}; 
 
union {
   uint32_t   sizes
 
   struct sam_usbc_udesc_sizes_t   SIZES
 
}; 
 
uint8_t * endpoint_pipe_address
 

union { ... }
union { ... }
union { ... }
uint32_t usb_desc_table_t::bk_ctrl_stat
struct sam_usbc_udesc_bk_ctrl_stat_t usb_desc_table_t::BK_CTRL_STAT
uint8_t* usb_desc_table_t::endpoint_pipe_address
uint32_t usb_desc_table_t::ep_ctrl_stat
struct sam_usbc_udesc_ep_ctrl_stat_t usb_desc_table_t::EP_CTRL_STAT
struct sam_usbc_udesc_sizes_t usb_desc_table_t::SIZES
uint32_t usb_desc_table_t::sizes