?? 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 + -