Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-libxively-6eca970 by
Error handling (POSIX-like) More...
Go to the source code of this file.
Functions | |
| xi_err_t | xi_get_last_error (void) |
| Error getter for the user. | |
| void | xi_set_err (xi_err_t e) |
| Error setter for the library itself. | |
| const char * | xi_get_error_string (xi_err_t e) |
| Error description string getter for a given value of `xi_err_t`. | |
Variables | |
| const char * | xi_err_string [XI_ERR_COUNT] |
| Error description lookup table. | |
Detailed Description
Error handling (POSIX-like)
Definition in file xi_err.h.
Function Documentation
| const char* xi_get_error_string | ( | xi_err_t | e ) |
| xi_err_t xi_get_last_error | ( | void | ) |
| void xi_set_err | ( | xi_err_t | e ) |
Variable Documentation
| const char* xi_err_string[XI_ERR_COUNT] |
Generated on Wed Jul 13 2022 02:16:22 by
1.7.2
