mynewt-core types More...
mynewt-core types
Definition in file os_types.h.
#include <stdint.h> Include dependency graph for os_types.h:
 Include dependency graph for os_types.h: This graph shows which files directly or indirectly include this file:
 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) | 
| #define OS_TIMEOUT_NEVER (UINT32_MAX) | 
Definition at line 40 of file os_types.h.
| #define OS_WAIT_FOREVER (OS_TIMEOUT_NEVER) | 
Definition at line 41 of file os_types.h.
| #define SYS_EINVAL (-2) | 
Definition at line 32 of file os_types.h.
| #define SYS_ENOMEM (-1) | 
Definition at line 33 of file os_types.h.
| typedef char os_stack_t | 
stack buffer type
Definition at line 52 of file os_types.h.
| typedef uint32_t os_time_t | 
time type
Definition at line 47 of file os_types.h.