Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
bitstream_t Struct Reference

#include <bits.h>

Data Fields

uint8_tdata
 
uint64_t bit_pos
 
size_t size
 

Detailed Description

Definition at line 6 of file bits.h.

Field Documentation

◆ bit_pos

uint64_t bitstream_t::bit_pos

Definition at line 8 of file bits.h.

Referenced by read_bit(), read_bits(), and read_byte().

◆ data

uint8_t* bitstream_t::data

Definition at line 7 of file bits.h.

Referenced by read_bit(), and read_byte().

◆ size

size_t bitstream_t::size

Definition at line 9 of file bits.h.

Referenced by read_bits(), and read_byte().


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