Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_iccarm.h200 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
222 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
Dcore_cm0plus.h476 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
1067 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()