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.
31 lines
531 B
Groff
31 lines
531 B
Groff
.TH "lock.h" 3 "4 Dec 2008" "Version 1.6.4" "avr-libc" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
lock.h \-
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Defines"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "#define \fB_AVR_LOCK_H_\fP 1"
|
|
.br
|
|
.ti -1c
|
|
.RI "#define \fBLOCKMEM\fP __attribute__((section ('.lock')))"
|
|
.br
|
|
.ti -1c
|
|
.RI "#define \fBLOCKBITS\fP unsigned char __lock LOCKMEM"
|
|
.br
|
|
.ti -1c
|
|
.RI "#define \fBLOCKBITS_DEFAULT\fP (0xFF)"
|
|
.br
|
|
.in -1c
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for avr-libc from the source code.
|