1 2 3 4 5 6 7 8 9 10 11 12
typedef struct { int count; int reload; int prescale; int tcspr; unsigned char bsr; unsigned char mode; unsigned char ic; } Timer_A; extern Timer_A timer_a;