123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /************************************************************************
- 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_
- #endif
- /*************************************************************************
- End of this File (EOF)!
- Do not put anything after this part!
- *************************************************************************/
|