Changes between Version 27 and Version 28 of library_stdio
- Timestamp:
- Oct 28, 2014, 11:46:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v27 v28 86 86 The 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. 87 87 88 === void '''giet_timer_alloc'''( unsigned int period)89 This function allocates a private user timer to the calling task, registers the channel index90 in the task context , and activates the timer.88 === void '''giet_timer_alloc'''() 89 This function allocates a private user timer to the calling task, and registers the channel index 90 in the task context. 91 91 Task exit if no timer channel available 92 92 93 === void '''giet_timer_start'''( unsigned int period ) 94 This function starts the private timer allocated to the calling task. 95 Task exit if no channel allocated. 96 93 97 === void '''giet_timer_stop'''( ) === 94 This function stops the private user timer allocated to the calling task. 98 This function stops the private timer allocated to the calling task. 99 Task exit if no channel allocated. 95 100 96 101 == __5) File system related system calls__ ==