SAM4SD32 (SAM4S-EK2)
Loading...
Searching...
No Matches
twi_master.h
Go to the documentation of this file.
1
33/*
34 * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35 */
36#ifndef TWI_MASTER_H_INCLUDED
37#define TWI_MASTER_H_INCLUDED
38
39#include <compiler.h>
40
41#if (SAM4L)
42# include "sam_twim/twi_master.h"
43#elif (SAM3S || SAM3U || SAM3N || SAM3XA || SAM4S || SAM4E || SAM4N || SAM4C || SAMG || SAM4CP || SAM4CM)
44# include "sam_twi/twi_master.h"
45#elif XMEGA
46# include "xmega_twi/twi_master.h"
47#elif MEGA_RF
48# include "megarf_twi/twi_master.h"
49#elif UC3
50# if (defined AVR32_TWI)
51# include "uc3_twi/twi_master.h"
52# else
53# include "uc3_twim/twi_master.h"
54# endif
55#else
56# error Unsupported chip type
57#endif
58
93
100
102
103
222
223
224#endif /* TWI_MASTER_H_INCLUDED */
225
TWI Master driver for SAM.