|
|
@ -35,7 +35,7 @@ extern "C" {
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
|
|
|
|
|
|
#define OS_BITMAP_MASK 0x1FU//位图的掩码,与数据进行与操作得到低五位的信息
|
|
|
|
#define OS_BITMAP_MASK 0x1FU
|
|
|
|
|
|
|
|
|
|
|
|
VOID LOS_BitmapSet(UINT32 *bitmap, UINT16 pos)
|
|
|
|
VOID LOS_BitmapSet(UINT32 *bitmap, UINT16 pos)
|
|
|
|
{
|
|
|
|
{
|
|
|
|