123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /* ###################################################################
- ** This component module is generated by Processor Expert. Do not modify it.
- ** Filename : Cpu.h
- ** Project : flexcan_mpc5777c
- ** Processor : MPC5777C_516
- ** Component : MPC5777C_516
- ** Version : Component 01.197, Driver 01.00, CPU db: 3.00.000
- ** Datasheet : MPC5777CRM Rev. 8, 11/2016
- ** Compiler : GNU C Compiler
- ** Date/Time : 2020-05-14, 15:20, # CodeGen: 0
- ** Abstract :
- **
- ** Settings :
- **
- ** Contents :
- ** SystemInit - void SystemInit(void);
- ** SystemCoreClockUpdate - void SystemCoreClockUpdate(void);
- ** SystemSoftwareReset - void SystemSoftwareReset(void);
- **
- ** (c) Freescale Semiconductor, Inc.
- ** 2004 All Rights Reserved
- **
- ** Copyright 1997 - 2015 Freescale Semiconductor, Inc.
- ** Copyright 2016-2017 NXP
- ** All Rights Reserved.
- **
- ** THIS SOFTWARE IS PROVIDED BY NXP "AS IS" AND ANY EXPRESSED OR
- ** IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- ** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- ** IN NO EVENT SHALL NXP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- ** INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- ** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- ** SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- ** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- ** STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- ** IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- ** THE POSSIBILITY OF SUCH DAMAGE.
- ** ###################################################################*/
- /*!
- ** @file Cpu.h
- ** @version 01.00
- ** @brief
- **
- */
- /*!
- ** @addtogroup Cpu_module Cpu module documentation
- ** @{
- */
- #ifndef Cpu_H
- #define Cpu_H
- /* MODULE Cpu. */
- /*Include shared modules, which are used for whole project*/
- //#include "device_registers.h"
- #include "MPC5676R_features.h"
- #include "MPC5676R.h"
- #include "interrupt_manager.h"
- //#include "clock.h"
- #include "osif.h"
- #include "flexcan_driver.h"
- /* Including needed modules to compile this module/procedure */
- #include "pin_mux.h"
- //#include "clockMan1.h"
- #include "canCom1.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* Cpu configuration will be declared here. */
- #ifdef __cplusplus
- }
- #endif
- /* END Cpu. */
- #endif
- /* Cpu_H */
- /*!
- ** @}
- */
- /*
- ** ###################################################################
- **
- ** This file was created by Processor Expert 10.1 [05.21]
- ** for the NXP C55 series of microcontrollers.
- **
- ** ###################################################################
- */
|