Type Alias fixed::types::U28F4

source ·
pub type U28F4 = FixedU32<U4>;
Expand description

FixedU32 with 28 integer bits and four fractional bits.

Aliased Type§

struct U28F4 { /* private fields */ }