Zephyr API 3.6.99
|
Control block of packet buffer. More...
#include <pbuf.h>
Data Fields | |
volatile uint32_t * | rd_idx_loc |
volatile uint32_t * | wr_idx_loc |
uint32_t | dcache_alignment |
uint32_t | len |
uint8_t * | data_loc |
Control block of packet buffer.
The structure contains configuration data.
uint8_t* pbuf_cfg::data_loc |
uint32_t pbuf_cfg::dcache_alignment |
uint32_t pbuf_cfg::len |
volatile uint32_t* pbuf_cfg::rd_idx_loc |
volatile uint32_t* pbuf_cfg::wr_idx_loc |