13#ifndef LIBBSP_M68K_MCF52235_BSP_H
14#define LIBBSP_M68K_MCF52235_BSP_H
33#include <mcf5223x/mcf5223x.h>
40#define __IPSBAR ((vuint8 *) 0x40000000)
57uint32_t bsp_get_CPU_clock_speed(
void);
70#define PIT3_IRQ_LEVEL 4
71#define PIT3_IRQ_PRIORITY 0
73#define UART0_IRQ_LEVEL 3
74#define UART0_IRQ_PRIORITY 7
75#define UART1_IRQ_LEVEL 3
76#define UART1_IRQ_PRIORITY 6
77#define UART2_IRQ_LEVEL 3
78#define UART2_IRQ_PRIORITY 5
This header file provides the kernel character input/output support API.
This header file provides the default definition of BSP_INITIAL_EXTENSION.
ISR_Handler_entry rtems_isr_entry
Interrupt service routines installed by rtems_interrupt_catch() shall have this type.
Definition: intr.h:134
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
This header file defines the RTEMS Classic API.