Maxim-integrated 73M1866B/73M1966B FXOAPI Manual de usuario Pagina 44

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 66
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 43
73M1866B/73M1966B FXOAPI User Guide UG_1x66B_046
44 Rev. 2.1
3.3 M1x66_PCM_IF_CFG_t
Description
PCM interface config structure. This structure contains the PCM interface configuration parameter.
These parameters are usually static and do not change from session to session. The
M1x66_PcmIfConfig API passes the pointer to this structure to configure the PCM interface.
Prototype
/*
**************************************************************************
** PCM Interface Config Structure
*************************************************************************/
typedef struct {
int pcmOperMode;
int pcmFrequency;
int pcmRxEdgePolarity;
int pcmTxEdgePolarity;
int pcmRxClockSlot;
int pcmTxClockSlot;
}
m1966_PcmIfConfig;
typedef m1966_PcmIfConfig M1x66_PCM_IF_CFG_t;
Parameters
Data Type Name Description
int pcmOperMode
Select operation mode: master or slave mode.
1 – Slave mode.
2 – Master mode.
M1x66_DCL_FREQUENCY
pcmFrequency
DCL Frequency to be used in master or slave
mode.
int pcmRxEdgePolarity
Edge polarity to be considered for the PCM
receive direction.
0 Falling edge.
1 – Rising edge.
int pcmTxEdgePolarity
Edge polarity to be considered for the PCM
transmit direction.
0 Falling edge.
1 Rising edge.
int
pcmRxClockSlot
Receive clock slot bit offset.
int
pcmTxClockSlot
Transmit clock slot bit offset.
Vista de pagina 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 65 66

Comentarios a estos manuales

Sin comentarios