Home
last modified time | relevance | path

Searched refs:ticks (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
DMetronome.uni8 // is called, the number of ticks passed in is converted to either nanosecond or
9 // microsecond units. If the number of ticks is small, then nanoseconds are used.
10 // If the number of ticks is large, then microseconds are used. This prevents
29ticks passed in is converted to either nanosecond or microsecond units. If the number of ticks is…
DMetronome.inf8 # is called, the number of ticks passed in is converted to either nanosecond or
9 # microsecond units. If the number of ticks is small, then nanoseconds are used.
10 # If the number of ticks is large, then microseconds are used. This prevents
/device/generic/goldfish/input/
Dgoldfish_rotary.idc4 # Should be (number of ticks in full rotation) / (2 PI).
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0.h685 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
687 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
689 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm0plus.h796 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
798 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
800 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_sc000.h816 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
818 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
820 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm3.h1552 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
1554 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
1556 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_sc300.h1532 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
1534 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
1536 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm4.h1704 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
1706 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
1708 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm7.h2123 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument
2125 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config()
2127 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()