Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_list.h17 typedef struct HAL_LIST_NODE HAL_LIST; typedef
48 __STATIC_INLINE void HAL_LIST_Init(HAL_LIST *l) in HAL_LIST_Init()
58 __STATIC_INLINE void HAL_LIST_InsertAfter(HAL_LIST *l, HAL_LIST *n) in HAL_LIST_InsertAfter()
72 __STATIC_INLINE void HAL_LIST_InsertBefore(HAL_LIST *l, HAL_LIST *n) in HAL_LIST_InsertBefore()
85 __STATIC_INLINE void HAL_LIST_Remove(HAL_LIST *n) in HAL_LIST_Remove()
97 __STATIC_INLINE int HAL_LIST_IsEmpty(const HAL_LIST *l) in HAL_LIST_IsEmpty()
106 __STATIC_INLINE uint32_t HAL_LIST_Len(const HAL_LIST *l) in HAL_LIST_Len()
109 const HAL_LIST *p = l; in HAL_LIST_Len()

Completed in 4 milliseconds