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.
35 lines
517 B
Groff
35 lines
517 B
Groff
.TH "delay.h" 3 "4 Dec 2008" "Version 1.6.4" "avr-libc" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
delay.h \-
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Defines"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "#define \fB_UTIL_DELAY_H_\fP 1"
|
|
.br
|
|
.ti -1c
|
|
.RI "#define \fBF_CPU\fP 1000000UL"
|
|
.br
|
|
.in -1c
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void \fB_delay_us\fP (double __us)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fB_delay_ms\fP (double __ms)"
|
|
.br
|
|
.in -1c
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for avr-libc from the source code.
|