|
Lazuli
|
Describes the memory mapping for timer/counter 0. More...
#include <timer_counter_0.h>
Data Fields | |
| volatile uint8_t | tccr0a |
| Timer/Counter Control Register A | |
| volatile uint8_t | tccr0b |
| Timer/Counter Control Register B | |
| volatile uint8_t | tcnt0 |
| Timer/Counter Register | |
| volatile uint8_t | ocr0a |
| Output Compare register A | |
| volatile uint8_t | ocr0b |
| Output Compare register B | |
Describes the memory mapping for timer/counter 0.
Definition at line 53 of file timer_counter_0.h.
| volatile uint8_t TimerCounter0::tccr0a |
Timer/Counter Control Register A
Definition at line 54 of file timer_counter_0.h.
| volatile uint8_t TimerCounter0::tccr0b |
Timer/Counter Control Register B
Definition at line 55 of file timer_counter_0.h.
| volatile uint8_t TimerCounter0::tcnt0 |
Timer/Counter Register
Definition at line 56 of file timer_counter_0.h.
| volatile uint8_t TimerCounter0::ocr0a |
Output Compare register A
Definition at line 57 of file timer_counter_0.h.
| volatile uint8_t TimerCounter0::ocr0b |
Output Compare register B
Definition at line 58 of file timer_counter_0.h.