STLtranspRamMc.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /**
  2. ******************************************************************************
  3. * @file STLtranspRamMc.h
  4. * @author MCD Application Team
  5. * @version V1.0.0
  6. * @date May-2012
  7. * @brief This module contains function prototypes for transparent
  8. * RAM functional test using MarchC- algorithm, to be done
  9. * during run-time.
  10. ******************************************************************************
  11. * @copyright
  12. *
  13. * <h2><center>&copy; COPYRIGHT 2012 STMicroelectronics</center></h2>
  14. *
  15. * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
  16. * You may not use this file except in compliance with the License.
  17. * You may obtain a copy of the License at:
  18. *
  19. * http://www.st.com/software_license_agreement_liberty_v2
  20. *
  21. * Unless required by applicable law or agreed to in writing, software
  22. * distributed under the License is distributed on an "AS IS" BASIS,
  23. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. * See the License for the specific language governing permissions and
  25. * limitations under the License.
  26. */
  27. /* Define to prevent recursive inclusion -------------------------------------*/
  28. #ifndef __TRANSP_RAM_MC_H
  29. #define __TRANSP_RAM_MC_H
  30. /* Includes ------------------------------------------------------------------*/
  31. /* Exported types ------------------------------------------------------------*/
  32. /* Exported constants --------------------------------------------------------*/
  33. /* Exported macro ------------------------------------------------------------*/
  34. /* Exported functions ------------------------------------------------------- */
  35. void STL_TranspMarchCInit(void);
  36. ClassBTestStatus STL_TranspMarchC(void);
  37. #endif /* __TRANSP_RAM_MC_H */
  38. /******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE****/