avr-libc  2.1.0
Standard C library for AVR-GCC

AVR Libc Home Page

AVRs

AVR Libc Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

Macros | Functions
wdt.h File Reference

Go to the source code of this file.

Macros

#define wdt_reset()   __asm__ __volatile__ ("wdr")
 
#define WDTO_15MS   0
 
#define WDTO_30MS   1
 
#define WDTO_60MS   2
 
#define WDTO_120MS   3
 
#define WDTO_250MS   4
 
#define WDTO_500MS   5
 
#define WDTO_1S   6
 
#define WDTO_2S   7
 
#define WDTO_4S   8
 
#define WDTO_8S   9
 

Functions

static __inline__ __attribute__ ((__always_inline__)) void wdt_enable(const uint8_t value)