Loading...
Searching...
No Matches
cib_t Struct Reference

circular integer buffer structure More...

Detailed Description

circular integer buffer structure

Definition at line 34 of file cib.h.

#include <cib.h>

Data Fields

unsigned int read_count
 number of (successful) read accesses
 
unsigned int write_count
 number of (successful) write accesses
 
unsigned int mask
 Size of buffer -1, i.e.
 

Field Documentation

◆ mask

unsigned int cib_t::mask

Size of buffer -1, i.e.

mask of the bits

Definition at line 37 of file cib.h.

◆ read_count

unsigned int cib_t::read_count

number of (successful) read accesses

Definition at line 35 of file cib.h.

◆ write_count

unsigned int cib_t::write_count

number of (successful) write accesses

Definition at line 36 of file cib.h.


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