source: rtems/c/src/lib/libbsp/arm/gumstix/include/tm27.h @ 3d6e1740

4.115
Last change on this file since 3d6e1740 was 3d6e1740, checked in by Daniel Ramirez <javamonn@…>, on 12/21/13 at 21:36:05

gumstix: added new doxygen

  • Property mode set to 100644
File size: 805 bytes
Line 
1/**
2 * @file
3 * @ingroup gumstix_tm27
4 * @brief tm27 timing test support
5 */
6
7/*
8 *  tm27.h
9 *
10 *  The license and distribution terms for this file may be
11 *  found in the file LICENSE in this distribution or at
12 *  http://www.rtems.com/license/LICENSE.
13 */
14
15#ifndef _RTEMS_TMTEST27
16#error "This is an RTEMS internal file you must not include directly."
17#endif
18
19#ifndef __tm27_h
20#define __tm27_h
21
22/**
23 * @defgroup gumstix_tm27 tm27 Support
24 * @ingroup arm_gumstix
25 * @brief tm27 Timing Test Support
26 * @{
27 */
28
29/**
30 * @name Interrupt mechanisms for Time Test 27
31 * @{
32 */
33
34#define MUST_WAIT_FOR_INTERRUPT 0
35
36#define Install_tm27_vector( handler ) /* empty */
37
38#define Cause_tm27_intr() /* empty */
39
40#define Clear_tm27_intr() /* empty */
41
42#define Lower_tm27_intr() /* empty */
43
44/** @} */
45
46/** @} */
47
48#endif
Note: See TracBrowser for help on using the repository browser.