CORDET Framework - C2 Implementation
|
Interface to the Application Reset Procedure. More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | CrFwAppSmGetAppResetProc () |
Retrieve the singleton instance of the Application Reset Procedure. More... | |
Interface to the Application Reset Procedure.
The Application Reset Procedure is started by the Application State Machine (see CrFwAppSm.h
). It executes while the state machine is in state RESET. This procedure is responsible for resetting all the application components and for performing any other reset action for the application. The Application Reset Procedure is entirely application-specific. This header file declares a function to retrieve a pointer to the procedure descriptor. The implementation of this file provides an implementation of the procedure and is therefore application-specific.
This file is part of the CORDET Framework.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
For information on alternative licensing, please contact P&P Software GmbH.
Definition in file CrFwAppResetProc.h.
FwPrDesc_t CrFwAppSmGetAppResetProc | ( | ) |
Retrieve the singleton instance of the Application Reset Procedure.
Definition at line 44 of file CrFwAppResetProc.c.