SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
cpu_vars.h
Go to the documentation of this file.
1
7
#ifndef __CPU_VARS_H
8
#define __CPU_VARS_H
9
10
#include <stdint.h>
11
12
13
typedef
uint8_t
INT8U
;
14
typedef
uint16_t
INT16U
;
15
typedef
uint32_t
INT32U
;
16
typedef
uint64_t
INT64U
;
17
typedef
int8_t
INT8
;
18
typedef
int16_t
INT16
;
19
typedef
int32_t
INT32
;
20
typedef
int64_t
INT64
;
21
typedef
char
CHAR
;
22
23
24
25
#endif
// __CPU_VARS_H
26
INT8
int8_t INT8
Definition:
cpu_vars.h:17
INT64
int64_t INT64
Definition:
cpu_vars.h:20
INT32
int32_t INT32
Definition:
cpu_vars.h:19
INT64U
uint64_t INT64U
Definition:
cpu_vars.h:16
INT32U
uint32_t INT32U
Definition:
cpu_vars.h:15
INT16U
uint16_t INT16U
Definition:
cpu_vars.h:14
INT8U
uint8_t INT8U
Definition:
cpu_vars.h:13
INT16
int16_t INT16
Definition:
cpu_vars.h:18
CHAR
char CHAR
Definition:
cpu_vars.h:21
SikendeRTOS
SikenderOS
RTOS
inc
cpu_vars.h
Generated by
1.9.4