15#ifndef LIBBSP_M68K_MCF5225X_BSP_H
16#define LIBBSP_M68K_MCF5225X_BSP_H
35#include <mcf5225x/mcf5225x.h>
42#define __IPSBAR ((vuint8 *) 0x40000000)
51#define STATIONS_PORT 0
53#define BLUETOOTH_PORT 2
76uint32_t bsp_get_CPU_clock_speed(
void);
89#define PIT3_IRQ_LEVEL 4
90#define PIT3_IRQ_PRIORITY 0
92#define UART0_IRQ_LEVEL 3
93#define UART0_IRQ_PRIORITY 7
94#define UART1_IRQ_LEVEL 3
95#define UART1_IRQ_PRIORITY 6
96#define UART2_IRQ_LEVEL 3
97#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.