ubinos
Public Attributes | List of all members
_cbuf_t Struct Reference

#include <cbuf.h>

Public Attributes

uint32_t head
 
uint32_t tail
 
uint32_t size
 
uint8_t * buf
 

Detailed Description

단순환형버퍼 형 정의 (저장할 수 있는 최대 크기는 size -1)

Member Data Documentation

◆ buf

uint8_t* _cbuf_t::buf

Buffer pointer

◆ head

uint32_t _cbuf_t::head

Head index

◆ size

uint32_t _cbuf_t::size

Buffer size

◆ tail

uint32_t _cbuf_t::tail

Tail index


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