FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_error_inject_reset.h
Go to the documentation of this file.
1
22
23
#ifndef DEFINE_ERROR_INJECT_RESET_H
24
#define DEFINE_ERROR_INJECT_RESET_H
25
44
typedef
enum
45
{
46
ERRINJ_RESET_NONE
= 0x0,
47
ERRINJ_RESET_CPU
= 0x1,
48
ERRINJ_RESET_WDT
= 0x2,
49
ERRINJ_RESET_CORRUPT
= 0x3,
50
}
errInjectReset_t
;
51
52
#endif
// DEFINE_ERROR_INJECT_RESET_H
errInjectReset_t
errInjectReset_t
Defines possible reasons for a device reset due to an error injection.
Definition
define_error_inject_reset.h:45
ERRINJ_RESET_CPU
@ ERRINJ_RESET_CPU
Definition
define_error_inject_reset.h:47
ERRINJ_RESET_CORRUPT
@ ERRINJ_RESET_CORRUPT
Definition
define_error_inject_reset.h:49
ERRINJ_RESET_NONE
@ ERRINJ_RESET_NONE
Definition
define_error_inject_reset.h:46
ERRINJ_RESET_WDT
@ ERRINJ_RESET_WDT
Definition
define_error_inject_reset.h:48
safety_framework
src
tasks
define_error_inject_reset.h
Generated by
1.15.0