- mtkernel_3
- device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
149: case LLD_SER_STOP:
150: DisableInt(INTNO_USART1 + unit);
151: stop_com(unit);
- device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
127: case LLD_SER_STOP:
128: DisableInt(unit?INTNO_UART1:INTNO_UART0);
129: stop_com(unit);
- kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
71:
72: DisableInt( INTNO_SYS_TICK ); /* Disable timer interrupt */
73:
- lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
60: /* Stop Pysical timer */
61: DisableInt( intno);
62: out_h(TMR_TCCR, 0); // Timer Stop
- More results from ptimer_rx231.c
- lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
59: if( p_cb->mode == TA_ALM_PTMR) {
60: DisableInt( intno);
61: out_b( OSTMn_TT((intno==INTNO_OSTM1)?0:1), 1); // Stop Pysical timer
- More results from ptimer_rza2m.c
- lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
64: if( p_cb->mode == TA_ALM_PTMR) {
65: DisableInt( intno); // Stop Pysical timer
66: }
- More results from ptimer_stm32l4.c
- lib/libtk/sysdepend/cpu/tx03_m367/ptimer_m367.c - 7.5KB - 236 lines
66: /* Stop Pysical timer */
67: DisableInt( intno);
68: out_w( TMRB_TBxEN, TBxEN_TBEN ); // Timer module disabled.
- More results from ptimer_m367.c