Searched refs:VAL (Results 1 – 2 of 2) sorted by relevance
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()