eLooM for STM32 application
v3.3.0
|
Empty implementation of the IApplicationErrorDelegate IF. More...
Go to the source code of this file.
Data Structures | |
struct | _NuLLErrorDelegate |
Typedefs | |
typedef struct _NuLLErrorDelegate | NullErrorDelegate |
Functions | |
IApplicationErrorDelegate * | NullAEDAlloc (void) |
static void | NullAEDResetCounter (IApplicationErrorDelegate *_this) |
static uint8_t | NullAEDGetMaxFirstResponderPriority (const IApplicationErrorDelegate *_this) |
static sys_error_code_t | NullAEDRemoveFirstResponder (IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder) |
static sys_error_code_t | NullAEDAddFirstResponder (IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder, uint8_t nPriority) |
static boolean_t | NullAEDIsLastErrorPending (IApplicationErrorDelegate *_this) |
static sys_error_code_t | NullAEDOnNewErrEvent (IApplicationErrorDelegate *_this, SysEvent xEvent) |
static sys_error_code_t | NullAEDProcessEvent (IApplicationErrorDelegate *_this, ApplicationContext *pxContext, SysEvent xEvent) |
static sys_error_code_t | NullAEDOnStartApplication (IApplicationErrorDelegate *_this, ApplicationContext *pxContext) |
static sys_error_code_t | NullAEDInit (IApplicationErrorDelegate *_this, void *pParams) |
Empty implementation of the IApplicationErrorDelegate IF.
When installed this delegate disable the error managment subsystem.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
typedef struct _NuLLErrorDelegate NullErrorDelegate |
Create a type name for _NuLLErrorDelegate
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
IApplicationErrorDelegate * NullAEDAlloc | ( | void | ) |
Allocate an instance of NullErrorDelegate. Initialize the object virtual table.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Default implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inlinestatic |
Null implementation of the IApplicationErrorDelegate. It does no error management.