nanoFORTH  v2.2
IsrRec Struct Reference

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...
 

Detailed Description

nanoForth Interrupt handler - static variables

Field Documentation

◆ t_idx

U8 IsrRec::t_idx { 0 }

max timer interrupt slot index

◆ t_max

U16 IsrRec::t_max[8]

timer CTC top value

◆ xt

IU IsrRec::xt[11]

vectors 0-7: timer, 8-10 pin change

◆ t_cnt

volatile U16 IsrRec::t_cnt[8]

timer CTC counters

◆ t_hit

volatile U8 IsrRec::t_hit { 0 }

8-bit for 8 timer ISR,

◆ p_hit

volatile U8 IsrRec::p_hit { 0 }

3-bit for pin change ISR


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