Functions | |
VOID | CuCmd_BIP_StartBIP (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Starts calibration. | |
VOID | CuCmd_BIP_EnterRxBIP (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Enters the Rx calibration state. | |
VOID | CuCmd_BIP_StartRxBIP (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Starts Rx calibration. | |
VOID | CuCmd_BIP_ExitRxBIP (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Exits Rx calibration. | |
VOID | CuCmd_BIP_BufferCalReferencePoint (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Sets the buffer calibration reference point. |
VOID CuCmd_BIP_BufferCalReferencePoint | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Sets the buffer calibration reference point.
This function sets the buffer calibration reference point.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] Reference point detector value parm[1] Reference point power parm[2] Sub-band |
[in] | nParms | Always 3 |
VOID CuCmd_BIP_EnterRxBIP | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Enters the Rx calibration state.
This function initiates Rx BIP operations.
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_BIP_ExitRxBIP | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Exits Rx calibration.
This function ends the Rx BIP procedure.
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_BIP_StartBIP | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Starts calibration.
This function configures the firmware to start the actual calibration on a specific sub- band (or several sub-bands).
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] Indicates whether to enable testing of sub-band B/G, channels 1 - 14 (0 - disable, 1 – enable; default = 0). parm[1] Optional; defines whether to enable testing of sub-band A, channels 1 - 4 (0 - disable, 1 – enable; default = 0). parm[2] Optional;, defines whether to enable testing of sub-band A, channels 8 - 16 (0 - disable, 1 – enable; default = 0). parm[3] Optional; defines whether to enable testing of sub-band A, channels 34 - 48 (0 - disable, 1 – enable; default = 0). parm[4] Optional;, defines whether to enable testing of sub-band A, channels 52 - 64 (0 - disable, 1 – enable; default = 0). parm[5] Optional; defines whether to enable testing of sub-band A, channels 100 - 116 (0 - disable, 1 – enable; default = 0). parm[6] Optional; defines whether to enable testing of sub-band A, channels 120 - 140 (0 - disable, 1 – enable; default = 0). parm[7] Optional; defines whether to enable testing of sub-band A, channels 149 - 165 (0 - disable, 1 – enable; default = 0). |
[in] | nParms | 1 - 8. |
VOID CuCmd_BIP_StartRxBIP | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Starts Rx calibration.
This function configures the firmware to start Rx calibration.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] Reference point value - The external signal power level |
[in] | nParms | Always 1 |