Bouffalo SDK  1.0
Bouffalolab Software Development Kit
bflb_dlist_node Struct Reference

#include <bflb_list.h>

Collaboration diagram for bflb_dlist_node:
Collaboration graph

Data Fields

struct bflb_dlist_nodenext
 
struct bflb_dlist_nodeprev
 

Detailed Description

Double List structure

Definition at line 42 of file bflb_list.h.

Field Documentation

◆ next

struct bflb_dlist_node* next

point to next node.

Definition at line 43 of file bflb_list.h.

◆ prev

struct bflb_dlist_node* prev

point to prev node.

Definition at line 44 of file bflb_list.h.


The documentation for this struct was generated from the following file: