|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <strings.h>
Functions | |
| int | flsl (long mask) |
| Finds the last (most significant) bit set in the given mask. More... | |
| int flsl | ( | long | mask | ) |
Finds the last (most significant) bit set in the given mask.
Finds the last (most significant) bit set in the given (long) 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