Searched refs:TMR_ReadIntFlag (Results 1 – 11 of 11) sorted by relevance
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_hwtimer.c | 532 if (TMR_ReadIntFlag(TMR1, TMR_INT_UPDATE)) in TMR1_UP_TMR10_IRQHandler() 537 if (TMR_ReadIntFlag(TMR10, TMR_INT_UPDATE)) in TMR1_UP_TMR10_IRQHandler() 628 if (TMR_ReadIntFlag(TMR8, TMR_INT_UPDATE)) in TMR8_UP_TMR13_IRQHandler() 633 if (TMR_ReadIntFlag(TMR13, TMR_INT_UPDATE)) in TMR8_UP_TMR13_IRQHandler()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_tmr.h | 667 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_tmr.h | 709 uint16_t TMR_ReadIntFlag(TMR_T* TMRx, TMR_INT_FLAG_T flag);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_tmr.h | 666 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag);
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_tmr.h | 698 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag);
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_tmr.h | 665 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_tmr.c | 1934 uint16_t TMR_ReadIntFlag(TMR_T* TMRx, TMR_INT_FLAG_T flag) in TMR_ReadIntFlag() function
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_tmr.c | 1943 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag) in TMR_ReadIntFlag() function
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_tmr.c | 1947 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag) in TMR_ReadIntFlag() function
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_tmr.c | 1938 uint16_t TMR_ReadIntFlag(TMR_T* tmr, TMR_INT_T flag) in TMR_ReadIntFlag() function
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_tmr.c | 2098 uint16_t TMR_ReadIntFlag(TMR_T *tmr, TMR_INT_T flag) in TMR_ReadIntFlag() function
|
Completed in 32 milliseconds