Changes between Version 44 and Version 45 of kernel_syscalls


Ignore:
Timestamp:
Sep 17, 2015, 9:11:13 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v44 v45  
    9696=== 2) int '''_sys_tim_release'''() ===
    9797This function release the TIMER channel allocated to the calling thread. The corresponding thread context slot is reset (0xFFFFFFFF value), and the _tty_users[channel] entry is reset to 0.
    98 === 2) int '''_sys_tim_start'''( unsigned int period ) ===
    99 This function starts the user timer channel allocated to the calling task.
    10098
    10199Returns 0 if success.
    102100Returns -1 if  timer already released.
    103101
    104 ===3) int '''_sys_tim_start'''( unsigned int period ) ===
     102=== 3) int '''_sys_tim_start'''( unsigned int period ) ===
    105103This function activates the timer allocated to the calling thread. The <period> argument defines the IRQ period.
    106104