stm32fxx_STURomCrc32Run.h 198 B

12345678910
  1. #ifndef __STL_FLASH_CRC32_H
  2. #define __STL_FLASH_CRC32_H
  3. #include "stm32fxx_STURunTimeCheck.h"
  4. void STU_RomCrc32Init(void);
  5. STU_TestStatus STU_RomCrc32Run(void);
  6. #endif /* __STL_FLASH_CRC32_H */