Changes between Version 159 and Version 160 of library_stdio


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

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v159 v160  
    2727The value is always between 0 & 65535.
    2828
     29 === 4) void ''' giet_wait'''( unsigned int randomize , unsigned int value ) ===
     30This function implements a 5 cycles waiting loop.
     31If 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.
    2932
    3033 == __Thread related system calls__ ==