|
eForth1
v2.6
|
Data Fields | |
| U16 | xt [11] |
| interrupt vectors 0-7: timer, 8-10: pin change More... | |
| U16 | t_max [8] |
| timer CTC top value More... | |
| U8 | t_idx { 0 } |
| timer ISR index More... | |
| volatile U16 | t_cnt [8] |
| timer CTC counters More... | |
| volatile U8 | t_hit { 0 } |
| 8-bit for 8 timer ISR More... | |
| volatile U8 | p_hit { 0 } |
| pin change interrupt (PORT-B,C,D) More... | |
interrupt handlers
| U16 IsrRec::xt[11] |
interrupt vectors 0-7: timer, 8-10: pin change
| U16 IsrRec::t_max[8] |
timer CTC top value
| U8 IsrRec::t_idx { 0 } |
timer ISR index
| volatile U16 IsrRec::t_cnt[8] |
timer CTC counters
| volatile U8 IsrRec::t_hit { 0 } |
8-bit for 8 timer ISR
| volatile U8 IsrRec::p_hit { 0 } |
pin change interrupt (PORT-B,C,D)