SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Macros | Typedefs
stdint.h File Reference
#include <types.h>
Include dependency graph for stdint.h:

Go to the source code of this file.

Macros

#define UINT8_MAX   (0xff)
 
#define UINT16_MAX   (0xffff)
 
#define UINT32_MAX   (0xffffffff)
 
#define UINT64_MAX   (0xffffffffffffffffULL)
 

Typedefs

typedef s8_t int8_t
 
typedef u8_t uint8_t
 
typedef s16_t int16_t
 
typedef u16_t uint16_t
 
typedef s32_t int32_t
 
typedef u32_t uint32_t
 
typedef s64_t int64_t
 
typedef u64_t uint64_t
 

Macro Definition Documentation

◆ UINT16_MAX

#define UINT16_MAX   (0xffff)

◆ UINT32_MAX

#define UINT32_MAX   (0xffffffff)

◆ UINT64_MAX

#define UINT64_MAX   (0xffffffffffffffffULL)

◆ UINT8_MAX

#define UINT8_MAX   (0xff)

Typedef Documentation

◆ int16_t

typedef s16_t int16_t

◆ int32_t

typedef s32_t int32_t

◆ int64_t

typedef s64_t int64_t

◆ int8_t

typedef s8_t int8_t

◆ uint16_t

typedef u16_t uint16_t

◆ uint32_t

typedef u32_t uint32_t

◆ uint64_t

typedef u64_t uint64_t

◆ uint8_t

typedef u8_t uint8_t