Transmit buffer descriptor. More...
#include <pal_bb_154.h>
Data Fields | |
uint8_t | pad [2] |
uint8_t | handle |
uint8_t | len |
Transmit buffer descriptor.
Definition at line 351 of file pal_bb_154.h.
uint8_t handle |
Handle used for data frames only
Definition at line 354 of file pal_bb_154.h.
uint8_t len |
Length of frame, which is concatenated to this header
Definition at line 355 of file pal_bb_154.h.
uint8_t pad[2] |
Padding to make structure uint32 aligned
Definition at line 353 of file pal_bb_154.h.