WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
wio_buf_t Struct Reference

WIO buffer type. More...

#include <buf.h>

Data Fields

uint8_t * buffer
 Buffer. More...
 
uint16_t size
 Buffer size. More...
 
uint16_t pos_a
 Cursor A (Read cursor) More...
 
uint16_t pos_b
 Cursor B (Write cursor) More...
 

Detailed Description

WIO buffer type.

Field Documentation

◆ buffer

uint8_t* buffer

Buffer.

◆ pos_a

uint16_t pos_a

Cursor A (Read cursor)

◆ pos_b

uint16_t pos_b

Cursor B (Write cursor)

◆ size

uint16_t size

Buffer size.


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