gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:start_com (0.00 seconds)
mtkernel_3
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
219:                 /* Set mode & Start communication */
220:                 start_com( unit, ll_devcb[unit].mode, ll_devcb[unit].speed);
221:                 break;
device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
268:                 /* Set mode & Start communication */
269:                 start_com( unit, ll_devcb[unit].mode, ll_devcb[unit].speed);
270:                 break;
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
145:                 EnableInt(INTNO_USART1 + unit, DEVCNF_SER_INTPRI);    // Enable Interrupt
146:                 start_com( unit, ll_devcb[unit].mode, ll_devcb[unit].speed);
147:                 break;
device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
123:                 EnableInt(unit?INTNO_UART1:INTNO_UART0, DEVCNF_SER_INTPRI);   // Enable Interrupt
124:                 start_com( unit, ll_devcb[unit].mode, ll_devcb[unit].speed);
125:                 break;