csl_error.h 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* ============================================================================
  2. * Copyright (c) Texas Instruments Incorporated 2002, 2003, 2004, 2005, 2006, 2008
  3. *
  4. * Redistribution and use in source and binary forms, with or without
  5. * modification, are permitted provided that the following conditions
  6. * are met:
  7. *
  8. * Redistributions of source code must retain the above copyright
  9. * notice, this list of conditions and the following disclaimer.
  10. *
  11. * Redistributions in binary form must reproduce the above copyright
  12. * notice, this list of conditions and the following disclaimer in the
  13. * documentation and/or other materials provided with the
  14. * distribution.
  15. *
  16. * Neither the name of Texas Instruments Incorporated nor the names of
  17. * its contributors may be used to endorse or promote products derived
  18. * from this software without specific prior written permission.
  19. *
  20. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  21. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  22. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  23. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  24. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  25. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  26. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  27. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  28. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  29. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  30. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  31. *
  32. */
  33. /** ============================================================================
  34. * @file csl_error.h
  35. *
  36. * @path $(CSLPATH)\inc
  37. *
  38. * @desc This file contains the Register Desciptions for ERRORs
  39. *
  40. */
  41. /* ---- File: <csl_error.h> ---- */
  42. #ifndef CSL_ERROR_H
  43. #define CSL_ERROR_H
  44. /* Below Error codes are Global across all CSL Modules. */
  45. #define CSL_SOK (1) /* Success */
  46. #define CSL_ESYS_FAIL (-(int32_t) 1) /* Generic failure */
  47. #define CSL_ESYS_INUSE (-(int32_t) 2) /* Peripheral resource is already in use */
  48. #define CSL_ESYS_XIO (-(int32_t) 3) /* Encountered a shared I/O(XIO) pin conflict */
  49. #define CSL_ESYS_OVFL (-(int32_t) 4) /* Encoutered CSL system resource overflow */
  50. #define CSL_ESYS_BADHANDLE (-(int32_t) 5) /* Handle passed to CSL was invalid */
  51. #define CSL_ESYS_INVPARAMS (-(int32_t) 6) /* invalid parameters */
  52. #define CSL_ESYS_INVCMD (-(int32_t) 7) /* invalid command */
  53. #define CSL_ESYS_INVQUERY (-(int32_t) 8) /* invalid query */
  54. #define CSL_ESYS_NOTSUPPORTED (-(int32_t) 9) /* action not supported */
  55. /* Peripheral IDs */
  56. #define CSL_MCBSP_ID (7)
  57. #define CSL_GPIO_ID (8)
  58. #define CSL_DFE_ID (9)
  59. /* Error codes individual to various modules. */
  60. /* Error code for DMA, individual error would be assigned as
  61. * eg: #define CSL_E<Peripheral name>_<error code> CSL_EDMA_FIRST - 1
  62. */
  63. #define CSL_EPWM_FIRST (-( ((CSL_PWM_ID + 1) << 5 ) + 1 ))
  64. #define CSL_EPWM_LAST (-( (CSL_PWM_ID + 1) << 6 ))
  65. #define CSL_EUART_FIRST (-( ((CSL_UART_ID + 1) << 5 ) + 1 ))
  66. #define CSL_EUART_LAST (-( (CSL_UART_ID + 1) << 6 ))
  67. #define CSL_ESPI_FIRST (-( ((CSL_SPI_ID + 1) << 5 ) + 1 ))
  68. #define CSL_ESPI_LAST (-( (CSL_SPI_ID + 1) << 6 ))
  69. #define CSL_EATA_FIRST (-( ((CSL_ATA_ID + 1) << 5 ) + 1 ))
  70. #define CSL_EATA_LAST (-( (CSL_ATA_ID + 1) << 6 ))
  71. #define CSL_EMMCSD_FIRST (-( ((CSL_MMCSD_ID + 1) << 5 ) + 1 ))
  72. #define CSL_EMMCSD_LAST (-( (CSL_MMCSD_ID + 1) << 6 ))
  73. #define CSL_EVLYNQ_FIRST (-( ((CSL_VLYNQ_ID + 1) << 5 ) + 1 ))
  74. #define CSL_EVLYNQ_LAST (-( (CSL_VLYNQ_ID + 1) << 6 ))
  75. #define CSL_EMCBSP_FIRST (-( ((CSL_MCBSP_ID + 1) << 5 ) + 1 ))
  76. #define CSL_EMCBSP_LAST (-( (CSL_MCBSP_ID + 1) << 6 ))
  77. #define CSL_EI2C_FIRST (-( ((CSL_I2C_ID + 1) << 5 ) + 1 ))
  78. #define CSL_EI2C_LAST (-( (CSL_I2C_ID + 1) << 6 ))
  79. #define CSL_EGPIO_FIRST (-( ((CSL_GPIO_ID + 1) << 5 ) + 1 ))
  80. #define CSL_EGPIO_LAST (-( (CSL_GPIO_ID + 1) << 6 ))
  81. #define CSL_EMS_FIRST (-( ((CSL_MS_ID + 1) << 5 ) + 1 ))
  82. #define CSL_EMS_LAST (-( (CSL_MS_ID + 1) << 6 ))
  83. #define CSL_EINTC_FIRST (-( ((CSL_INTC_ID + 1) << 5 ) + 1 ))
  84. #define CSL_EINTC_LAST (-( (CSL_INTC_ID + 1) << 6 ))
  85. #define CSL_EEMIF_FIRST (-( ((CSL_EMIF_ID + 1) << 5 ) + 1 ))
  86. #define CSL_EEMIF_LAST (-( (CSL_EMIF_ID + 1) << 6 ))
  87. #define CSL_EPLLC_FIRST (-( ((CSL_PLLC_ID + 1) << 5 ) + 1 ))
  88. #define CSL_EPLLC_LAST (-( (CSL_PLLC_ID + 1) << 6 ))
  89. #define CSL_EDDR_FIRST (-( ((CSL_DDR_ID + 1) << 5 ) + 1 ))
  90. #define CSL_EDDR_LAST (-( (CSL_DDR_ID + 1) << 6 ))
  91. #define CSL_EEDMA_FIRST (-( ((CSL_EDMA_ID + 1) << 5 ) + 1 ))
  92. #define CSL_EEDMA_LAST (-( (CSL_EDMA_ID + 1) << 6 ))
  93. #define CSL_EDFE_FIRST (-( ((CSL_DFE_ID + 1) << 5 ) + 1 ))
  94. #define CSL_EDFE_LAST (-( (CSL_DFE_ID + 1) << 6 ))
  95. #endif /* CSL_ERROR_H */