Type Alias fixed::types::U15F1

source ·
pub type U15F1 = FixedU16<U1>;
Expand description

FixedU16 with 15 integer bits and one fractional bit.

Aliased Type§

struct U15F1 { /* private fields */ }