Loading...
Searching...
No Matches
msp430_timer_t Struct Reference

Timer peripheral registers. More...

Detailed Description

Timer peripheral registers.

Note
The TIMER_A timer only has 3 CC channels instead of the 8 channels the TIMER_B has, the memory layout is the same nonetheless.

Definition at line 120 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
 

Field Documentation

◆ CCR

REG16 msp430_timer_t::CCR[7]

capture compare channel values

Definition at line 124 of file msp430_regs_common.h.

◆ CCTL

REG16 msp430_timer_t::CCTL[7]

capture compare channel control

Definition at line 122 of file msp430_regs_common.h.

◆ CTL

REG16 msp430_timer_t::CTL

timer control

Definition at line 121 of file msp430_regs_common.h.

◆ R

REG16 msp430_timer_t::R

current counter value

Definition at line 123 of file msp430_regs_common.h.


The documentation for this struct was generated from the following file: