![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <zrtos/error.h>Go to the source code of this file.
Data Structures | |
| struct | _zrtos_error_count_t |
Typedefs | |
| typedef struct _zrtos_error_count_t | zrtos_error_count_t |
Functions | |
| bool | zrtos_error_count__init (zrtos_error_count_t *thiz) |
| void | zrtos_error_count__deinit (zrtos_error_count_t *thiz) |
| zrtos_error_t | zrtos_error_count__add (zrtos_error_count_t *thiz, zrtos_error_t err) |
| typedef struct _zrtos_error_count_t zrtos_error_count_t |
| zrtos_error_t zrtos_error_count__add | ( | zrtos_error_count_t * | thiz, |
| zrtos_error_t | err | ||
| ) |
Definition at line 30 of file error_count.h.
| void zrtos_error_count__deinit | ( | zrtos_error_count_t * | thiz | ) |
| bool zrtos_error_count__init | ( | zrtos_error_count_t * | thiz | ) |