libosmoisdn 1.10.0.27-aec32
Osmocom ISDN library
|
#include <i460_mux.h>
Data Fields | |
uint8_t * | out_bitbuf |
bit-buffer for output bits More... | |
unsigned int | out_bitbuf_size |
size of out_bitbuf in bytes More... | |
unsigned int | out_idx |
offset of next bit to be written in out_bitbuf More... | |
out_cb_bits_t | out_cb_bits |
callback to be called once we have received out_bitbuf_size bits More... | |
out_cb_bytes_t | out_cb_bytes |
void * | user_data |
uint8_t* osmo_i460_subchan_demux::out_bitbuf |
bit-buffer for output bits
Referenced by alloc_bitbuf(), demux_subchan_append_bit(), and subchan_reset().
unsigned int osmo_i460_subchan_demux::out_bitbuf_size |
size of out_bitbuf in bytes
Referenced by alloc_bitbuf(), and demux_subchan_append_bit().
out_cb_bits_t osmo_i460_subchan_demux::out_cb_bits |
callback to be called once we have received out_bitbuf_size bits
Referenced by demux_subchan_append_bit(), osmo_i460_demux_in(), and osmo_i460_subchan_add().
out_cb_bytes_t osmo_i460_subchan_demux::out_cb_bytes |
Referenced by demux_subchan_append_bit(), osmo_i460_demux_in(), and osmo_i460_subchan_add().
unsigned int osmo_i460_subchan_demux::out_idx |
offset of next bit to be written in out_bitbuf
Referenced by demux_subchan_append_bit().
void* osmo_i460_subchan_demux::user_data |
Referenced by demux_subchan_append_bit(), osmo_i460_demux_in(), and osmo_i460_subchan_add().