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 | Notify (uint8_t b, int lvl) |
void | Notify (double d, 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 Notify | ( | uint8_t | b, |
int | lvl | ||
) |
Definition at line 51 of file message.cpp.
void Notify | ( | double | d, |
int | lvl | ||
) |
Definition at line 61 of file message.cpp.
void NotifyFailGetDevDescr | ( | void | ) |
Definition at line 67 of file message.cpp.
void NotifyFailSetDevTblEntry | ( | void | ) |
Definition at line 71 of file message.cpp.
void NotifyFailGetConfDescr | ( | void | ) |
Definition at line 74 of file message.cpp.
void NotifyFailSetConfDescr | ( | void | ) |
Definition at line 78 of file message.cpp.
void NotifyFailUnknownDevice | ( | uint16_t | VID, |
uint16_t | PID | ||
) |
Definition at line 82 of file message.cpp.
void NotifyFail | ( | uint8_t | rcode | ) |
Definition at line 89 of file message.cpp.
int UsbDEBUGlvl = 0x80 |
Definition at line 23 of file message.cpp.