avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2522] Add a remark for WDTO_{4S, 8S} that their value


From: Joerg Wunsch
Subject: [avr-libc-commit] [2522] Add a remark for WDTO_{4S, 8S} that their values does not match
Date: Wed, 20 Apr 2016 05:43:23 +0000

Revision: 2522
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2522
Author:   joerg_wunsch
Date:     2016-04-20 05:43:23 +0000 (Wed, 20 Apr 2016)
Log Message:
-----------
Add a remark for WDTO_{4S,8S} that their values does not match
the bit patterns of the control register.

Modified Paths:
--------------
    trunk/avr-libc/include/avr/wdt.h

Modified: trunk/avr-libc/include/avr/wdt.h
===================================================================
--- trunk/avr-libc/include/avr/wdt.h    2016-04-04 08:49:35 UTC (rev 2521)
+++ trunk/avr-libc/include/avr/wdt.h    2016-04-20 05:43:23 UTC (rev 2522)
@@ -558,6 +558,10 @@
     AT90USB82, AT90USB162,
     AT90USB646, AT90USB647, AT90USB1286, AT90USB1287,
     ATtiny48, ATtiny88.
+
+    Note: This value does <em>not</em> match the bit pattern of the
+    respective control register.  It is solely meant to be used together
+    with wdt_enable().
     */
 #define WDTO_4S     8
 
@@ -583,6 +587,10 @@
     ATxmega16a4u, ATxmega32a4u,
     ATxmega16c4, ATxmega32c4,
     ATxmega128c3, ATxmega192c3, ATxmega256c3.
+
+    Note: This value does <em>not</em> match the bit pattern of the
+    respective control register.  It is solely meant to be used together
+    with wdt_enable().
     */
 #define WDTO_8S     9
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]