File nut/arch/avr/dev/ih_timer2_comp.c

References Functions: AvrTimer2CompIrqCtl() nut/arch/avr/dev/ih_timer2_comp.c

Included Files


Preprocessor definitions

#define INT_MASK_REG TIMSK

#define INT_STATUS_REG TIFR

#define INT_ENABLE_BIT OCIE2

#define INT_STATUS_BIT OCF2

#define INT_PRIORITY 8


Global Variable sig_OUTPUT_COMPARE2

IRQ_HANDLER sig_OUTPUT_COMPARE2
Visible in:   nut/arch/avr/dev/ih_timer2_comp.c
Used in: __vector_9() nut/arch/avr/dev/ih_timer2_comp.c

Global Function __vector_9()

void __vector_9 ( void )
Prototyped in: nut/arch/avr/dev/ih_timer2_comp.c
Calls: CallHandler() nut/dev/ihndlr.c
References Variables: sig_OUTPUT_COMPARE2 nut/arch/avr/dev/ih_timer2_comp.c

Local Function AvrTimer2CompIrqCtl()

static int AvrTimer2CompIrqCtl ( int cmd, void* param )
Prototyped in: nut/arch/avr/dev/ih_timer2_comp.c
Used in:   nut/arch/avr/dev/ih_timer2_comp.c