Nut/OS  4.10.3
API Reference
timer.h File Reference

Go to the source code of this file.

Defines

#define NutEnableTimerIrq()   sbi(TIMSK, OCIE0)
#define NutDisableTimerIrq()   cbi(TIMSK, OCIE0)

Define Documentation

#define NutEnableTimerIrq ( )    sbi(TIMSK, OCIE0)

Definition at line 54 of file timer.h.

#define NutDisableTimerIrq ( )    cbi(TIMSK, OCIE0)

Definition at line 55 of file timer.h.