Hardware Abstraction Layer (HAL) common type definitions. More...

Go to the source code of this file.
Macros | |
| #define | __IO volatile |
| #define | NULL 0 |
Hardware Abstraction Layer (HAL) common type definitions.
This header file defines basic macros and types used throughout the HAL and low-level drivers:
These definitions help standardize low-level coding practices across different architectures and modules.
| #define __IO volatile |
Defines volatile memory access for I/O registers.
| #define NULL 0 |
Defines the null pointer constant.