FW Profile - C1 Implementation
|
Definition of the Current Failure Recovery Action (RA). More...
Go to the source code of this file.
Macros | |
#define | CUR_REC_ACTION_ID 1 |
Identifier of the Current Recovery Action. More... | |
#define | CUR_REC_ACTION_N1 4 |
Number of wait cycles between the command sending the Hardware Device to Stand-By and the command switching it off. | |
Functions | |
FwPrDesc_t | GetCurRecActionPr () |
Retrieve the descriptor of the Current Recovery Action Procedure. More... | |
Definition of the Current Failure Recovery Action (RA).
This RA is encapsulated in a procedure which first commands the Hardware Device into SBY and then switches it off (see figure below).
Definition in file FwDaCurRecAction.h.
#define CUR_REC_ACTION_ID 1 |
Identifier of the Current Recovery Action.
Definition at line 20 of file FwDaCurRecAction.h.
FwPrDesc_t GetCurRecActionPr | ( | ) |
Retrieve the descriptor of the Current Recovery Action Procedure.
The Current Recovery Action Procedure is a singleton. The first time this function is called, it creates and configures the procedure descriptor. Subsequently, it always returns the same descriptor.
This procedure performs the following actions:
Definition at line 48 of file FwDaCurRecAction.c.