예제 #1
0
void usDelay (unsigned nMicroSeconds)
{
	TimerusDelay (TimerGet (), nMicroSeconds);
}
예제 #2
0
void usDelay(unsigned MicroSeconds)
{
	TimerusDelay(MicroSeconds);
}