nn::math::Rightmost1 Function
int Rightmost1(
int x
);
| Name | Description | |
|---|---|---|
| in | x | Bit array. |
1, corresponding to the position of the rightmost bit set to 1 in x. Gets the rightmost bit (closest to the LSB) that is set to 1.
CONFIDENTIAL