Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Control block of packet buffer. More...
#include <pbuf.h>
Data Fields | |
volatile uint32_t * | rd_idx_loc |
volatile uint32_t * | handshake_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 |
volatile uint32_t* pbuf_cfg::handshake_loc |
uint32_t pbuf_cfg::len |
volatile uint32_t* pbuf_cfg::rd_idx_loc |
volatile uint32_t* pbuf_cfg::wr_idx_loc |