⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

FixedPoint

Type Alias FixedPoint 

Source
pub type FixedPoint = i32;
Expand description

Fixed-point 16.16 type: 16 integer bits + 16 fractional bits