#include <assert.h>
#include <stdlib.h>
#include <otto/packet.h>
#include "llc.h"
Functions | |
const char _ID_[] | __attribute__ ((unused))="$Id: llc_vpw.c,v 1.6 2004/07/07 16:14:01 alpha Exp $" |
enum otto_llc_symbol | vpw_decode_symbol (const struct otto_llc_pulse bit) |
Decode pulse into symbol. | |
int | vpw_encode_symbol (struct otto_llc_pulse *bit, const enum otto_llc_symbol sym, const struct otto_llc_pulse bit_prev, const enum otto_llc_symbol sym_prev) |
Encodes symbol into data type for driver. | |
Variables | |
const struct otto_llc_timing | vpw_timing [] |
Bit timing for VPW bus. | |
otto_llc_format | vpw_format |
|
|
|
Decode pulse into symbol.
|
|
Encodes symbol into data type for driver.
|
|
Initial value:
|
|
Initial value: Bit timing for VPW bus.
|