Changes between Version 6 and Version 7 of kernel_syscalls


Ignore:
Timestamp:
Oct 26, 2014, 12:18:49 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v6 v7  
    1313=== void '''_proc_xyp'''( unsigned int* x,  unsigned int*,   unsigned int* p ) ===
    1414This function returns the processor (x,y,p) identifiers.
     15
     16=== int '''_call_timer_start'''( unsigned int period ) ===
     17This function starts the user timer channel allocated to the calling task.
     18
     19=== int '''_call_timer_stop'''( unsigned int period ) ===
     20This function stops the user timer channel allocated to the calling task.
    1521
    1622=== void '''_task_exit'''() ===