Changes between Version 6 and Version 7 of kernel_miscelaneous
- Timestamp:
- Jun 9, 2015, 9:37:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_miscelaneous
v6 v7 11 11 === void '''_random_wait'''( unsigned int value ) === 12 12 This 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] 13 The 5 LSB bits of the '''value''' argument (number between 0 and 31) define the average delay value: 2 * (2**(value[4:0]) 14 14 15 15 === void '''_break'''( char* str ) ===