Changes between Version 9 and Version 10 of kernel_miscelaneous


Ignore:
Timestamp:
Jan 2, 2017, 6:32:39 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_miscelaneous

    v9 v10  
    1111=== void '''_random_wait'''( unsigned int randomize , unsigned int value ) ===
    1212This function implements a 5 cycles waiting loop.
    13 If the <randomize> argument is set, the number of iterations is a pseudo-random number whose number of bits is defined by the <value> argument. If the <randomize> is zero, the number of iterations is defined by the <value> argument.
     13If the <randomize> argument is set, the number of iterations is a pseudo-random number whose number of bits is defined by the <value> argument. If the <randomize> argument is zero, the number of iterations is defined by the <value> argument.
    1414
    1515=== void '''_break'''( char* str ) ===