Type Alias fixed::types::U25F7

source ·
pub type U25F7 = FixedU32<U7>;
Expand description

FixedU32 with 25 integer bits and seven fractional bits.

Aliased Type§

struct U25F7 { /* private fields */ }