Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

Example Usage

  • No labels