Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_slist.h145 #define SYS_SLIST_PEEK_NEXT_CONTAINER(__cn, __n) \ macro
165 __cn = SYS_SLIST_PEEK_NEXT_CONTAINER(__cn, __n))
184 __cns = SYS_SLIST_PEEK_NEXT_CONTAINER(__cn, __n); __cn; \
185 __cn = __cns, __cns = SYS_SLIST_PEEK_NEXT_CONTAINER(__cn, __n))