Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Function embassy_rp::rom_data::ctz32

source ·
pub extern "C" fn ctz32(value: u32) -> u32
Expand description

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