ECODE - Error Codes#
ECODE is set of error and status codes related to DMA, RTC, SPI, NVM, USTIMER, UARTDRV, EZRADIO, TEMP, and NVM3 drivers. These error and status codes are used by the above listed drivers to update the layer (using the driver) about an error or status.
Macros#
Base value for all EMDRV errorcodes.
Generic success return value.
Base value for SPIDRV error codes.
Base value for NVM error codes.
Base value for USTIMER error codes.
Base value for UARTDRV error codes.
Base value for DMADRV error codes.
Base value for EZRADIODRV error codes.
Base value for TEMPDRV error codes.
Base value for NVM3 error codes.
Typedef Documentation#
Ecode_t#
typedef uint32_t Ecode_t
Typedef for API function error code return values.
Bit 24-31: Component, for example emdrv
Bit 16-23: Module, for example UARTDRV - UART Driver or SPIDRV - SPI Driver
Bit 0-15: Error code