SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
cpu_vars.h File Reference

Contains CPU/Compilter variables. More...

#include <stdint.h>
Include dependency graph for cpu_vars.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint8_t INT8U
 
typedef uint16_t INT16U
 
typedef uint32_t INT32U
 
typedef uint64_t INT64U
 
typedef int8_t INT8
 
typedef int16_t INT16
 
typedef int32_t INT32
 
typedef int64_t INT64
 
typedef char CHAR
 

Detailed Description

Contains CPU/Compilter variables.

Date
6/19/2018

Definition in file cpu_vars.h.

Typedef Documentation

◆ CHAR

typedef char CHAR

Definition at line 21 of file cpu_vars.h.

◆ INT16

typedef int16_t INT16

Definition at line 18 of file cpu_vars.h.

◆ INT16U

typedef uint16_t INT16U

Definition at line 14 of file cpu_vars.h.

◆ INT32

typedef int32_t INT32

Definition at line 19 of file cpu_vars.h.

◆ INT32U

typedef uint32_t INT32U

Definition at line 15 of file cpu_vars.h.

◆ INT64

typedef int64_t INT64

Definition at line 20 of file cpu_vars.h.

◆ INT64U

typedef uint64_t INT64U

Definition at line 16 of file cpu_vars.h.

◆ INT8

typedef int8_t INT8

Definition at line 17 of file cpu_vars.h.

◆ INT8U

typedef uint8_t INT8U

Definition at line 13 of file cpu_vars.h.