Searched refs:TMR_DisableInterrupt (Results 1 – 11 of 11) sorted by relevance
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_tmr.h | 661 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_tmr.h | 704 void TMR_DisableInterrupt(TMR_T* TMRx, uint16_t interrupt);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_tmr.h | 660 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt);
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_tmr.h | 694 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt);
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_tmr.h | 659 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt);
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_hwtimer.c | 451 TMR_DisableInterrupt(timer_config->tmr, TMR_INT_UPDATE); in apm32_hwtimer_stop()
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_tmr.c | 1801 void TMR_DisableInterrupt(TMR_T* TMRx, uint16_t interrupt) in TMR_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_tmr.c | 1843 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt) in TMR_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_tmr.c | 1836 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt) in TMR_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_tmr.c | 1834 void TMR_DisableInterrupt(TMR_T* tmr, uint16_t interrupt) in TMR_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_tmr.c | 1990 void TMR_DisableInterrupt(TMR_T *tmr, uint16_t interrupt) in TMR_DisableInterrupt() function
|
Completed in 744 milliseconds