source: asp3_tinet_ecnl_rx/trunk/asp3_dcre/kernel/kernel_api.def@ 337

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

ASP3版ECNLを追加

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