Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pbuf_cfg Struct Reference

Control block of packet buffer. More...

#include <pbuf.h>

Data Fields

volatile uint32_trd_idx_loc
 
volatile uint32_twr_idx_loc
 
uint32_t dcache_alignment
 
uint32_t len
 
uint8_tdata_loc
 

Detailed Description

Control block of packet buffer.

The structure contains configuration data.

Field Documentation

◆ data_loc

uint8_t* pbuf_cfg::data_loc

◆ dcache_alignment

uint32_t pbuf_cfg::dcache_alignment

◆ len

uint32_t pbuf_cfg::len

◆ rd_idx_loc

volatile uint32_t* pbuf_cfg::rd_idx_loc

◆ wr_idx_loc

volatile uint32_t* pbuf_cfg::wr_idx_loc

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