#include <tc.h>
Definition at line 275 of file tc.h.
Data Fields | |
unsigned int | acpa: 2 |
RA compare effect on TIOA: | |
unsigned int | acpc: 2 |
RC compare effect on TIOA: | |
unsigned int | aeevt: 2 |
External event effect on TIOA: | |
unsigned int | aswtrg: 2 |
Software trigger effect on TIOA: | |
unsigned int | bcpb: 2 |
RB compare effect on TIOB: | |
unsigned int | bcpc: 2 |
RC compare effect on TIOB: | |
unsigned int | beevt: 2 |
External event effect on TIOB: | |
unsigned int | bswtrg: 2 |
Software trigger effect on TIOB: | |
unsigned int | burst: 2 |
Burst signal selection: | |
unsigned int | channel |
Channel to initialize. | |
unsigned int | clki: 1 |
Clock invert: | |
unsigned int | cpcdis: 1 |
Counter clock disable with RC compare:
| |
unsigned int | cpcstop: 1 |
Counter clock stopped with RC compare:
| |
unsigned int | eevt: 2 |
External event selection:
| |
unsigned int | eevtedg: 2 |
External event edge selection: | |
unsigned int | enetrg: 1 |
External event trigger enable:
| |
unsigned | int: 1 |
unsigned int | tcclks: 3 |
Clock selection:
| |
unsigned int | wavsel: 2 |
Waveform selection:
|
unsigned int tc_waveform_opt_t::acpa |
unsigned int tc_waveform_opt_t::acpc |
unsigned int tc_waveform_opt_t::aeevt |
External event effect on TIOA:
Definition at line 320 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::aswtrg |
Software trigger effect on TIOA:
Definition at line 313 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::bcpb |
unsigned int tc_waveform_opt_t::bcpc |
unsigned int tc_waveform_opt_t::beevt |
External event effect on TIOB:
Definition at line 292 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::bswtrg |
Software trigger effect on TIOB:
Definition at line 285 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::burst |
unsigned int tc_waveform_opt_t::channel |
unsigned int tc_waveform_opt_t::clki |
unsigned int tc_waveform_opt_t::cpcdis |
Counter clock disable with RC compare:
FALSE
;TRUE
.
Definition at line 367 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::cpcstop |
Counter clock stopped with RC compare:
FALSE
;TRUE
.
Definition at line 372 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::eevt |
External event selection:
Definition at line 355 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::eevtedg |
External event edge selection:
Definition at line 362 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::enetrg |
External event trigger enable:
FALSE
;TRUE
.
Definition at line 348 of file tc.h.
Referenced by tc_init_waveform().
unsigned tc_waveform_opt_t::int |
unsigned int tc_waveform_opt_t::tcclks |
Clock selection:
Definition at line 395 of file tc.h.
Referenced by tc_init_waveform().
unsigned int tc_waveform_opt_t::wavsel |
Waveform selection:
Definition at line 343 of file tc.h.
Referenced by tc_init_waveform().