delayUs


Generates a delay (software timing loop) for a duration of specified microseconds.

void delayUs (volatile unsigned long us);

Parameters


volatile unsigned long  - delay in microseconds

Return Value


N/A

Remarks


N/A

Requirements


delay.h

Example


N/A

Library


STM C Library Reference