Changes between Version 6 and Version 7 of kernel_miscelaneous


Ignore:
Timestamp:
Jun 9, 2015, 9:37:13 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_miscelaneous

    v6 v7  
    1111=== void '''_random_wait'''( unsigned int value ) ===
    1212This function implements a pseudo-random delay.
    13 The 5 LSB bits of the '''value''' argument (number between 0 and 31) define the average delay value: 2 * (2**(value[4:0]
     13The 5 LSB bits of the '''value''' argument (number between 0 and 31) define the average delay value: 2 * (2**(value[4:0])
    1414
    1515=== void '''_break'''( char* str ) ===