ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Cpu.h File Reference
#include "fsl_device_registers.h"
#include "fsl_clock_manager.h"
#include "fsl_mcg_hal.h"
#include "fsl_sim_hal.h"
#include "fsl_osc_hal.h"
#include "fsl_rtc_hal.h"
#include "fsl_port_hal.h"
#include "fsl_interrupt_manager.h"
#include "fsl_uart_hal.h"
#include "fsl_uart_driver.h"
#include "fsl_mpu_hal.h"
#include "fsl_mpu_driver.h"
#include "fsl_hwtimer.h"
#include "fsl_os_abstraction.h"
#include "osa1.h"
#include "fsl_i2c_hal.h"
#include "fsl_i2c_master_driver.h"
#include "fsl_i2c_slave_driver.h"
#include "fsl_i2c_shared_function.h"
#include "fsl_dspi_hal.h"
#include "fsl_dspi_master_driver.h"
#include "fsl_dspi_slave_driver.h"
#include "fsl_dspi_shared_function.h"
#include "fsl_gpio_hal.h"
#include "fsl_gpio_driver.h"
#include "fsl_adc16_hal.h"
#include "fsl_adc16_driver.h"
#include "fsl_pit_hal.h"
#include "fsl_pit_driver.h"
#include <assert.h>
Include dependency graph for Cpu.h:

Go to the source code of this file.

Macros

#define CPU_PERIPHERALS_INIT   0x00U /* Peripherals_Init() method is not called in PE_low_level_init() */
 
#define CPU_COMPONENTS_INIT   0x01U /* Call Components_Init() method in PE_low_level_init() */
 
#define CPU_INIT_CONFIG   0x00U /* Do not include Init_Config.h in the main.c file */
 
#define CPU_HARDWARE_INIT   0x01U /* Call hardware_init() method in PE_low_level_init() */
 

Functions

void Components_Init (void)
 
void PE_low_level_init (void)
 

Detailed Description

Version
01.00

Definition in file Cpu.h.