USLEEP_RANGE
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
NAME
usleep_range - Drop in replacement for udelay where wakeup is flexible
SYNOPSIS
-
void usleep_range(unsigned long min, unsigned long max);
ARGUMENTS
min
-
- Minimum time in usecs to sleep
max
-
Maximum time in usecs to sleep
COPYRIGHT