Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
types.h File Reference
#include <stdint.h>
#include <sys/_types.h>

Go to the source code of this file.

Macros

#define unsigned   signed /* parasoft-suppress MISRAC2012-RULE_20_4-a MISRAC2012-RULE_20_4-b */
 

Typedefs

typedef unsigned int mode_t
 
typedef __SIZE_TYPE__ ssize_t
 
typedef __INTPTR_TYPE__ off_t
 
typedef _TIME_T_ time_t
 
typedef _SUSECONDS_T_ suseconds_t
 
typedef uintptr_t mem_word_t
 

Macro Definition Documentation

◆ unsigned

#define unsigned   signed /* parasoft-suppress MISRAC2012-RULE_20_4-a MISRAC2012-RULE_20_4-b */

Typedef Documentation

◆ mem_word_t

◆ mode_t

typedef unsigned int mode_t

◆ off_t

typedef __INTPTR_TYPE__ off_t

◆ ssize_t

typedef __SIZE_TYPE__ ssize_t

◆ suseconds_t

typedef _SUSECONDS_T_ suseconds_t

◆ time_t

typedef _TIME_T_ time_t