Changes between Version 27 and Version 28 of library_stdio


Ignore:
Timestamp:
Oct 28, 2014, 11:46:13 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v27 v28  
    8686The GIET_VM allows an user task to activate a private timer channel, generating periodical IRQs. This timer is allocated in the external multi-timers peripheral.
    8787
    88  === void '''giet_timer_alloc'''( unsigned int period )
    89 This function allocates a private user timer  to the calling task, registers the channel index
    90 in the task context,  and activates the timer.
     88 === void '''giet_timer_alloc'''()
     89This function allocates a private user timer  to the calling task, and registers the channel index
     90in the task context.
    9191Task exit if no timer channel available
    9292
     93 === void '''giet_timer_start'''( unsigned int period )
     94This function starts the private timer allocated to the calling task.
     95Task exit if no channel allocated.
     96
    9397 === void '''giet_timer_stop'''( ) ===
    94 This function stops the private user timer allocated to the calling task.
     98This function stops the private timer allocated to the calling task.
     99Task exit if no channel allocated.
    95100
    96101 == __5) File system related system calls__ ==