eForth1  v2.4
IsrRec Struct Reference

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

Detailed Description

interrupt handlers

Field Documentation

◆ xt

U16 IsrRec::xt[11]

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

◆ t_max

U16 IsrRec::t_max[8]

timer CTC top value

◆ t_idx

U8 IsrRec::t_idx { 0 }

timer ISR index

◆ 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 }

pin change interrupt (PORT-B,C,D)


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