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

References Functions: AvrTimer0CompIrqCtl() nut/arch/avr/dev/ih_timer0_comp.c

Included Files


Preprocessor definitions

#define INT_MASK_REG TIMSK

#define INT_STATUS_REG TIFR

#define INT_ENABLE_BIT OCIE0

#define INT_STATUS_BIT OCF0

#define INT_PRIORITY 14


Global Variable sig_OUTPUT_COMPARE0

IRQ_HANDLER sig_OUTPUT_COMPARE0
Visible in:   nut/arch/avr/dev/ih_timer0_comp.c
Used in: __vector_15() nut/arch/avr/dev/ih_timer0_comp.c

Global Function __vector_15()

void __vector_15 ( void )
Prototyped in: nut/arch/avr/dev/ih_timer0_comp.c
Calls: CallHandler() nut/dev/ihndlr.c
References Variables: sig_OUTPUT_COMPARE0 nut/arch/avr/dev/ih_timer0_comp.c

Local Function AvrTimer0CompIrqCtl()

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