ALIGN_DOWN
- Macro
- August 22, 2025
Table of Contents
ALIGN_DOWN
ALIGN_DOWN
Description
Aligns the given value
down to the nearest multiple of alignment
.
Parameters
Name | Direction | Description |
---|---|---|
value | in | The value to be aligned down. |
alignment | in | The alignment boundary. |
Success
Returns aligned-down value when alignment > 1, original value otherwise.
Failure
Function cannot fail - always returns a valid value.
Usage example (Cross-references)
No external code usages found in the scanned files.