delay.c File Reference

Go to the source code of this file.

Functions

void Delay (unsigned int delay_count)
 
void Delay_Us (unsigned int delayUs_count)
 

Variables

unsigned int temp_count
 

Function Documentation

void Delay ( unsigned int  delay_count)

Definition at line 45 of file delay.c.

Here is the caller graph for this function:

void Delay_Us ( unsigned int  delayUs_count)

Definition at line 60 of file delay.c.

Here is the caller graph for this function:

Variable Documentation

unsigned int temp_count

Definition at line 43 of file delay.c.