source: asp_ewarm/asp-1.7.0/kernel/kernel_api.csv@ 61

Last change on this file since 61 was 61, checked in by ertl-honda, 11 years ago

ASP for EWARM のコミット.

File size: 845 bytes
Line 
1tsk,CRE_TSK,#tskid { .tskatr &exinf &task +itskpri .stksz &stk },,
2tsk,DEF_TEX,%tskid { .texatr &texrtn },0,1,
3sem,CRE_SEM,#semid { .sematr .isemcnt .maxsem },,
4flg,CRE_FLG,#flgid { .flgatr .iflgptn },,
5dtq,CRE_DTQ,#dtqid { .dtqatr .dtqcnt &dtqmb },,
6pdq,CRE_PDQ,#pdqid { .pdqatr .pdqcnt +maxdpri &pdqmb },,
7mbx,CRE_MBX,#mbxid { .mbxatr +maxmpri &mprihd },,
8mpf,CRE_MPF,#mpfid { .mpfatr .blkcnt .blksz &mpf &mpfmb },,
9cyc,CRE_CYC,#cycid { .cycatr &exinf &cychdr .cyctim .cycphs },,
10alm,CRE_ALM,#almid { .almatr &exinf &almhdr },,
11int,CFG_INT,.intno { .intatr +intpri },,
12isr,ATT_ISR,{ .isratr &exinf .intno &isr +isrpri },-1,
13inh,DEF_INH,.inhno { .inhatr &inthdr },,
14ics,DEF_ICS,{ .istksz &istk },-1,
15exc,DEF_EXC,.excno { .excatr &exchdr },,
16ini,ATT_INI,{ .iniatr &exinf &inirtn },-1,
17ter,ATT_TER,{ .teratr &exinf &terrtn },-1,
Note: See TracBrowser for help on using the repository browser.