Function rp_hal::rom_data::double_to_ufix[][src]

pub fn double_to_ufix() -> extern "C" fn(v: f64, n: i32) -> u32

Convert a double to an unsigned integer, rounding towards -Infinity, and clamping the result to lie within the range 0x00000000 to 0xFFFFFFFF 0x24 double_to_uint(v: f64) -> u32;