$treeview $search $mathjax $extrastylesheet
avr-libc  2.0.0
$projectbrief
$projectbrief
$searchbox

AVR Libc Home Page

AVRs

AVR Libc Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

wdt.h File Reference

Go to the source code of this file.

Defines

#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)

Detailed Description

 All Data Structures Files Functions Variables Typedefs Enumerations Defines