Maxim-integrated 73M1866B/73M1966B FXOAPI Instrukcja Użytkownika Strona 44

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 66
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 65 66

Komentarze do niniejszej Instrukcji

Brak uwag