Timer peripheral registers. More...
Timer peripheral registers.
Definition at line 105 of file msp430_regs_common.h.
#include <msp430_regs_common.h>
| Data Fields | |
| REG16 | CTL | 
| timer control | |
| REG16 | CCTL [7] | 
| capture compare channel control | |
| REG16 | R | 
| current counter value | |
| REG16 | CCR [7] | 
| capture compare channel values | |
| REG16 msp430_timer_t::CCR[7] | 
capture compare channel values
Definition at line 109 of file msp430_regs_common.h.
| REG16 msp430_timer_t::CCTL[7] | 
capture compare channel control
Definition at line 107 of file msp430_regs_common.h.
| REG16 msp430_timer_t::CTL | 
timer control
Definition at line 106 of file msp430_regs_common.h.
| REG16 msp430_timer_t::R | 
current counter value
Definition at line 108 of file msp430_regs_common.h.