Prusa MINI Firmware overview

Host file for Usb otg low level driver. More...

Collaboration diagram for USBH_HOST:

Modules

 USBH_HOST_Exported_Variables
 Public variables.
 
 USBH_HOST_Exported_FunctionsPrototype
 Declaration of public functions for Usb host.
 

Enumerations

enum  ApplicationTypeDef { APPLICATION_IDLE = 0, APPLICATION_START, APPLICATION_READY, APPLICATION_DISCONNECT }
 

Detailed Description

Host file for Usb otg low level driver.

Enumeration Type Documentation

◆ ApplicationTypeDef

Status of the application.

Enumerator
APPLICATION_IDLE 
APPLICATION_START 
APPLICATION_READY 
APPLICATION_DISCONNECT 
APPLICATION_DISCONNECT
Definition: usb_host.h:89
ApplicationTypeDef
ApplicationTypeDef
Definition: usb_host.h:85
APPLICATION_READY
Definition: usb_host.h:88
APPLICATION_IDLE
Definition: usb_host.h:86
APPLICATION_START
Definition: usb_host.h:87