annotate packages/io/serial/current/tests/timeout.inl @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents 74dbf4c3f2e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
1 #ifndef CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
2 #define CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
3 //==========================================================================
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
4 //
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
5 // timeout.inl
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
6 //
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
7 // Simple timeout support for serial I/O testing.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
8 //
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
9 //==========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
10 // ####ECOSGPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
11 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
12 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
13 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 66
diff changeset
14 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
15 // eCos is free software; you can redistribute it and/or modify it under
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
16 // the terms of the GNU General Public License as published by the Free
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
17 // Software Foundation; either version 2 or (at your option) any later
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
18 // version.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 66
diff changeset
19 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
20 // eCos is distributed in the hope that it will be useful, but WITHOUT
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
21 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
22 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
23 // for more details.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 66
diff changeset
24 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
25 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
26 // along with eCos; if not, write to the Free Software Foundation, Inc.,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
27 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 66
diff changeset
28 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
29 // As a special exception, if other files instantiate templates or use
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
30 // macros or inline functions from this file, or you compile this file
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
31 // and link it with other works to produce a work based on this file,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
32 // this file does not by itself cause the resulting work to be covered by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
33 // the GNU General Public License. However the source code for this file
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
34 // must still be made available in accordance with section (3) of the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
35 // General Public License v2.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 66
diff changeset
36 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
37 // This exception does not invalidate any other reasons why a work based
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
38 // on this file might be covered by the GNU General Public License.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
39 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 210
diff changeset
40 // ####ECOSGPLCOPYRIGHTEND####
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
41 //==========================================================================
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
42 //#####DESCRIPTIONBEGIN####
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
43 //
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
44 // Author(s): gthomas
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
45 // Contributors: gthomas
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
46 // Date: 1999-02-05
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
47 // Description: Simple timeout functions
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
48 //####DESCRIPTIONEND####
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
49
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
50 // Timeout support
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
51
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
52 typedef void (timeout_fun)(void *);
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
53 #ifndef NTIMEOUTS
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
54 #define NTIMEOUTS 8
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
55 #endif
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
56 typedef struct {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
57 cyg_int32 delta; // Number of "ticks" in the future for this timeout
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
58 timeout_fun *fun; // Function to execute when it expires
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
59 void *arg; // Argument to pass when it does
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
60 } timeout_entry;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
61 static timeout_entry timeouts[NTIMEOUTS];
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
62 static cyg_handle_t timeout_alarm_handle;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
63 static cyg_alarm timeout_alarm;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
64 static cyg_int32 last_delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
65
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
66 static void
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
67 do_timeout(cyg_handle_t alarm, cyg_addrword_t data)
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
68 {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
69 int i;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
70 cyg_int32 min_delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
71 timeout_entry *e = timeouts;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
72 min_delta = 0x7FFFFFFF; // Maxint
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
73 for (i = 0; i < NTIMEOUTS; i++, e++) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
74 if (e->delta) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
75 e->delta -= last_delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
76 if (e->delta == 0) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
77 // Time for this item to 'fire'
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
78 (e->fun)(e->arg);
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
79 } else {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
80 if (e->delta < min_delta) min_delta = e->delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
81 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
82 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
83 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
84 if (min_delta != 0x7FFFFFFF) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
85 // Still something to do, schedule it
4
1d7f19c9e4d1 Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents: 2
diff changeset
86 cyg_alarm_initialize(timeout_alarm_handle, cyg_current_time()+min_delta, 0);
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
87 last_delta = min_delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
88 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
89 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
90
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
91 static cyg_uint32
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
92 timeout(cyg_int32 delta, timeout_fun *fun, void *arg)
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
93 {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
94 int i;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
95 cyg_int32 min_delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
96 static bool init = false;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
97 timeout_entry *e = timeouts;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
98 cyg_uint32 stamp;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
99 if (!init) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
100 cyg_handle_t h;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
101 cyg_clock_to_counter(cyg_real_time_clock(), &h);
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
102 cyg_alarm_create(h, do_timeout, 0, &timeout_alarm_handle, &timeout_alarm);
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
103 init = true;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
104 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
105 stamp = 0; // Assume no slots available
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
106 for (i = 0; i < NTIMEOUTS; i++, e++) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
107 if ((e->delta == 0) && (e->fun == 0)) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
108 // Free entry
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
109 e->delta = delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
110 e->fun = fun;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
111 e->arg = arg;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
112 stamp = (cyg_uint32)e;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
113 break;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
114 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
115 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
116 e = timeouts;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
117 min_delta = 0x7FFFFFFF;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
118 for (i = 0; i < NTIMEOUTS; i++, e++) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
119 if (e->delta && (e->delta < min_delta)) min_delta = e->delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
120 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
121 if (min_delta != 0x7FFFFFFF) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
122 // Still something to do, schedule it
4
1d7f19c9e4d1 Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents: 2
diff changeset
123 cyg_alarm_initialize(timeout_alarm_handle, cyg_current_time()+min_delta, 0);
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
124 last_delta = min_delta;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
125 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
126 return stamp;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
127 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
128
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
129 static void
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
130 untimeout(cyg_uint32 stamp)
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
131 {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
132 if (stamp != 0) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
133 timeout_entry *e = (timeout_entry *)stamp;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
134 if (e->fun != 0) {
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
135 e->delta = 0;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
136 e->fun = 0;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
137 e->arg = 0;
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
138 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
139 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
140 }
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
141
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents:
diff changeset
142 #endif // CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL