os_types.h File Reference

mynewt-core types More...

Detailed Description

mynewt-core types

Author
Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.fr

Definition in file os_types.h.

#include <stdint.h>
+ Include dependency graph for os_types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint32_t os_time_t
 time type
 
typedef char os_stack_t
 stack buffer type
 

Error codes not abstracted in mynewt-core/kernel/os

#define SYS_EINVAL   (-2)
 
#define SYS_ENOMEM   (-1)
 

Macro to wait forever on events and mutexes

#define OS_TIMEOUT_NEVER   (UINT32_MAX)
 
#define OS_WAIT_FOREVER   (OS_TIMEOUT_NEVER)