WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
los_bitmap.h 文件参考
#include "los_typedef.h"
los_bitmap.h 的引用(Include)关系图:

浏览源代码.

宏定义

#define LOS_INVALID_BIT_INDEX   32
 

函数

void LOS_BitmapSet (UINT32 *bitmap, UINT16 pos)
 Set one bit.
 
void LOS_BitmapClr (UINT32 *bitmap, UINT16 pos)
 Clear one bit.
 
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.