Timer/counter interrupts.
#include <tc.h>
Data Fields | |
unsigned int | covfs: 1 |
Counter overflow interrupt. More... | |
unsigned int | cpas: 1 |
RA compare interrupt. More... | |
unsigned int | cpbs: 1 |
RB compare interrupt. More... | |
unsigned int | cpcs: 1 |
RC compare interrupt. More... | |
unsigned int | etrgs: 1 |
External trigger interrupt. More... | |
unsigned | int:24 |
unsigned int | ldras: 1 |
RA load interrupt. More... | |
unsigned int | ldrbs: 1 |
RB load interrupt. More... | |
unsigned int | lovrs: 1 |
Load overrun interrupt. More... | |
unsigned int tc_interrupt_t::covfs |
Counter overflow interrupt.
Referenced by tc_configure_interrupts().
unsigned int tc_interrupt_t::cpas |
RA compare interrupt.
Referenced by tc_configure_interrupts().
unsigned int tc_interrupt_t::cpbs |
RB compare interrupt.
Referenced by tc_configure_interrupts().
unsigned int tc_interrupt_t::cpcs |
RC compare interrupt.
Referenced by tc_configure_interrupts().
unsigned int tc_interrupt_t::etrgs |
External trigger interrupt.
Referenced by init_timer_isr(), and tc_configure_interrupts().
unsigned tc_interrupt_t::int |
unsigned int tc_interrupt_t::ldras |
RA load interrupt.
Referenced by tc_configure_interrupts().
unsigned int tc_interrupt_t::ldrbs |
RB load interrupt.
Referenced by tc_configure_interrupts().
unsigned int tc_interrupt_t::lovrs |
Load overrun interrupt.
Referenced by tc_configure_interrupts().