File: drv32.h

package info (click to toggle)
baycomusb 0.10-12.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 6,928 kB
  • ctags: 9,413
  • sloc: ansic: 49,182; asm: 17,572; sh: 3,637; makefile: 585; pascal: 183; sed: 93; perl: 31
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#define DRIVER_INTERFACE_VERSION 1

enum drvc
        {
        drv_interfaceversion=1, drv_ident, drv_version,
        drv_config, drv_confinfo, drv_init_device, drv_get_ch_cnt,
        drv_exit, drv_ch_active, drv_init_kanal,
        drv_stat, drv_ch_state, drv_scale,
        drv_tx_calib, drv_set_led, drv_rx_frame,
        drv_get_framebuf, drv_tx_frame,
        drv_get_txdelay, drv_get_mode, drv_get_baud,
        drv_set_txdelay
        };