Type Alias fixed::types::U22F10

source ·
pub type U22F10 = FixedU32<U10>;
Expand description

FixedU32 with 22 integer bits and 10 fractional bits.

Aliased Type§

struct U22F10 { /* private fields */ }