Home
last modified time | relevance | path

Searched defs:ticks (Results 1 – 25 of 32) sorted by relevance

12

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dstopwatch.h103 STATIC INLINE void StopWatch_DelayTicks(uint32_t ticks) in StopWatch_DelayTicks()
116 uint32_t ticks = StopWatch_MsToTicks(mS); in StopWatch_DelayMs() local
128 uint32_t ticks = StopWatch_UsToTicks(uS); in StopWatch_DelayUs() local
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_freertos.c26 TickType_t ticks; in sensible_ticks_until() local
50 TickType_t ticks; in process_under_lock() local
267 TickType_t ticks = sensible_ticks_until(until); in async_context_freertos_wait_until() local
275 TickType_t ticks = sensible_ticks_until(until); in async_context_freertos_wait_for_work_until() local
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dstopwatch_15xx.c85 uint32_t StopWatch_TicksToMs(uint32_t ticks) in StopWatch_TicksToMs()
91 uint32_t StopWatch_TicksToUs(uint32_t ticks) in StopWatch_TicksToUs()
/external/platform/lpc15xx/lpcopen/periph_crc/example/src/
A Dcrc.c45 static volatile uint32_t ticks; variable
/external/platform/lpc15xx/lpcopen/periph_rtc/example/src/
A Drtc.c108 uint32_t ticks = 0; in main() local
/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c135 uint32_t startTime, ticks[3]; in main() local
/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c39 static volatile int ticks; variable
/external/platform/nrfx/drivers/src/
A Dnrfx_systick.c133 void nrfx_systick_delay_ticks(uint32_t ticks) in nrfx_systick_delay_ticks()
A Dnrfx_wdt.c87 uint64_t ticks = (p_config->reload_value * 32768ULL) / 1000; in nrfx_wdt_init() local
A Dnrfx_rtc.c268 uint32_t ticks; in nrfx_rtc_max_ticks_get() local
/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/
A Dperiph_i2cm_polling.c160 static int ticks = 0; in SysTick_Handler() local
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src/
A Dperiph_i2c_rom_polling.c194 static int ticks = 0; in SysTick_Handler() local
/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/
A Dperiph_i2cm_interrupt.c189 static int ticks = 0; in SysTick_Handler() local
/external/platform/nrfx/hal/
A Dnrf_timer.h728 uint64_t ticks = ((time_us * 16ULL) >> prescaler); in nrf_timer_us_to_ticks() local
739 uint64_t ticks = ((time_ms * 16000ULL) >> prescaler); in nrf_timer_ms_to_ticks() local
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/src/
A Dperiph_i2c_rom_interrupt.c227 static int ticks = 0; in SysTick_Handler() local
/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c56 static volatile int ticks; variable
/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm0.h923 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
A Dcore_cm1.h950 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
A Dcore_cm0plus.h1058 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
A Dcore_sc000.h1001 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
A Dcore_armv8mbl.h2163 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
2192 __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) in TZ_SysTick_Config_NS()
A Dcore_cm23.h2238 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
2267 __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) in TZ_SysTick_Config_NS()
A Dcore_armv8mml.h3060 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
3089 __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) in TZ_SysTick_Config_NS()
A Dcore_cm33.h3128 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
3157 __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) in TZ_SysTick_Config_NS()
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcore_cm0plus.h1058 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()

Completed in 72 milliseconds

12