eLooM for STM32 application  v3.3.0
Loading...
Searching...
No Matches
eloom_sysbase.h
Go to the documentation of this file.
1
27#ifndef ST_ELOOM_INC_SERVICES_ELOOM_SYSBASE_H_
28#define ST_ELOOM_INC_SERVICES_ELOOM_SYSBASE_H_
29
30#ifdef __cplusplus
31 extern "C" {
32#endif
33
34#include "services/systp.h"
35#include "services/systypes.h"
36#include "services/sysmem.h"
37#include "services/syscs.h"
38#include "services/syserror.h"
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* ST_ELOOM_INC_SERVICES_ELOOM_SYSBASE_H_ */
System critical section.
Define the global error management API.
System memory management.
Target platform definition.
Common type declaration.