Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libc/
Dmemset.c47 #define VAL 0 macro
56 #define VAL c0 in bzero()
85 *dst++ = VAL; in bzero()
107 *dst++ = VAL; in bzero()
122 *dst++ = VAL; in bzero()
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0.h443 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
691 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
Dcore_cm0plus.h464 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
802 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
Dcore_sc000.h483 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
822 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
Dcore_cm3.h614 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
1558 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
Dcore_sc300.h594 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
1538 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
Dcore_cm4.h654 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
1710 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
Dcore_cm7.h835 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
2129 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c299 SysTick->VAL = 0; in platInitialize()
323 val = SysTick->VAL; in platGetTicks()
327 } while (mTimeAccumulated != ret || SysTick->VAL > val); in platGetTicks()