lle_cpu.h

来自「BCM 控制demo源代码」· C头文件 代码 · 共 44 行

H
44
字号
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file       lle_Cpu.h
\brief      S12XE CPU initializing and interrupt configuration
\author     Freescale Semiconductor
\author     B05114
\version    0.1
\date       April/2007
*/
/*******************************************************************************/

#ifndef _LLE_CPU_H
#define _LLE_CPU_H

/** Function Prototypes */



/** CPU core initial settings */
void lle_CPU_Init(void);

/** GPIO ports settings */
void lle_SetupPINS(void);

/** SCI2 initializing, FreeMASTER port */
void lle_Init_SCI(void);

/** Interrupts configuration */
void lle_Interrupts_Init(void);

/** Set S12XEP in wait mode */
void lle_MCU_Wait_Mode(void);

/** Set S12XEP in pseudo-stop mode */
void lle_MCU_PseudoStop_Mode(void);

/** Set S12XEP in full-stop mode */
void lle_MCU_FullStop_Mode(void);


#endif /* _LLE_CPU_H */

/*******************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?