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);
79 rtems_isr_entry handler,
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
Interface to Kernel Print Methods.
DEFAULT_INITIAL_EXTENSION Support.
ISR_Vector_number rtems_vector_number
Control block type used to manage the vectors.
Definition: intr.h:47
rtems_isr_entry set_vector(rtems_isr_entry handler, rtems_vector_number vector, int type)
Install an interrupt handler.
Definition: setvec.c:28