stm32_usb_otg_fshs_t Struct Reference

stm32 USB OTG peripheral device context More...

Detailed Description

stm32 USB OTG peripheral device context

Definition at line 123 of file usbdev_stm32.h.

#include <usbdev_stm32.h>

Data Fields

usbdev_t usbdev
 Inherited usbdev struct.
 
const stm32_usb_otg_fshs_config_tconfig
 USB peripheral config

 
uint8_t buffer [STM32_USB_OTG_BUF_SPACE]
 Buffer space for endpoints.
 
size_t occupied
 Buffer space occupied.
 
size_t fifo_pos
 FIFO space occupied.
 
usbdev_ep_tin
 In endpoints.
 
usbdev_ep_tout
 Out endpoints.
 
bool suspend
 Suspend status.
 

The documentation for this struct was generated from the following file: