Reference Driver
73M1866B/73M1966B Reference Driver User Guide UG_1x66B_015
58 Rev. 2.7
6.5.2 M1966_SET_RING_MIN_FREQ
Description
Upon detection of a ring burst the driver will attempt to determine the ring burst frequency. If the ring
burst frequency is above the minimum ring frequency and below the maximum frequency then the driver
will report an M1966_RING_DETECT event.
#define M1966_SET_RING_MIN_FREQ _IOWR(0xA4, 0xE3, unsigned int)
Prototype
int ioctl (
int chan_fd,
int M1966_SET_RING_MIN_FREQ,
unsigned long param );
Parameters
Data Type Name Description
int
chan_fd
Channel descriptor.
int
M1966_SET_ RING_MIN_FREQ
I/O control identifier for this operation.
unsigned long
param
Frequency in Hz.
Return Values
Data Type Description
int
Always returns 0.