#include <linux/slab.h>
#include <linux/module.h>
#include <linux/mISDNhw.h>
#include "core.h"
#include "layer1.h"
#include "fsm.h"
Go to the source code of this file.
|
enum | {
ST_L1_F2,
ST_L1_F3,
ST_L1_F4,
ST_L1_F5,
ST_L1_F6,
ST_L1_F7,
ST_L1_F8
} |
|
enum | {
EV_PH_ACTIVATE,
EV_PH_DEACTIVATE,
EV_RESET_IND,
EV_DEACT_CNF,
EV_DEACT_IND,
EV_POWER_UP,
EV_ANYSIG_IND,
EV_INFO2_IND,
EV_INFO4_IND,
EV_TIMER_DEACT,
EV_TIMER_ACT,
EV_TIMER3
} |
|
#define TIMER3_DEFAULT_VALUE 7000 |
- Enumerator:
ST_L1_F2 |
|
ST_L1_F3 |
|
ST_L1_F4 |
|
ST_L1_F5 |
|
ST_L1_F6 |
|
ST_L1_F7 |
|
ST_L1_F8 |
|
Definition at line 44 of file layer1.c.
- Enumerator:
EV_PH_ACTIVATE |
|
EV_PH_DEACTIVATE |
|
EV_RESET_IND |
|
EV_DEACT_CNF |
|
EV_DEACT_IND |
|
EV_POWER_UP |
|
EV_ANYSIG_IND |
|
EV_INFO2_IND |
|
EV_INFO4_IND |
|
EV_TIMER_DEACT |
|
EV_TIMER_ACT |
|
EV_TIMER3 |
|
Definition at line 67 of file layer1.c.