stm32 USB OTG peripheral device context More...
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_t * | config |
| 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_t * | in |
| In endpoints. | |
| usbdev_ep_t * | out |
| Out endpoints. | |
| bool | suspend |
| Suspend status. | |