Xmega Application Note


event_system_driver.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00058 #ifndef EVENT_SYSTEM_DRIVER_H
00059 #define EVENT_SYSTEM_DRIVER_H
00060 
00061 #include "avr_compiler.h"
00062 
00063 /* Prototyping of functions. Documentation is found in source file. */
00064 bool EVSYS_SetEventSource( uint8_t eventChannel, EVSYS_CHMUX_t eventSource );
00065 bool EVSYS_SetEventChannelParameters( uint8_t eventChannel,
00066                                       EVSYS_QDIRM_t QDIRM,
00067                                       bool QDIndexEnable,
00068                                       bool  QDEnable,
00069                                       EVSYS_DIGFILT_t filterCoefficient );
00070 bool EVSYS_SetEventChannelFilter( uint8_t eventChannel,
00071                                   EVSYS_DIGFILT_t filterCoefficient );
00072 void EVSYS_ManualTrigger( uint8_t dataMask, uint8_t strobeMask );
00073 
00074 #endif
@DOC_TITLE@
Generated on Tue Apr 22 14:20:07 2008 for AVR1001 Getting Started With the XMEGA Event System by doxygen 1.5.5