embassy-stm32

Crates

git

Versions

stm32u5g9vj

Flavors

Q16

Type Alias Q16 

Source
pub type Q16<const F: i8> = Q<i16, i32, F>;
Expand description

Fixed point i16 with i32 accumulator

Aliased Typeยง

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