gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 15 of 15 for funcall:tk_def_int from mtkernel_3 (0.01 seconds)
mtkernel_3
device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
181:         /* Interrupt handler definition */
182:         err = tk_def_int((INTNO_UART0 + unit), &dint);
183: 
lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
108:         dint.inthdr    = inthdr_tbl[ptmrno - 1];
109:         err = tk_def_int( p_cb->intno, &dint);
110:         if(err != E_OK) {
lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
102:         dint.inthdr    = inthdr_tbl[ptmrno];
103:         err = tk_def_int( intno, &dint);
104:         if(err != E_OK) {
lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
117:         dint.inthdr    = inthdr_tbl[ptmrno];
118:         err = tk_def_int( intno, &dint);
119:         if(err != E_OK) {
lib/libtk/sysdepend/cpu/tx03_m367/ptimer_m367.c - 7.5KB - 236 lines
126:         dint.inthdr    = inthdr_tbl[ptmrno - 1];
127:         err = tk_def_int( intno, &dint);
128:         if(err != E_OK) {