USB::HostInterface::Instance Struct Reference

Identifies a TinyUSB host interface. More...

#include <HostInterface.h>

Collaboration diagram for USB::HostInterface::Instance:

Public Member Functions

bool operator== (const Instance &other) const
 

Public Attributes

uint8_t dev_addr {255}
 Device address (from 1) More...
 
uint8_t idx {255}
 Index or instance value specific to class. More...
 
const char * name
 Optional name for this interface instance. More...
 

Detailed Description

Identifies a TinyUSB host interface.

Member Function Documentation

◆ operator==()

bool USB::HostInterface::Instance::operator== ( const Instance other) const
inline

Member Data Documentation

◆ dev_addr

uint8_t USB::HostInterface::Instance::dev_addr {255}

Device address (from 1)

◆ idx

uint8_t USB::HostInterface::Instance::idx {255}

Index or instance value specific to class.

◆ name

const char* USB::HostInterface::Instance::name

Optional name for this interface instance.


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