eLooM for STM32 application
v3.3.0
|
<DESCRIPTIOM> More...
Go to the source code of this file.
Functions | |
sys_error_code_t | AEventSrv_vtblInit (IEventSrc *_this) |
sys_error_code_t | AEventSrv_vtblAddEventListener (IEventSrc *_this, IEventListener *pListener) |
sys_error_code_t | AEventSrv_vtblRemoveEventListener (IEventSrc *_this, IEventListener *pListener) |
uint32_t | AEventSrv_vtblGetMaxListenerCount (const IEventSrc *_this) |
<DESCRIPTIOM>
Copyright (c) 2020 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.
sys_error_code_t AEventSrv_vtblAddEventListener | ( | IEventSrc * | _this, |
IEventListener * | pListener | ||
) |
uint32_t AEventSrv_vtblGetMaxListenerCount | ( | const IEventSrc * | _this | ) |
sys_error_code_t AEventSrv_vtblInit | ( | IEventSrc * | _this | ) |
sys_error_code_t AEventSrv_vtblRemoveEventListener | ( | IEventSrc * | _this, |
IEventListener * | pListener | ||
) |