Home
last modified time | relevance | path

Searched refs:RT_DM_IDA_NUM (Results 1 – 2 of 2) sorted by relevance

/components/drivers/core/
A Ddm.c70 id = rt_bitmap_next_clear_bit(ida->map, 0, RT_DM_IDA_NUM); in rt_dm_ida_alloc()
72 if (id != RT_DM_IDA_NUM) in rt_dm_ida_alloc()
79 if (id != RT_DM_IDA_NUM) in rt_dm_ida_alloc()
109 id = RT_DM_IDA_NUM; in rt_dm_ida_take()
114 return id != RT_DM_IDA_NUM; in rt_dm_ida_take()
/components/drivers/include/drivers/core/
A Ddm.h41 #define RT_DM_IDA_NUM 256 macro
42 RT_BITMAP_DECLARE(map, RT_DM_IDA_NUM);

Completed in 4 milliseconds