STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
Loading...
Searching...
No Matches
Standard data types

This module contains the standard data types. More...

+ Collaboration diagram for Standard data types:

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...
 

Detailed Description

This module contains the standard data types.

Typedef Documentation

◆ t_bool

#include <LIB/LSTD_TYPES.h>

Type definition for boolean.

◆ t_u8

#include <LIB/LSTD_TYPES.h>

Type definition for 8-bit unsigned INT.

◆ t_s8

#include <LIB/LSTD_TYPES.h>

Type definition for 8-bit signed INT.

◆ t_c8

#include <LIB/LSTD_TYPES.h>

Type definition for 8-bit char.

◆ t_u16

#include <LIB/LSTD_TYPES.h>

Type definition for 16-bit unsigned int.

◆ t_s16

#include <LIB/LSTD_TYPES.h>

Type definition for 16-bit signed INT.

◆ t_u32

#include <LIB/LSTD_TYPES.h>

Type definition for 32-bit unsigned int.

◆ t_s32

#include <LIB/LSTD_TYPES.h>

Type definition for 32-bit signed INT.

◆ t_u64

#include <LIB/LSTD_TYPES.h>

Type definition for 64-bit unsigned int.

◆ t_s64

#include <LIB/LSTD_TYPES.h>

Type definition for 64-bit signed int.

◆ t_fl32

#include <LIB/LSTD_TYPES.h>

Type definition for 32-bit float.

◆ t_fl64

#include <LIB/LSTD_TYPES.h>

Type definition for 64-bit float.