| /bsp/maxim/libraries/MAX32660PeriphDriver/Source/ |
| A D | mxc_delay.c | 60 if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) { in mxc_delay_handler() 80 ctrl_save = SysTick->CTRL & ~SysTick_CTRL_COUNTFLAG_Msk; in mxc_delay_init() 172 if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) { in mxc_delay()
|
| A D | mxc_sys.c | 650 } while (!(cur_ticks & SysTick_CTRL_COUNTFLAG_Msk)); in SYS_SysTick_Delay() 663 } while (!(cur_ticks & SysTick_CTRL_COUNTFLAG_Msk)); in SYS_SysTick_Delay()
|
| /bsp/ft32/ft32f072xb-starter/board/ |
| A D | board.c | 47 if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) in SysTick_Handler() 58 if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) in GetTick()
|
| /bsp/stm32/libraries/HAL_Drivers/ |
| A D | drv_common.c | 66 if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) in SysTick_Handler() 77 if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) in HAL_GetTick()
|
| /bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/ |
| A D | systick_counter.h | 75 while (!(SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk)) { in delay_cycles()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_cortex.h | 232 return ((SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) == (SysTick_CTRL_COUNTFLAG_Msk)); in LL_SYSTICK_IsActiveCounterFlag()
|
| /bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Source/ |
| A D | lib_cortex.c | 193 while (!(tmp & SysTick_CTRL_COUNTFLAG_Msk)); in CORTEX_Delay_nSysClock()
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | drv_common.c | 56 if(SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) in SysTick_Handler()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_utils.c | 179 if((SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) != 0U) in LL_mDelay()
|
| /bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/ |
| A D | core_cm0.h | 407 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/efm32/Libraries/CMSIS/Include/ |
| A D | core_cm0.h | 405 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/CME_M7/CMSIS/CMSIS/Include/ |
| A D | core_cm0.h | 420 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/ |
| A D | core_cm0.h | 420 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/mm32l07x/Libraries/CMSIS/CORE/ |
| A D | core_cm0.h | 405 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/ |
| A D | core_cm0.h | 405 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/Core/ |
| A D | core_cm0.h | 420 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/nxp/lpc/lpc43xx/Libraries/CMSIS/Include/ |
| A D | core_cm0.h | 420 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/mm32f103x/Libraries/CMSIS/KEIL_CORE/ |
| A D | core_cm0.h | 394 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/xplorer4330/Libraries/CMSIS/Include/ |
| A D | core_cm0.h | 420 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/essemi/es32f0654/libraries/CMSIS/Include/ |
| A D | core_cm0.h | 406 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/synwit/libraries/SWM320_CSL/CMSIS/CoreSupport/ |
| A D | core_cm0.h | 449 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | core_cm0.h | 440 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/samd21/sam_d2x_asflib/CMSIS/Include/ |
| A D | core_cm0.h | 449 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/ |
| A D | core_cm0.h | 449 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|
| /bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/ |
| A D | core_cm0.h | 449 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT… macro
|