m2mb API docs  25.21.002
m2mb API sets documentation
m2mb_os_api.h
Go to the documentation of this file.
1 /*===============================================================================================*/
2 /* >>> Copyright (C) Telit Communications S.p.A. Italy All Rights Reserved. <<< */
23 #ifndef M2MB_OS_API_H
24 #define M2MB_OS_API_H
25 
26 /* Include ======================================================================================*/
27 
28 #include "m2mb_types.h"
29 #include "m2mb_os_types.h"
30 #include "m2mb_os.h"
31 #include "m2mb_os_debug.h"
32 #include "m2mb_os_ev.h"
33 #include "m2mb_os_mtx.h"
34 #include "m2mb_os_q.h"
35 #include "m2mb_os_sem.h"
36 #include "m2mb_os_tmr.h"
37 #include "m2mb_os_pool.h"
38 
39 
40 
41 /* Global declarations ==========================================================================*/
42 
43 /* Global typedefs ==============================================================================*/
44 
45 /* Global functions =============================================================================*/
46 
47 /* Global define ================================================================================*/
48 
49 
50 #endif /* M2MB_OS_API_H */
m2mb_os.h
Basic functionality of Operating systems.
m2mb_os_ev.h
OS event prototypes.
m2mb_os_pool.h
OS pool prototypes.
m2mb_os_debug.h
Basic functionality of Operating systems debug.
m2mb_os_types.h
types used across OS (semaphore, mutex...)
m2mb_types.h
M2MB base types (ver. 121626N)
m2mb_os_sem.h
OS Samaphore prototypes.
m2mb_os_mtx.h
OS mutex prototypes.
m2mb_os_q.h
OS queue prototypes.
m2mb_os_tmr.h
OS timer prototypes.