![]() |
![]() |
TSIPLLD Function Return Codes | |
Error codes returned by TSIPLLD API functions. | |
#define | tsip_OK 0 |
#define | tsip_FAIL -10 |
#define | tsip_ERR_CONFIG -11 |
#define | tsip_NO_PORTS_AVAILABLE -12 |
#define | tsip_INVALID_TSIP_PORT_ID -13 |
#define | tsip_TX_RX_ALREADY_ENABLED -14 |
#define | tsip_TDMU_DMATCU_ALREADY_ENABLED -15 |
#define | tsip_TIMESLOT_ALREADY_ENABLED -16 |
#define | tsip_NO_FREE_TIMESLOT -17 |
#define tsip_ERR_CONFIG -11 |
Invalid configuration provided to TSIP
#define tsip_FAIL -10 |
TSIP return code -- Function failed
#define tsip_INVALID_TSIP_PORT_ID -13 |
Invalid ID to a TSIP port
#define tsip_NO_FREE_TIMESLOT -17 |
There is no free timeslot available
#define tsip_NO_PORTS_AVAILABLE -12 |
No TSIP ports are available
#define tsip_OK 0 |
TSIP return code -- Function executed successfully
#define tsip_TDMU_DMATCU_ALREADY_ENABLED -15 |
TSIP TDMU and DMATCU have been enabled before
#define tsip_TIMESLOT_ALREADY_ENABLED -16 |
TSIP timeslot has been enabled before
#define tsip_TX_RX_ALREADY_ENABLED -14 |
TSIP receive or transmit has been enabled before