arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Emulated_TinyUSB Class Reference

Minimal wrapper around the ESP32 TinyUSB API. We emulate the basic functionality so that we can use the same TinyUSBDevice API on RP2040 and ESP32. More...

#include <USBAudioDeviceESP32.h>

Public Member Functions

bool attach (void)
 
bool begin (int)
 
bool detach (void)
 
USBAudioDeviceESP32device ()
 
bool isInitialized ()
 
bool mounted (void)
 
bool ready (void)
 
bool remoteWakeup (void)
 
bool suspended (void)
 

Detailed Description

Minimal wrapper around the ESP32 TinyUSB API. We emulate the basic functionality so that we can use the same TinyUSBDevice API on RP2040 and ESP32.

Member Function Documentation

◆ attach()

bool attach ( void  )
inline

◆ begin()

bool begin ( int  )
inline

◆ detach()

bool detach ( void  )
inline

◆ device()

USBAudioDeviceESP32 & device ( )
inline

◆ isInitialized()

bool isInitialized ( )
inline

◆ mounted()

bool mounted ( void  )
inline

◆ ready()

bool ready ( void  )
inline

◆ remoteWakeup()

bool remoteWakeup ( void  )
inline

◆ suspended()

bool suspended ( void  )
inline

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