doc: data structures: fix description of sflist
Fix a confusing type and clarify what the alternative data structure adds. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
59365f576e
commit
76ebe71fcb
@ -125,9 +125,10 @@ Flagged List
|
||||
|
||||
The ``sys_sflist_t`` is implemented using the described genlist
|
||||
template API. With the exception of symbol naming ("sflist" instead
|
||||
of "sflist"), it operates in all ways identically to the slist API.
|
||||
of "slist") and the additional API described next, it operates in all
|
||||
ways identically to the slist API.
|
||||
|
||||
It includes the ability to associate exactly two bits of user defined
|
||||
It adds the ability to associate exactly two bits of user defined
|
||||
"flags" with each list node. These can be accessed and modified with
|
||||
``sys_sflist_flags_get()`` and ``sys_sflist_flags_get()``.
|
||||
Internally, the flags are stored unioned with the bottom bits of the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user