Skip to main content

P16

Type Alias P16 

Source
pub type P16<const F: i8> = Q<u16, u32, F>;
Expand description

Fixed point u16 with u32 accumulator

Aliased Typeยง

pub struct P16<const F: i8> { /* private fields */ }