Changes between Version 6 and Version 7 of kernel_syscalls
- Timestamp:
- Oct 26, 2014, 12:18:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v6 v7 13 13 === void '''_proc_xyp'''( unsigned int* x, unsigned int*, unsigned int* p ) === 14 14 This function returns the processor (x,y,p) identifiers. 15 16 === int '''_call_timer_start'''( unsigned int period ) === 17 This function starts the user timer channel allocated to the calling task. 18 19 === int '''_call_timer_stop'''( unsigned int period ) === 20 This function stops the user timer channel allocated to the calling task. 15 21 16 22 === void '''_task_exit'''() ===