![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Enumeration to define QPRC interrupt selection. More...
#include <qprc.h>
Data Fields | |
boolean_t | bQprcPcOfUfZeroInt |
Overflow, underflow, zero match interrupt of position counter, 1: selected, 0: not selected. | |
boolean_t | bQprcPcMatchInt |
PC match interrupt of position counter, 1: selected, 0: not selected. | |
boolean_t | bQprcPcRcMatchInt |
PC and RC match interrupt, 1: selected, 0: not selected. | |
boolean_t | bQprcPcMatchRcMatchInt |
PC match and RC match interrupt, 1: selected, 0: not selected. | |
boolean_t | bQprcPcCountInvertInt |
PC invert interrupt, 1: selected, 0: not selected. | |
boolean_t | bQprcRcOutrangeInt |
RC outrange interrupt, 1: selected, 0: not selected. |
PC invert interrupt, 1: selected, 0: not selected.
Definition at line 299 of file qprc.h.
Referenced by Qprc_DisableInt(), and Qprc_EnableInt().
PC match interrupt of position counter, 1: selected, 0: not selected.
Definition at line 296 of file qprc.h.
Referenced by Qprc_DisableInt(), and Qprc_EnableInt().
PC match and RC match interrupt, 1: selected, 0: not selected.
Definition at line 298 of file qprc.h.
Referenced by Qprc_DisableInt(), and Qprc_EnableInt().
Overflow, underflow, zero match interrupt of position counter, 1: selected, 0: not selected.
Definition at line 295 of file qprc.h.
Referenced by Qprc_DisableInt(), and Qprc_EnableInt().
PC and RC match interrupt, 1: selected, 0: not selected.
Definition at line 297 of file qprc.h.
Referenced by Qprc_DisableInt(), and Qprc_EnableInt().
RC outrange interrupt, 1: selected, 0: not selected.
Definition at line 300 of file qprc.h.
Referenced by Qprc_DisableInt(), and Qprc_EnableInt().