Freescale Semiconductor Inc.
    Regional Technical Application Center

 

E:/PROJECTS/IOP/ADC Average/Src/ADC_Filter/ADC_Filter_Drv/src/MPC55xx_init.c File Reference

#include "Exceptions.h"
#include "INTCInterrupts.h"
#include "MPC551x_HWInit.h"

Include dependency graph for MPC55xx_init.c:


Defines

#define INIT_DERIVATIVE_INTERNAL_SETUP   1
#define INIT_EXTERNAL_BUS_INTERFACE_SETUP   1
#define RCHW_WTE   0x0400L
#define RCHW_VLE   0x0100L
#define RCHW_PS0_32BITS   0x0000L
#define RCHW_PS0_16BITS   0x0200L
#define RCHW_BOOTIDENTIFIER   0x005AL
#define RCHW_VALUE   RCHW_BOOTIDENTIFIER|RCHW_PS0_32BITS

Typedefs

typedef void(* resetfuncptr )(void)

Functions

__asm void __start ()
__asm void usr_init ()

Variables

const unsigned long bam_rchw = (RCHW_VALUE)<<16
const resetfuncptr bam_resetvector = __start

Define Documentation

#define INIT_DERIVATIVE_INTERNAL_SETUP   1

#define INIT_EXTERNAL_BUS_INTERFACE_SETUP   1

#define RCHW_BOOTIDENTIFIER   0x005AL

#define RCHW_PS0_16BITS   0x0200L

#define RCHW_PS0_32BITS   0x0000L

#define RCHW_VALUE   RCHW_BOOTIDENTIFIER|RCHW_PS0_32BITS

#define RCHW_VLE   0x0100L

#define RCHW_WTE   0x0400L


Typedef Documentation

typedef void(* resetfuncptr)(void)


Function Documentation

__asm void __start (  ) 

__asm void usr_init (  ) 


Variable Documentation

const unsigned long bam_rchw = (RCHW_VALUE)<<16

const resetfuncptr bam_resetvector = __start