Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10777301077730 µC/OS-III API Reference Anchor10777311077731 This chapter provides a reference to µC/OS-III services. Each of the user-accessible kernel services is presented in alphabetical order. The following information is provided for each entry: Anchor998326998326 A brief description of the service Anchor998327998327 The function prototype Anchor998328998328 The filename of the source code Anchor998329998329 The #define constant required to enable code for the service Anchor998330998330 A description of the arguments passed to the function Anchor998331998331 A description of returned value(s) Anchor998332998332 Specific notes and warnings regarding use of the service Anchor998333998333 One or two examples of how to use the function Anchor998334998334 Most µC/OS-III API functions return an error code. In fact, when present, the error return value is done through the last argument of the API function, as a pointer to an error code. These error codes should be checked by the application to ensure that the µC/OS-III function performed its operation as expected. Also, some of the error codes are conditional based on configuration constants. For example, argument checking error codes are returned only if OS_CFG_ARG_CHK_EN is set to 1 in os_cfg.h. Anchor998335998335 The next few pages summarizes most of the services provided by µC/OS-III. The function calls in bold are commonly used.

Child pages (Children Display)