summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp37/sp37.doc
blob: b98faa1caafe4143bb4a06b6d8883e559a115345 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#  COPYRIGHT (c) 1989-2009.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.org/license/LICENSE.
#

This file describes the directives and concepts tested by this test set.

test set name:  sp37

directives:

  rtems_clock_tick
  rtems_clock_tick_later()
  rtems_clock_tick_later_usec()
  rtems_clock_tick_before()
  rtems_interrupt_disable (inline/body)
  rtems_interrupt_enable (inline/body)
  rtems_interrupt_flash (inline/body)
  RTEMS_INTERRUPT_LEVEL
  rtems_interrupt_level_body

concepts:

+ Ensure that rtems_clock_tick operates properly when invoked from a task
  rather than an ISR.

+ Ensure that clock tick counter functions work properly.

+ Ensure that the interrupt disable, enable, and flash directives operate
  as expected.

+ Ensure that the methods accessing the interrupt level attribute operate
  as expected.