source: azure_iot_hub_f767zi/trunk/asp_baseplatform/kernel/kernel_api.csv@ 457

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 1.1 KB
Line 
1tsk,CRE_TSK,#tskid { .tskatr &exinf &task +itskpri .stksz &stk },,
2tsk,DEF_TEX,%tskid { .texatr &texrtn },0,1
3atsk,AID_TSK,.notsk,,
4sem,CRE_SEM,#semid { .sematr .isemcnt .maxsem },,
5asem,AID_SEM,.nosem,,
6flg,CRE_FLG,#flgid { .flgatr .iflgptn },,
7aflg,AID_FLG,.nosem,,
8dtq,CRE_DTQ,#dtqid { .dtqatr .dtqcnt &dtqmb },,
9adtq,AID_DTQ,.nodtq,,
10pdq,CRE_PDQ,#pdqid { .pdqatr .pdqcnt +maxdpri &pdqmb },,
11apdq,AID_PDQ,.nopdq,,
12mbx,CRE_MBX,#mbxid { .mbxatr +maxmpri &mprihd },,
13ambx,AID_MBX,.nombx,,
14mtx,CRE_MTX,#mtxid { .mtxatr +ceilpri? },,
15amtx,AID_MTX,.nomtx,,
16mpf,CRE_MPF,#mpfid { .mpfatr .blkcnt .blksz &mpf &mpfmb },,
17ampf,AID_MPF,.nompf,,
18cyc,CRE_CYC,#cycid { .cycatr &exinf &cychdr .cyctim .cycphs },,
19acyc,AID_CYC,.nocyc,,
20alm,CRE_ALM,#almid { .almatr &exinf &almhdr },,
21aalm,AID_ALM,.noalm,,
22int,CFG_INT,.intno { .intatr +intpri },,
23isr,ATT_ISR,{ .isratr &exinf .intno &isr +isrpri },-1,
24aisr,AID_ISR,.noisr,,
25inh,DEF_INH,.inhno { .inhatr &inthdr },,
26exc,DEF_EXC,.excno { .excatr &exchdr },,
27ics,DEF_ICS,{ .istksz &istk },-1,
28kmm,DEF_KMM,{ .kmmsz &kmm },-1,
29ini,ATT_INI,{ .iniatr &exinf &inirtn },-1,
30ter,ATT_TER,{ .teratr &exinf &terrtn },-1,
Note: See TracBrowser for help on using the repository browser.