|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "los_typedef.h"
宏定义 | |
| #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. | |