ARMEBS4  revision-26.06.2015
Functions
Delays

Provides a simple way to delay (active wait) More...

Collaboration diagram for Delays:

Functions

void delay_wait_ms (uint32_t ms)
 Wait for at least that time. More...
 
void delay_wait_us (uint32_t us)
 Wait for at least that time. More...
 

Detailed Description

Provides a simple way to delay (active wait)

Function Documentation

void delay_wait_ms ( uint32_t  ms)

Wait for at least that time.

Parameters
msThe millisecond time to wait

Definition at line 12 of file delay.c.

References delay_wait_us().

Referenced by delay_wait_us(), and EEPROM_Write().

Here is the call graph for this function:

Here is the caller graph for this function:

void delay_wait_us ( uint32_t  us)

Wait for at least that time.

Parameters
usThe microsecond time to wait

Definition at line 41 of file delay.c.

References _delay_loop(), delay_wait_ms(), and SystemClock.

Referenced by delay_wait_ms(), and workaround_reset_i2c_devices().

Here is the call graph for this function:

Here is the caller graph for this function: