|
nanoFORTH
v2.2
|
Data Fields | |
| U8 | t_idx { 0 } |
| max timer interrupt slot index More... | |
| U16 | t_max [8] |
| timer CTC top value More... | |
| IU | xt [11] |
| vectors 0-7: timer, 8-10 pin change 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 } |
| 3-bit for pin change ISR More... | |
nanoForth Interrupt handler - static variables
| U8 IsrRec::t_idx { 0 } |
max timer interrupt slot index
| U16 IsrRec::t_max[8] |
timer CTC top value
| IU IsrRec::xt[11] |
vectors 0-7: timer, 8-10 pin change
| 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 } |
3-bit for pin change ISR