Searched refs:cycles (Results 1 – 5 of 5) sorted by relevance
95 void _delay_cycles(void *const hw, uint32_t cycles) in _delay_cycles() argument98 uint8_t n = cycles >> 24; in _delay_cycles()99 uint32_t buf = cycles; in _delay_cycles()
183 … timer_get_clock_cycles_in_tick(const struct timer_descriptor *const descr, uint32_t *const cycles) in timer_get_clock_cycles_in_tick() argument185 ASSERT(descr && cycles); in timer_get_clock_cycles_in_tick()186 *cycles = _timer_get_period(&descr->device); in timer_get_clock_cycles_in_tick()
81 void _delay_cycles(void *const hw, uint32_t cycles);
176 …timer_get_clock_cycles_in_tick(const struct timer_descriptor *const descr, uint32_t *const cycles);
9 configurable number of clock cycles in the hardware timer. Changing the number of clock cycles in a…