#include <tc.h>
Definition at line 198 of file tc.h.
Data Fields | |
unsigned int | abetrg: 1 |
TIOA or TIOB external trigger selection: | |
unsigned int | burst: 2 |
Burst signal selection: | |
unsigned int | channel |
Channel to initialize. | |
unsigned int | clki: 1 |
Clock invert: | |
unsigned int | cpctrg: 1 |
RC compare trigger enable: | |
unsigned int | etrgedg: 2 |
External trigger edge selection: | |
unsigned | int:12 |
unsigned int | ldbdis: 1 |
Counter clock disable with RB loading:
| |
unsigned int | ldbstop: 1 |
Counter clock stopped with RB loading:
| |
unsigned int | ldra: 2 |
RA loading selection: | |
unsigned int | ldrb: 2 |
RB loading selection: | |
unsigned int | tcclks: 3 |
Clock selection:
|
unsigned int tc_capture_opt_t::abetrg |
TIOA or TIOB external trigger selection:
Definition at line 231 of file tc.h.
Referenced by tc_init_capture().
unsigned int tc_capture_opt_t::burst |
unsigned int tc_capture_opt_t::channel |
unsigned int tc_capture_opt_t::clki |
unsigned int tc_capture_opt_t::cpctrg |
unsigned int tc_capture_opt_t::etrgedg |
External trigger edge selection:
Definition at line 238 of file tc.h.
Referenced by tc_init_capture().
unsigned tc_capture_opt_t::int |
unsigned int tc_capture_opt_t::ldbdis |
Counter clock disable with RB loading:
FALSE
;TRUE
.
Definition at line 243 of file tc.h.
Referenced by tc_init_capture().
unsigned int tc_capture_opt_t::ldbstop |
Counter clock stopped with RB loading:
FALSE
;TRUE
.
Definition at line 248 of file tc.h.
Referenced by tc_init_capture().
unsigned int tc_capture_opt_t::ldra |
unsigned int tc_capture_opt_t::ldrb |
unsigned int tc_capture_opt_t::tcclks |
Clock selection:
Definition at line 271 of file tc.h.
Referenced by tc_init_capture().