|
STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
This file contains the standard data types. More...
This graph shows which files directly or indirectly include this file:Typedefs | |
| typedef unsigned char | t_bool |
| Type definition for boolean. More... | |
| typedef unsigned char | t_u8 |
| Type definition for 8-bit unsigned INT. More... | |
| typedef signed char | t_s8 |
| Type definition for 8-bit signed INT. More... | |
| typedef unsigned char | t_c8 |
| Type definition for 8-bit char. More... | |
| typedef unsigned short int | t_u16 |
| Type definition for 16-bit unsigned int. More... | |
| typedef signed short int | t_s16 |
| Type definition for 16-bit signed INT. More... | |
| typedef unsigned int | t_u32 |
| Type definition for 32-bit unsigned int. More... | |
| typedef signed int | t_s32 |
| Type definition for 32-bit signed INT. More... | |
| typedef unsigned long int | t_u64 |
| Type definition for 64-bit unsigned int. More... | |
| typedef signed long int | t_s64 |
| Type definition for 64-bit signed int. More... | |
| typedef float | t_fl32 |
| Type definition for 32-bit float. More... | |
| typedef double | t_fl64 |
| Type definition for 64-bit float. More... | |
This file contains the standard data types.