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

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

[avr-libc-dev] XMEGA twi missing ADDRMASK register config


From: adamcza
Subject: [avr-libc-dev] XMEGA twi missing ADDRMASK register config
Date: Thu, 5 Mar 2009 23:12:49 -0800 (PST)

Hi All,
I've just discovered that ADDRMASK register is missing in the iox128a1.h
file:

typedef struct TWI_SLAVE_struct
{
register8_t CTRLA; /* Control Register A */
register8_t CTRLB; /* Control Register B */
register8_t STATUS; /* Status Register */
register8_t ADDR; /* Address Register */
register8_t DATA; /* Data Register */
} TWI_SLAVE_t;

The XMEGA A manual defines this register as TWI Slave Mask Register. Can
anyone explain to why ADDRMASK register is missing in the config header
file? I need access to this register in order to configure multi-address i2c
slave device. Is it a bug or anything else....

Thanks for your co-operation,
adam.

-- 
View this message in context: 
http://www.nabble.com/XMEGA-twi-missing-ADDRMASK-register-config-tp22367307p22367307.html
Sent from the AVR - Libc - Dev mailing list archive at Nabble.com.





reply via email to

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