📄 lle_cpu.h
字号:
/*******************************************************************************/
/**
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -