STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
Loading...
Searching...
No Matches
LSTD_COMPILER.h File Reference

This file contains the compiler standard macros. More...

+ This graph shows which files directly or indirectly include this file:

Macros

#define CONST   const
 Declare a standard constant variable with the specified type. More...
 
#define STATIC   static
 Declare a standard static variable/function. More...
 
#define VOLATILE   volatile
 Declare a standard volatile variable. More...
 
#define P2VAR(ptrtype)   ptrtype *
 Declare a pointer-to-variable with the specified type. More...
 
#define P2CONST(ptrtype)   CONST ptrtype *
 Declare a constant pointer-to-variable with the specified type. More...
 
#define CONSTP2VAR(ptrtype)   ptrtype *CONST
 Declare a pointer-to-variable constant with the specified type. More...
 
#define CONSTP2CONST(ptrtype)   CONST ptrtype *CONST
 Declare a constant pointer-to-variable constant with the specified type. More...
 
#define P2FUNC(rettype, fctname)   rettype(*fctname)
 Declare a pointer-to-function with the specified return type. More...
 

Detailed Description

This file contains the compiler standard macros.

Author
Mohamed Alaa
Version
1.0.0
Date
2023-06-18