USB Host Shield 2.0
|
#include "message.h"
Go to the source code of this file.
Functions | |
void | E_Notifyc (char c, int lvl) |
void | E_Notify (char const *msg, int lvl) |
void | E_NotifyStr (char const *msg, int lvl) |
void | E_Notify (uint8_t b, int lvl) |
void | E_Notify (double d, int lvl) |
void | NotifyFailGetDevDescr (void) |
void | NotifyFailSetDevTblEntry (void) |
void | NotifyFailGetConfDescr (void) |
void | NotifyFailSetConfDescr (void) |
void | NotifyFailGetDevDescr (uint8_t reason) |
void | NotifyFailSetDevTblEntry (uint8_t reason) |
void | NotifyFailGetConfDescr (uint8_t reason) |
void | NotifyFailUnknownDevice (uint16_t VID, uint16_t PID) |
void | NotifyFail (uint8_t rcode) |
Variables | |
int | UsbDEBUGlvl = 0x80 |
void E_Notifyc | ( | char | c, |
int | lvl | ||
) |
Definition at line 24 of file message.cpp.
void E_Notify | ( | char const * | msg, |
int | lvl | ||
) |
Definition at line 34 of file message.cpp.
void E_NotifyStr | ( | char const * | msg, |
int | lvl | ||
) |
Definition at line 42 of file message.cpp.
void E_Notify | ( | uint8_t | b, |
int | lvl | ||
) |
Definition at line 50 of file message.cpp.
void E_Notify | ( | double | d, |
int | lvl | ||
) |
Definition at line 60 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 NotifyFailGetDevDescr | ( | uint8_t | reason) |
Definition at line 82 of file message.cpp.
void NotifyFailSetDevTblEntry | ( | uint8_t | reason) |
Definition at line 87 of file message.cpp.
void NotifyFailGetConfDescr | ( | uint8_t | reason) |
Definition at line 93 of file message.cpp.
void NotifyFailUnknownDevice | ( | uint16_t | VID, |
uint16_t | PID | ||
) |
Definition at line 104 of file message.cpp.
void NotifyFail | ( | uint8_t | rcode) |
Definition at line 111 of file message.cpp.
int UsbDEBUGlvl = 0x80 |
Definition at line 22 of file message.cpp.