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

This module contains the standard values. More...

+ Collaboration diagram for Standard values:

Macros

#define TRUE   ((t_bool)1)
 Type definition for TRUE. More...
 
#define FALSE   ((t_bool)0)
 Type definition for FALSE. More...
 
#define NULL   ((P2VAR(void))0)
 Type definition for NULL. More...
 

Detailed Description

This module contains the standard values.

Macro Definition Documentation

◆ TRUE

#define TRUE   ((t_bool)1)

#include <LIB/LSTD_VALUES.h>

Type definition for TRUE.

◆ FALSE

#define FALSE   ((t_bool)0)

#include <LIB/LSTD_VALUES.h>

Type definition for FALSE.

◆ NULL

#define NULL   ((P2VAR(void))0)

#include <LIB/LSTD_VALUES.h>

Type definition for NULL.