source: rubycfg_asp/trunk/asp_dcre/kernel/kernel_api.def@ 313

Last change on this file since 313 was 313, checked in by coas-nagasima, 7 years ago

ソースを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 911 bytes
Line 
1CRE_TSK #tskid* { .tskatr &exinf &task +itskpri .stksz &stk? }
2DEF_TEX %tskid* { .texatr &texrtn }
3AID_TSK .notsk
4CRE_SEM #semid* { .sematr .isemcnt .maxsem }
5AID_SEM .nosem
6CRE_FLG #flgid* { .flgatr .iflgptn }
7AID_FLG .noflg
8CRE_DTQ #dtqid* { .dtqatr .dtqcnt &dtqmb? }
9AID_DTQ .nodtq
10CRE_PDQ #pdqid* { .pdqatr .pdqcnt +maxdpri &pdqmb? }
11AID_PDQ .nopdq
12CRE_MBX #mbxid* { .mbxatr +maxmpri? &mprihd? }
13AID_MBX .nombx
14CRE_MPF #mpfid* { .mpfatr .blkcnt .blksz &mpf? &mpfmb? }
15AID_MPF .nompf
16CRE_CYC #cycid* { .cycatr &exinf &cychdr .cyctim .cycphs }
17AID_CYC .nocyc
18CRE_ALM #almid* { .almatr &exinf &almhdr }
19AID_ALM .noalm
20CFG_INT .intno* { .intatr +intpri }
21ATT_ISR { .isratr &exinf .intno &isr +isrpri }
22AID_ISR .noisr
23DEF_INH .inhno* { .inhatr &inthdr }
24DEF_EXC .excno* { .excatr &exchdr }
25DEF_ICS { .istksz &istk? }
26DEF_KMM { .kmmsz &kmm? }
27ATT_INI { .iniatr &exinf &inirtn }
28ATT_TER { .teratr &exinf &terrtn }
Note: See TracBrowser for help on using the repository browser.