QDEC interrupts.
#include <qdec.h>
Data Fields | |
unsigned int | cap:1 |
Counter Capture Detection Mask Bit Enable. More... | |
unsigned int | cmp:1 |
Counter Compare Detection Mask Bit Enable. More... | |
unsigned int | dirinv:1 |
Count Direction Inversion Detection Mask Bit Enable. More... | |
unsigned int | idexerr:1 |
Index Error Detection Mask Bit Enable. More... | |
unsigned | int:24 |
unsigned int | ovr:1 |
Count Direction Inversion Detection Mask Bit Enable. More... | |
unsigned int | pcro:1 |
Position Counter Roll Over Detection Mask Bit Enable. More... | |
unsigned int | qepi:1 |
Index Signal Detection Mask Bit Enable. More... | |
unsigned int | rcro:1 |
Revolution Counter Roll Over Detection Mask Bit Enable. More... | |
unsigned int qdec_interrupt_t::cap |
Counter Capture Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().
unsigned int qdec_interrupt_t::cmp |
Counter Compare Detection Mask Bit Enable.
Referenced by main(), and qdec_configure_interrupts().
unsigned int qdec_interrupt_t::dirinv |
Count Direction Inversion Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().
unsigned int qdec_interrupt_t::idexerr |
Index Error Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().
unsigned qdec_interrupt_t::int |
unsigned int qdec_interrupt_t::ovr |
Count Direction Inversion Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().
unsigned int qdec_interrupt_t::pcro |
Position Counter Roll Over Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().
unsigned int qdec_interrupt_t::qepi |
Index Signal Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().
unsigned int qdec_interrupt_t::rcro |
Revolution Counter Roll Over Detection Mask Bit Enable.
Referenced by qdec_configure_interrupts().