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

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

[avr-libc-dev] [bug #20435] Bit name definitions for AT90PWM3


From: anonymous
Subject: [avr-libc-dev] [bug #20435] Bit name definitions for AT90PWM3
Date: Tue, 10 Jul 2007 15:37:32 +0000
User-agent: Opera/8.54 (Windows 98; U; en)

URL:
  <http://savannah.nongnu.org/bugs/?20435>

                 Summary: Bit name definitions for AT90PWM3
                 Project: AVR C Runtime Library
            Submitted by: None
            Submitted on: Tuesday 07/10/2007 at 15:37 UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

During writing a code for AT90PWM3 I had to manually define following bit
names basing on the .pdf datasheet of the MCU. Those definitions are missing
in io90pwmx.h file, but are used in the datasheet.

//ADCSRB register bits definitions 
#define ADASCR  4 //not available in 3B at all 

//AMP0CSR register bits definitions 
#define AMP0EN  7 
#define AMP0IS  6 
#define AMP0G1  5 
#define AMP0G0  4 
#define AMP0TS1 1 
#define AMP0TS0 0 

//AMP1CSR register bits definitions 
#define AMP1EN  7 
#define AMP1IS  6 
#define AMP1G1  5 
#define AMP1G0  4 
#define AMP1TS1 1 
#define AMP1TS0 0





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20435>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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