Changes between Version 159 and Version 160 of library_stdio
- Timestamp:
- Jan 2, 2017, 6:51:51 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v159 v160 27 27 The value is always between 0 & 65535. 28 28 29 === 4) void ''' giet_wait'''( unsigned int randomize , unsigned int value ) === 30 This function implements a 5 cycles waiting loop. 31 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> argument is zero, the number of iterations is defined by the <value> argument. 29 32 30 33 == __Thread related system calls__ ==