source: rtems/c/src/lib/libbsp/lm32/lm32_evr/include/tm27.h @ 5b4c479

4.115
Last change on this file since 5b4c479 was 5b4c479, checked in by Toma <radustoma@…>, on 12/24/13 at 19:13:13

lm32_evr: improve doxygen

Add doxygen to the header files in the /lm32/lm32_evr/include directory.

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