Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Ion::USB Namespace Reference

Namespaces

 Device
 

Typedefs

typedef void(* PollFunctionPointer) (bool exitWithKeyboard)
 

Functions

bool isPlugged ()
 
bool isEnumerated ()
 
void clearEnumerationInterrupt ()
 
void DFU ()
 
void enable ()
 
void disable ()
 

Typedef Documentation

◆ PollFunctionPointer

typedef void(* Ion::USB::PollFunctionPointer) (bool exitWithKeyboard)

Definition at line 12 of file dfu_relocated.cpp.

Function Documentation

◆ clearEnumerationInterrupt()

void Ion::USB::clearEnumerationInterrupt ( )

Definition at line 23 of file usb.cpp.

◆ DFU()

void Ion::USB::DFU ( )

Definition at line 14 of file dfu_relocated.cpp.

◆ disable()

void Ion::USB::disable ( )

Definition at line 32 of file usb.cpp.

◆ enable()

void Ion::USB::enable ( )

Definition at line 27 of file usb.cpp.

◆ isEnumerated()

bool Ion::USB::isEnumerated ( )

Definition at line 16 of file usb.cpp.

◆ isPlugged()

bool Ion::USB::isPlugged ( )

Definition at line 12 of file usb.cpp.