Jump to content

What "delay" is it ?


Dan84

Recommended Posts

Hi, i've started to play with timers and delays. In Di Jasio's PIC32 book i've found this code

void delay(uint32_t count)
{
    while(--count);
}

Who is count ? To whom it refers ?

SYSCLK ? PBCLK ? Something else ?

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...