aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA/TWI_XMEGA.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to ↵Dean Camera2013-08-131-3/+3
| | | | prevent Doxygen from choking.
* Fix XMEGA TWI driver indentation and style to conform to the rest of the ↵Dean Camera2013-08-131-34/+38
| | | | LUFA codebase.
* Bugfixes with the protocol.Michael Janssen2013-08-061-2/+5
| | | | | | | | - Bitmasks need to be equal, not just result in non-zero - Only read status once in case it changes under us - Logical and not binary and when checking for acks on sending - We need to stop the bus when receiving the last byte - Force the bus into idle mode when we are Initing
* Fix NON-NULL attributes, add for TWI_t.Michael Janssen2013-07-241-8/+8
|
* TWI Master has a sub-structureMichael Janssen2013-07-241-4/+4
|
* Add TWI Peripheral driver for XMEGAMichael Janssen2013-07-241-0/+295