|
Lazuli
|
Basic type definitions and useful macros usable in ASM source files. More...
Go to the source code of this file.
Macros | |
| #define | POSITION(X) (1U << (X)) |
| Define a constant bit at position X, starting from index 0. | |
Basic type definitions and useful macros usable in ASM source files.
This file describes basic type definitions and useful macros used in the Lazuli project, and that can be used directly in ASM source files.
Definition in file common_asm.h.
| #define POSITION | ( | X | ) | (1U << (X)) |
Define a constant bit at position X, starting from index 0.
| X | An unsigned integer constant representing the position of the bit, starting from index 0. |
Definition at line 30 of file common_asm.h.