![]() |
SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
|
Contains CPU/Compilter variables. More...
#include <stdint.h>
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 |
typedef char CHAR |
Definition at line 21 of file cpu_vars.h.
typedef int16_t INT16 |
Definition at line 18 of file cpu_vars.h.
typedef uint16_t INT16U |
Definition at line 14 of file cpu_vars.h.
typedef int32_t INT32 |
Definition at line 19 of file cpu_vars.h.
typedef uint32_t INT32U |
Definition at line 15 of file cpu_vars.h.
typedef int64_t INT64 |
Definition at line 20 of file cpu_vars.h.
typedef uint64_t INT64U |
Definition at line 16 of file cpu_vars.h.
typedef int8_t INT8 |
Definition at line 17 of file cpu_vars.h.
typedef uint8_t INT8U |
Definition at line 13 of file cpu_vars.h.