embassy-rp

Crates

git

Versions

rp2040

Flavors

embassy_rp::rom_data::float_funcs

Function uint64_to_float

Source
pub extern "C" fn uint64_to_float(v: u64) -> f32
Expand description

Converts an unsigned 64-bit integer to the nearest f32 value, rounding to even on tie