Mercurial > hg > Game > Cerium
annotate example/word_count_test/Func.h @ 924:1640b14ec15a draft
show dma wait format
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 30 Jul 2010 16:40:30 +0900 |
parents | ad4b6b556483 |
children |
rev | line source |
---|---|
658 | 1 enum { |
2 #include "SysTasks.h" | |
3 TASK_EXEC, | |
663
ad4b6b556483
incremental task creation on word count_test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
658
diff
changeset
|
4 RUN_TASK_BLOCKS, |
658 | 5 TASK_PRINT, |
6 RUN_FINISH, | |
7 }; | |
8 | |
9 #define DATA_NUM 12 | |
10 #define ADD_NUM 26 | |
11 | |
12 #define DATA_ID 0 |