1.28.7.6 GENERIC_TIMER_DelayUs Function

C

void GENERIC_TIMER_DelayUs(uint32_t delay_us);

Summary

Delays processing for x microseconds.

Description

Delays execution by using the generic timer to determine when given number of microseconds has expired.

Precondition

generic timer is configured, running with interrupt enabled.

Parameters

Param Description
delay_ms number of microseconds to delay

Returns

None.