FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_tasks_config.h
Go to the documentation of this file.
1
24
25#ifndef DEFINE_TASKS_CONFIG_H
26#define DEFINE_TASKS_CONFIG_H
27
28// Standard Library Includes
29#include <stdbool.h>
30
31// Framework Includes
32#include <define_error_ids.h>
34
39#define FOREVER true
40
45#define ENABLED (1U)
46
51#define DISABLED (0U)
52
70
81typedef void (*rstCallback_t)(resetInfo_t resetInfo);
82
83#endif // DEFINE_TASKS_CONFIG_H
Defines for IDs associated with specific errors.
errId_t
Defines unique Error IDs for reporting system errors to EH_HandleError.
void(* rstCallback_t)(resetInfo_t resetInfo)
Defines a function pointer type for a reset handler callback function.
resetReason_t
Type defines for all possible reset sources.
Defines a data structure for storing information about a device reset.
resetReason_t reason