eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
IListener.h
Go to the documentation of this file.
1
25#ifndef INCLUDE_EVENTS_ILISTENER_H_
26#define INCLUDE_EVENTS_ILISTENER_H_
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
32
34
35
36typedef struct _IListener IListener;
37
38
39// Public API declaration
40//***********************
41
42
43static inline sys_error_code_t IListenerOnStatusChange(IListener *_this);
44
45
46// Inline functions definition
47// ***************************
48
49
50#ifdef __cplusplus
51}
52#endif
53
54
55#endif /* INCLUDE_EVENTS_ILISTENER_H_ */
Umbrella header for the basic system features.
uint16_t sys_error_code_t
Definition syserror.h:41