This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Macros | |
| #define | Fcy 40000000 |
| #define | Delay1uS_count (Fcy * 0.0001) / 1080 |
| #define | Delay_1mS_Cnt (Fcy * 0.001) / 2950 |
| #define | Delay_2mS_Cnt (Fcy * 0.002) / 2950 |
| #define | Delay_5mS_Cnt (Fcy * 0.005) / 2950 |
| #define | Delay_15mS_Cnt (Fcy * 0.015) / 2950 |
| #define | Delay_1S_Cnt (Fcy * 1) / 2950 |
Functions | |
| void | Delay (unsigned int delay_count) |
| void | Delay_Us (unsigned int delayUs_count) |
Macro Definition Documentation
Function Documentation
| void Delay | ( | unsigned int | delay_count | ) |



1.8.7