EDF - OnePIC MCU  v1.1.0
source/Microchip/Common/TimeDelay.c File Reference

consists of all delay routines throughout the project More...

#include <plib.h>
#include "bsp.h"
#include "Compiler.h"
#include "TimeDelay.h"
Include dependency graph for TimeDelay.c:

Go to the source code of this file.

Functions

void Delay10us (UINT32 tenMicroSecondCounter)
 delay a multiple of 10us
void DelayMs (UINT16 ms)
 delay a multiple of ms

Detailed Description

consists of all delay routines throughout the project

Definition in file TimeDelay.c.


Function Documentation

void Delay10us ( UINT32  tenMicroSecondCounter)

delay a multiple of 10us

Parameters:
tenMicroSecondCounterdelay 10us * X

Definition at line 59 of file TimeDelay.c.

Here is the caller graph for this function:

void DelayMs ( UINT16  ms)

delay a multiple of ms

Parameters:
msdelay ms * X

Definition at line 145 of file TimeDelay.c.

Here is the call graph for this function:

Here is the caller graph for this function: