Function error_init_error(error_t *, error_id, uint8_t, uint32_t)¶
- Defined in File error.h
Function Documentation¶
-
void
error_init_error
(error_t *error, error_id id, uint8_t offset, uint32_t timestamp) Initializes an error structure.
- Parameters
error
: The error structure to initializeid
: The error idoffset
: The offset (index) of the error in error_datatimestamp
: The timestamp at which the error occurred