Description
Counts the number of bits set in a 32 bit word.
Files
cpu_core.h/cpu_core.c
Prototypes
Arguments
val
Data value to count the number of bits set.
Returned Value
Number of set bits in val
.
Required Configuration
N/A
Notes / Warnings
N/A
Counts the number of bits set in a 32 bit word.
cpu_core.h/cpu_core.c
val
Data value to count the number of bits set.
Number of set bits in val
.
N/A
N/A