embassy-rp

Crates

git

Versions

rp2040

Flavors

embassy_rp::rom_data

Function popcount32

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

Return a count of the number of 1 bits in value.