Searched refs:VAL (Results 1 – 3 of 3) sorted by relevance
112 return (SysTick->VAL); in SysTick_getValue()
200 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument222 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
476 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member1067 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()