|
QP/C
|
QEP/C port to QK for a "generic" C compiler. More...
Go to the source code of this file.
Defines | |
| #define | Q_SIGNAL_SIZE 2 |
| The size (in bytes) of the signal of an event. Valid values: 1, 2, or 4; default 2. | |
QEP/C port to QK for a "generic" C compiler.
Definition in file qep_port.h.
| #define Q_SIGNAL_SIZE 2 |
The size (in bytes) of the signal of an event. Valid values: 1, 2, or 4; default 2.
This macro can be defined in the QEP ports to configure the QSignal type. If the macro is not defined, the default of 1 byte will be chosen in qep.h. The valid Q_SIGNAL_SIZE values of 1, 2, or 4, correspond to QSignal of uint8_t, uint16_t, and uint32_t, respectively. The ::QSingal data type determines the dynamic range of numerical values of signals you your application.
Definition at line 57 of file qep_port.h.
1.7.6.1