Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_runtime/
DCMakeLists.txt83 set(VAL 1) variable
85 set(VAL 0) variable
90 set(RUNTIME_INCLUDE_${ITEM} ${VAL})
93 set(RUNTIME_INCLUDE_${VAR} ${VAL})
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h207 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
229 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
/hal_rpi_pico-latest/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.h477 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
1083 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
Dcore_cm33.h986 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
3117 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
3146 …SysTick_NS->VAL = 0UL; /* Load the SysTick Counte… in TZ_SysTick_Config_NS()