Structure representing a piece of BFR memory. More...
#include <bfr.h>

Data Fields | |
| struct co_list_hdr | hdr |
| Double Linked List Header. | |
| uint16_t | start_addr |
| Start Address. | |
| uint16_t | length |
| Length. | |
| uint8_t | idx |
| Node Index. | |
| uint8_t | nb_frames |
| Number of frames linked with this report and pending for transmission. | |
| uint8_t | smm_index |
| SMM Index used for this node. | |
| uint8_t | sta_idx |
| Index of the STA using this node. | |
Structure representing a piece of BFR memory.
Definition at line 243 of file bfr.h.
1.6.1