USB Host Shield 2.0
|
#include "message.h"
Go to the source code of this file.
Macros | |
#define | DEBUG |
Functions | |
void | Notifyc (char c, int lvl) |
void | Notify (char const *msg, int lvl) |
void | NotifyStr (char const *msg, int lvl) |
void | NotifyFailGetDevDescr (void) |
void | NotifyFailSetDevTblEntry (void) |
void | NotifyFailGetConfDescr (void) |
void | NotifyFailSetConfDescr (void) |
void | NotifyFailUnknownDevice (uint16_t VID, uint16_t PID) |
void | NotifyFail (uint8_t rcode) |
Variables | |
int | UsbDEBUGlvl = 0x80 |
#define DEBUG |
Definition at line 18 of file message.cpp.
void Notifyc | ( | char | c, |
int | lvl | ||
) |
Definition at line 25 of file message.cpp.
void Notify | ( | char const * | msg, |
int | lvl | ||
) |
Definition at line 35 of file message.cpp.
void NotifyStr | ( | char const * | msg, |
int | lvl | ||
) |
Definition at line 43 of file message.cpp.
void NotifyFailGetDevDescr | ( | void | ) |
Definition at line 51 of file message.cpp.
void NotifyFailSetDevTblEntry | ( | void | ) |
Definition at line 55 of file message.cpp.
void NotifyFailGetConfDescr | ( | void | ) |
Definition at line 58 of file message.cpp.
void NotifyFailSetConfDescr | ( | void | ) |
Definition at line 62 of file message.cpp.
void NotifyFailUnknownDevice | ( | uint16_t | VID, |
uint16_t | PID | ||
) |
Definition at line 66 of file message.cpp.
void NotifyFail | ( | uint8_t | rcode | ) |
Definition at line 73 of file message.cpp.
int UsbDEBUGlvl = 0x80 |
Definition at line 23 of file message.cpp.