/************************************************************************ Project: Filename: spi_master.c Partner Filename: N/A Description: Partner file of uart_appl.h Complier: IAR Embedded Workbench for ARM 6.50, IAR Systems. CPU TYPE : ST32F0xx ************************************************************************* Copyright (c) 2013 Welling Motor Technology(Shanghai) Co. Ltd. All rights reserved. ************************************************************************* ************************************************************************* Revising History (ECL of this file): M0_20170410, by liyue, create this file; ************************************************************************/ /************************************************************************ Beginning of File, do not put anything above here except notes Compiler Directives: *************************************************************************/ #ifndef _CLASSB_C_ #define _CLASSB_C_ #endif /************************************************************************ Included File *************************************************************************/ #include "user.h" /************************************************************************* Local Functions (N/A) *************************************************************************/ /* void FailSafeErr(void) { //clas_blclassBErrFlg = 1; pwm_voPWMDisable(); DISABLE_IRQ; //NVIC_SystemReset(); while(1) { IWDG_ReloadCounter(); } } */ /************************************************************************* Copyright (c) 2013 Welling Motor Technology(Shanghai) Co. Ltd. All rights reserved. *************************************************************************/ #ifdef _CLASSB_C_ #undef _CLASSB_C_ /* parasoft-suppress MISRA2004-19_6 "本项目中无法更改,后续避免使用" */ #endif /************************************************************************* End of this File (EOF)! Do not put anything after this part! *************************************************************************/