Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
xcc.h File Reference
#include <zephyr/toolchain/gcc.h>
#include <stdbool.h>
#include <xtensa/config/core.h>

Go to the source code of this file.

Macros

#define INT8_C(x)   __INT8_C(x)
 
#define UINT8_C(x)   __UINT8_C(x)
 
#define INT16_C(x)   __INT16_C(x)
 
#define UINT16_C(x)   __UINT16_C(x)
 
#define INT32_C(x)   __INT32_C(x)
 
#define UINT32_C(x)   __UINT32_C(x)
 
#define INT64_C(x)   __INT64_C(x)
 
#define UINT64_C(x)   __UINT64_C(x)
 
#define INTMAX_C(x)   __INTMAX_C(x)
 
#define UINTMAX_C(x)   __UINTMAX_C(x)
 

Macro Definition Documentation

◆ INT16_C

#define INT16_C (   x)    __INT16_C(x)

◆ INT32_C

#define INT32_C (   x)    __INT32_C(x)

◆ INT64_C

#define INT64_C (   x)    __INT64_C(x)

◆ INT8_C

#define INT8_C (   x)    __INT8_C(x)

◆ INTMAX_C

#define INTMAX_C (   x)    __INTMAX_C(x)

◆ UINT16_C

#define UINT16_C (   x)    __UINT16_C(x)

◆ UINT32_C

#define UINT32_C (   x)    __UINT32_C(x)

◆ UINT64_C

#define UINT64_C (   x)    __UINT64_C(x)

◆ UINT8_C

#define UINT8_C (   x)    __UINT8_C(x)

◆ UINTMAX_C

#define UINTMAX_C (   x)    __UINTMAX_C(x)