m2mb API docs  25.30.004.0
m2mb API sets documentation
m2mb_os_api.h
Go to the documentation of this file.
1 /* $version: 252203 */
2 /*===============================================================================================*/
3 /* >>> Copyright (C) Telit Communications S.p.A. Italy All Rights Reserved. <<< */
24 #ifndef M2MB_OS_API_H
25 #define M2MB_OS_API_H
26 
27 /* Include ======================================================================================*/
28 
29 #include "m2mb_types.h"
30 #include "m2mb_os_types.h"
31 #include "m2mb_os.h"
32 #include "m2mb_os_debug.h"
33 #include "m2mb_os_ev.h"
34 #include "m2mb_os_mtx.h"
35 #include "m2mb_os_q.h"
36 #include "m2mb_os_sem.h"
37 #include "m2mb_os_tmr.h"
38 #include "m2mb_os_pool.h"
39 
40 
41 
42 /* Global declarations ==========================================================================*/
43 
44 /* Global typedefs ==============================================================================*/
45 
46 /* Global functions =============================================================================*/
47 
48 /* Global define ================================================================================*/
49 
50 
51 #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 to build an AppZone app containing these debug traces:
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.