Selected exact-width and fast minimum-width integer types for 32-bit CPU architecture (e.g., ARM Cortex-M). More...
Go to the source code of this file.
Typedefs | |
typedef signed char | int8_t |
exact-width 8-bit signed int More... | |
typedef signed short | int16_t |
exact-width 16-bit signed int More... | |
typedef signed long | int32_t |
exact-width 32-bit signed int More... | |
typedef signed long long | int64_t |
exact-width 64-bit signed int More... | |
typedef unsigned char | uint8_t |
exact-width 8-bit unsigned int More... | |
typedef unsigned short | uint16_t |
exact-width 16-bit unsigned int More... | |
typedef unsigned long | uint32_t |
exact-width 32-bit unsigned int More... | |
typedef unsigned long long | uint64_t |
exact-width 64-bit unsigned int More... | |
typedef signed int | int_fast8_t |
fast at-least 8-bit signed int More... | |
typedef unsigned int | uint_fast8_t |
fast at-least 8-bit unsigned int More... | |
typedef signed int | int_fast16_t |
fast at-least 16-bit signed int More... | |
typedef unsigned int | uint_fast16_t |
fast at-least 16-bit unsigned int More... | |
typedef signed long | int_fast32_t |
fast at-least 32-bit signed int More... | |
typedef unsigned long | uint_fast32_t |
fast at-least 32-bit unsigned int More... | |
Selected exact-width and fast minimum-width integer types for 32-bit CPU architecture (e.g., ARM Cortex-M).
Definition in file 32bit/stdint.h.
typedef signed char int8_t |
exact-width 8-bit signed int
Definition at line 24 of file 32bit/stdint.h.
typedef signed short int16_t |
exact-width 16-bit signed int
Definition at line 25 of file 32bit/stdint.h.
typedef signed long int32_t |
exact-width 32-bit signed int
Definition at line 26 of file 32bit/stdint.h.
typedef signed long long int64_t |
exact-width 64-bit signed int
Definition at line 27 of file 32bit/stdint.h.
typedef unsigned char uint8_t |
exact-width 8-bit unsigned int
Definition at line 29 of file 32bit/stdint.h.
typedef unsigned short uint16_t |
exact-width 16-bit unsigned int
Definition at line 30 of file 32bit/stdint.h.
typedef unsigned long uint32_t |
exact-width 32-bit unsigned int
Definition at line 31 of file 32bit/stdint.h.
typedef unsigned long long uint64_t |
exact-width 64-bit unsigned int
Definition at line 32 of file 32bit/stdint.h.
typedef signed int int_fast8_t |
fast at-least 8-bit signed int
Definition at line 35 of file 32bit/stdint.h.
typedef unsigned int uint_fast8_t |
fast at-least 8-bit unsigned int
Definition at line 36 of file 32bit/stdint.h.
typedef signed int int_fast16_t |
fast at-least 16-bit signed int
Definition at line 37 of file 32bit/stdint.h.
typedef unsigned int uint_fast16_t |
fast at-least 16-bit unsigned int
Definition at line 38 of file 32bit/stdint.h.
typedef signed long int_fast32_t |
fast at-least 32-bit signed int
Definition at line 39 of file 32bit/stdint.h.
typedef unsigned long uint_fast32_t |
fast at-least 32-bit unsigned int
Definition at line 40 of file 32bit/stdint.h.