source: rtos_arduino/trunk/asp_1.9.2/kernel/kernel_api.csv@ 136

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

ライブラリとOS及びベーシックなサンプルの追加.

File size: 827 bytes
RevLine 
[136]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 },,
14exc,DEF_EXC,.excno { .excatr &exchdr },,
15ics,DEF_ICS,{ .istksz &istk },-1,
16ini,ATT_INI,{ .iniatr &exinf &inirtn },-1,
17ter,ATT_TER,{ .teratr &exinf &terrtn },-1,
Note: See TracBrowser for help on using the repository browser.