Maxim-integrated 73M1822/73M1922 Modem API Instrukcja Użytkownika Strona 18

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 37
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 17
73M1822/73M1922 Modem API User Guide UG_1x22_055
18 Rev. 1.0
2.20 M1X22_GetVoltageIET
Description
Read the line voltage IET table entry.
Prototype
int M1X22_GetVoltageIET (
M1X22_HANDLE channel,
unsigned int ietIndex,
M1X22_IET_t *pIET );
Parameters
Data Type Name Description
M1X22_HANDLE
channel
Channel handle obtained from open channel.
unsigned int
ietIndex
IET entry index row number (0 9).
M1X22_IET_t
*pIET
Pointer to an output structure M1X22_IET_t.
Return Values
Data Type Description
M1X22_RET
M1X22_SUCCESS Successfully read the IET entry.
M1X22_FAILED Failure.
2.21 M1X22_UpdateVoltageIET
Description
Perform the line voltage IET table update.
Prototype
int M1X22_UpdateVoltageIET (
M1X22_HANDLE channel,
unsigned int ietIndex,
M1X22_IET_t *pIET );
Parameters
Data Type Name Description
M1X22_HANDLE
channel
Channel handle obtained from open channel.
unsigned int
ietIndex
IET entry index row number (0 9).
M1X22_IET_t
*pIET
Pointer to an input structure M1X22_IET_t.
Return Values
Data Type Description
M1X22_RET
M1X22_SUCCESS Successfully update the IET entry.
M1X22_FAILED Failure.
Przeglądanie stron 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 36 37

Komentarze do niniejszej Instrukcji

Brak uwag