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

Go to the source code of this file.
Macros | |
| #define | XTAL_FREQ 3686 |
| Crystal frequency in MHz. More... | |
| #define | MHZ *1000 |
| number of kHz in a MHz More... | |
| #define | KHZ *1 |
| number of kHz in a kHz More... | |
| #define | DelayUs(x) |
Functions | |
| void | delay_10us (unsigned char x) |
| void | delay_ms (long t) |
| void | DelayMs (unsigned char) |
Macro Definition Documentation
◆ DelayUs
| #define DelayUs | ( | x | ) |
Value:
{ unsigned char _dcnt; \
while(--_dcnt != 0){ \
CLRWDT(); continue;} }
◆ KHZ
◆ MHZ
◆ XTAL_FREQ
Function Documentation
◆ delay_10us()
| void delay_10us | ( | unsigned char | x | ) |
◆ delay_ms()
| void delay_ms | ( | long | t | ) |
◆ DelayMs()
| void DelayMs | ( | unsigned | char | ) |




1.8.14