Spresense SDK Library v3.4.6-5ba3997155669912adc4b68df0dc983c4388532a
Loading...
Searching...
No Matches
types.h File Reference
#include <sys/types.h>
#include <nuttx/queue.h>

Go to the source code of this file.

Classes

struct  mpobj
 

Macros

#define MPOBJTYPE_SHM   0x4588 /* MP shared memory object */
 
#define MPOBJTYPE_MQ   0x2dc6 /* MP message queue object */
 
#define MPOBJTYPE_MUTEX   0x0686 /* MP mutex object */
 
#define mpobj_init(obj, t, k)
 

Typedefs

typedef int16_t cpuid_t
 
typedef int16_t mpobjtype_t
 
typedef struct mpobj mpobj_t