Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <strings.h>
Go to the source code of this file.
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 |