|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <strings.h>
Functions | |
| int | fls (int mask) |
| Finds the last (most significant) bit set in the given mask. More... | |
| int fls | ( | int | mask | ) |
Finds the last (most significant) bit set in the given mask.
Finds the last (most significant) bit set in the given (int) mask and return the index of that bit.
Bits are numbered starting at 1, the least significant bit.
| mask | The bit mask |
1.8.15