49#define LOS_INVALID_BIT_INDEX 32
UINT16 LOS_LowBitGet(UINT32 bitmap)
Find the lowest one bit that is set.
UINT16 LOS_HighBitGet(UINT32 bitmap)
Find the highest one bit that is set.
void LOS_BitmapClr(UINT32 *bitmap, UINT16 pos)
Clear one bit.
void LOS_BitmapSet(UINT32 *bitmap, UINT16 pos)
Set one bit.
unsigned short UINT16
Definition los_typedef.h:51
#define VOID
Definition los_typedef.h:88
unsigned int UINT32
Definition los_typedef.h:52