embassy-rp

Crates

git

Versions

rp2040

Flavors

embassy_rp::rom_data

Function clz32

Source
pub extern "C" fn clz32(value: u32) -> u32
Expand description

Return the number of consecutive high order 0 bits of value. If value is zero, returns 32.