You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
958 B
Groff

.TH "wdt.h" 3 "24 Jun 2019" "Version 2.0.0" "avr-libc" \" -*- nroff -*-
.ad l
.nh
.SH NAME
wdt.h \-
.SH SYNOPSIS
.br
.PP
.SS "Defines"
.in +1c
.ti -1c
.RI "#define \fBwdt_reset\fP() __asm__ __volatile__ ('wdr')"
.br
.ti -1c
.RI "#define \fBWDTO_15MS\fP 0"
.br
.ti -1c
.RI "#define \fBWDTO_30MS\fP 1"
.br
.ti -1c
.RI "#define \fBWDTO_60MS\fP 2"
.br
.ti -1c
.RI "#define \fBWDTO_120MS\fP 3"
.br
.ti -1c
.RI "#define \fBWDTO_250MS\fP 4"
.br
.ti -1c
.RI "#define \fBWDTO_500MS\fP 5"
.br
.ti -1c
.RI "#define \fBWDTO_1S\fP 6"
.br
.ti -1c
.RI "#define \fBWDTO_2S\fP 7"
.br
.ti -1c
.RI "#define \fBWDTO_4S\fP 8"
.br
.ti -1c
.RI "#define \fBWDTO_8S\fP 9"
.br
.in -1c
.SS "Functions"
.in +1c
.ti -1c
.RI "static __inline__ \fB__attribute__\fP ((__always_inline__)) void wdt_enable(const \fBuint8_t\fP value)"
.br
.in -1c
.SH "Detailed Description"
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for avr-libc from the source code.