Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
css.uC-OS-III API Reference Manual.css
css.uC-OS-III API Reference Manual.css
Include Page
css.webworks.css
css.webworks.css

Anchor
1007198
1007198
OSTimeTick()

Anchor
1007199
1007199
void OSTimeTick (void)

Anchor
1007213
1007213
 

HTML Table
summary
classPlain_Table
Table Row (tr)
Table Cell (td)

Anchor
1007202
1007202
File

Table Cell (td)

Anchor
1007204
1007204
Called from

Table Cell (td)

Anchor
1007206
1007206
Code enabled by

Table Row (tr)
Table Cell (td)

Anchor
1007208
1007208
os_time.c

Table Cell (td)

Anchor
1007210
1007210
ISR only

Table Cell (td)

Anchor
1007212
1007212
N/A

Anchor
1007216
1007216
OSTimeTick() “announces” that a tick has just occurred, and that time delays and timeouts need to be updated. This function must be called from the tick ISR.

Anchor
1007217
1007217
Arguments

Anchor
1007218
1007218
None

Anchor
1007219
1007219
Returned Value

Anchor
1007220
1007220
None

Anchor
1007221
1007221
Notes/Warnings

Anchor
1007222
1007222
None

Anchor
1007244
1007244
Example

Anchor
1069457
1069457
 

HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan7

Anchor
1007225
1007225
void MyTickISR (void)

Anchor
1007226
1007226
{

Anchor
1007227
1007227
/* Clear interrupt source */

Anchor
1007228
1007228
OSTimeTick();

Anchor
1007229
1007229
:

Anchor
1007230
1007230
:

Anchor
1007231
1007231
}

Table Row (tr)

Table Row (tr)

Table Row (tr)

Table Row (tr)

Table Row (tr)

Table Row (tr)