Changes between Version 112 and Version 113 of library_stdio
- Timestamp:
- Sep 17, 2015, 1:08:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v112 v113 201 201 === 1) void '''giet_timer_alloc'''() 202 202 This function allocates a private user timer to the calling thread, and registers the channel index in the thread context. 203 The thread exit if no timer channel is threadavailable203 The thread exit if no timer channel is available 204 204 205 205 === 2) void '''giet_timer_start'''( unsigned int period ) … … 209 209 === 3) void '''giet_timer_stop'''( ) === 210 210 This function stops the private timer allocated to the calling thread. 211 The thread exit if no channel is allocated to the calling thread. thread211 The thread exit if no channel is allocated to the calling thread. 212 212 213 213 == __File system related system calls__ ==