![]() |
no-OS
|
Functions | |
| char * | adi_api_get_error_string (int error_code) |
| Return string representation of the error code. | |
| #define API_ERROR_EVENT_HNDL -(ENODEV) |
Event handling error
| #define API_ERROR_EVENT_HNDL -(ENODEV) |
Event handling error
| #define API_ERROR_FTW_LOAD_ACK (-EFAULT) |
FTW Acknowledge not received
| #define API_ERROR_FTW_LOAD_ACK (-EFAULT) |
FTW Acknowledge not received
| #define API_ERROR_HW_CLOSE -(ENODEV) |
HW Close function error
| #define API_ERROR_HW_CLOSE -(ENODEV) |
HW Close function error
| #define API_ERROR_HW_OPEN -(ENODEV) |
HW Open function error
| #define API_ERROR_HW_OPEN -(ENODEV) |
HW Open function error
| #define API_ERROR_INIT_SEQ_FAIL (-EFAULT) |
Initialization sequence failed
| #define API_ERROR_INIT_SEQ_FAIL (-EFAULT) |
Initialization sequence failed
| #define API_ERROR_INVALID_DELAYUS_PTR (-EINVAL) |
Invalid pointer to the delayus function assigned
| #define API_ERROR_INVALID_DELAYUS_PTR (-EINVAL) |
Invalid pointer to the delayus function assigned
| #define API_ERROR_INVALID_HANDLE_PTR (-EINVAL) |
Handler pointer is invalid
| #define API_ERROR_INVALID_HANDLE_PTR (-EINVAL) |
Handler pointer is invalid
| #define API_ERROR_INVALID_PARAM (-EINVAL) |
Invalid parameter passed
| #define API_ERROR_INVALID_PARAM (-EINVAL) |
Invalid parameter passed
| #define API_ERROR_INVALID_XFER_PTR (-EINVAL) |
Invalid pointer to the SPI xfer function assigned
| #define API_ERROR_INVALID_XFER_PTR (-EINVAL) |
Invalid pointer to the SPI xfer function assigned
| #define API_ERROR_NCO_NOT_ENABLED (-ENODEV) |
The NCO is not enabled
| #define API_ERROR_NCO_NOT_ENABLED (-ENODEV) |
The NCO is not enabled
| #define API_ERROR_NOT_SUPPORTED (-ENOTSUP) |
Not supported
| #define API_ERROR_NOT_SUPPORTED (-ENOTSUP) |
Not supported
| #define API_ERROR_OK 0 |
No Error
| #define API_ERROR_OK 0 |
No Error
| #define API_ERROR_RESET_PIN_CTRL -(ENODEV) |
HW reset function error
| #define API_ERROR_RESET_PIN_CTRL -(ENODEV) |
HW reset function error
| #define API_ERROR_SPI_SDO (-EINVAL) |
Wrong value assigned to the ref ad9172_handle_t.sdo
| #define API_ERROR_SPI_SDO (-EINVAL) |
Wrong value assigned to the ref ad9172_handle_t.sdo
| #define API_ERROR_SPI_XFER -(ENODEV) |
SPI transfer error
| #define API_ERROR_SPI_XFER -(ENODEV) |
SPI transfer error
| #define API_ERROR_TEST_FAILED -(ENODEV) |
Test failed
| #define API_ERROR_TEST_FAILED -(ENODEV) |
Test failed
| #define API_ERROR_TX_EN_PIN_CTRL -(ENODEV) |
TX enable function error
| #define API_ERROR_TX_EN_PIN_CTRL -(ENODEV) |
TX enable function error
| #define API_ERROR_US_DELAY -(ENODEV) |
delay function error
| #define API_ERROR_US_DELAY -(ENODEV) |
delay function error
| #define API_ERROR_VCO_OUT_OF_RANGE (-EINVAL) |
The VCO is out of range
| #define API_ERROR_VCO_OUT_OF_RANGE (-EINVAL) |
The VCO is out of range
| char * adi_api_get_error_string | ( | int | error_code | ) |
Return string representation of the error code.
| error_code | Error code. |
| char* | Pointer to a null terminated string |