QEP_reservedEvt_ definition and QEP_getVersion() implementation. More...
#include "qep_pkg.h"#include "qep_port.h"Go to the source code of this file.
Functions | |
| char const Q_ROM *Q_ROM_VAR | QEP_getVersion (void) |
| obtain the current QEP version number string | |
Variables | |
| QEvent const | QEP_reservedEvt_ [] |
QEP_reservedEvt_ definition and QEP_getVersion() implementation.
Definition in file qep.c.
| char const Q_ROM* Q_ROM_VAR QEP_getVersion | ( | void | ) |
obtain the current QEP version number string
Definition at line 46 of file qep.c.
References Q_ROM, Q_ROM_VAR, and QP_VERSION.
| QEvent const QEP_reservedEvt_[] |
{
{ (QSignal)QEP_EMPTY_SIG_, (uint8_t)0 },
{ (QSignal)Q_ENTRY_SIG, (uint8_t)0 },
{ (QSignal)Q_EXIT_SIG, (uint8_t)0 },
{ (QSignal)Q_INIT_SIG, (uint8_t)0 }
}
preallocated reserved events
1.6.3