Type Alias fixed::types::U12F4

source ·
pub type U12F4 = FixedU16<U4>;
Expand description

FixedU16 with 12 integer bits and four fractional bits.

Aliased Type§

struct U12F4 { /* private fields */ }