usbengines/usbotgwatcher/inc/definitions.h
changeset 1 705ec7b86991
parent 0 1e05558e2206
child 3 47c263f7e521
equal deleted inserted replaced
0:1e05558e2206 1:705ec7b86991
    35  * not by setting real state pointer to a state machine. States do not have access to
    35  * not by setting real state pointer to a state machine. States do not have access to
    36  * one another states objects, they just know ids
    36  * one another states objects, they just know ids
    37  */
    37  */
    38 enum TUsbStateIds
    38 enum TUsbStateIds
    39     {
    39     {
       
    40     EUsbStateUndefined,
       
    41     
    40     EUsbStateHostAInitiate,
    42     EUsbStateHostAInitiate,
    41     EUsbStateHostAHost,
    43     EUsbStateHostAHost,
    42     EUsbStateHostAPeripheral,
    44     EUsbStateHostAPeripheral,
    43     EUsbStateHostAIdle,
    45     EUsbStateHostAIdle,
    44 
    46