embassy-stm32

Crates

git

Versions

stm32h7s3r8

Flavors

Module utils

Source
Expand description

Common math utils

Functions§

f32_to_q1_15
convert float point to fixed point format
f64_to_q1_31
convert float point to fixed point format
q1_15_to_f32
convert fixed point to float point format
q1_31_to_f64
convert fixed point to float point format