Macros
SBL Error code

The section has a list of all the error codes which are returned to the application. Base error code for the SBL module is defined in the. More...

Macros

#define SBL_EOK   (0)
 No Error.
 
#define SBL_EINVAL   (MMWAVE_ERRNO_SBL_BASE-1)
 Error Code: Invalid argument.
 
#define SBL_ESYNC   (MMWAVE_ERRNO_SBL_BASE-2)
 Error Code: Too many synchronization errors.
 
#define SBL_ERETRANS   (MMWAVE_ERRNO_SBL_BASE-3)
 Error Code: Too many unsuccessful retransmissions.
 
#define SBL_ECANCEL   (MMWAVE_ERRNO_SBL_BASE-4)
 Error Code: Cancelled by remote peer.
 
#define SBL_ENOMEM   (MMWAVE_ERRNO_SBL_BASE-5)
 Error Code: Out of memory.
 
#define SBL_EMAXMEM   (MMWAVE_ERRNO_SBL_BASE-6)
 Error Code: Exceeds maximum file size.
 

Detailed Description

The section has a list of all the error codes which are returned to the application. Base error code for the SBL module is defined in the.

#ifndef MMWAVE_ERROR_H
#define MMWAVE_ERROR_H
/**************************************************************************
* Base Error Code for the mmWave modules
**************************************************************************/
#define MMWAVE_ERRNO_UART_BASE (-2000)
#define MMWAVE_ERRNO_CRC_BASE (-2100)
#define MMWAVE_ERRNO_MAILBOX_BASE (-2200)
#define MMWAVE_ERRNO_PINMUX_BASE (-2300)
#define MMWAVE_ERRNO_ADCBUF_BASE (-2400)
#define MMWAVE_ERRNO_ESM_BASE (-2500)
#define MMWAVE_ERRNO_SPI_BASE (-2600)
#define MMWAVE_ERRNO_DMA_BASE (-2700)
#define MMWAVE_ERRNO_HWA_BASE (-2800)
#define MMWAVE_ERRNO_SOC_BASE (-2900)
#define MMWAVE_ERRNO_EDMA_BASE (-3000)
#define MMWAVE_ERRNO_BASE (-3100)
#define MMWAVE_ERRNO_CSI_BASE (-3200)
#define MMWAVE_ERRNO_CBUFF_BASE (-3300)
#define MMWAVE_ERRNO_CAN_BASE (-3400)
#define MMWAVE_ERRNO_CANFD_BASE (-3500)
#define MMWAVE_ERRNO_QSPI_BASE (-3600)
#define MMWAVE_ERRNO_QSPIFLASH_BASE (-3700)
#define MMWAVE_ERRNO_I2C_BASE (-3800)
#define MMWAVE_ERRNO_WATCHDOG_BASE (-3900)
#define MMWAVE_ERRNO_HSI_HDR_BASE (-4000)
#define MMWAVE_ERRNO_CRYPTO_BASE (-4100)
#define MMWAVE_ERRNO_DPM_BASE (-4200)
#define MMWAVE_ERRNO_SBL_BASE (-4400)
/**************************************************************************
* Base Error Code for the mmWave data path (-30000 - -59999)
**************************************************************************/
#define MMWAVE_ERRNO_DPU_BASE (-30000)
#define MMWAVE_ERRNO_DPC_BASE (-40000)
#define MMWAVE_ERRNO_DEMO_BASE (-50000)
#endif /* MMWAVE_ERROR_H */

Copyright 2019, Texas Instruments Incorporated