55#ifndef LIBBSP_M68K_GENMCF548X_BSP_H
56#define LIBBSP_M68K_GENMCF548X_BSP_H
76#include <mcf548x/mcf548x.h>
90uint32_t get_CPU_clock_speed(
void);
99extern const uint8_t mcf548x_intc_icr_init_values[64];
104struct rtems_bsdnet_ifconfig;
105extern int rtems_mcf548x_fec_driver_attach_detach(
struct rtems_bsdnet_ifconfig *
config,
int attaching);
106#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_mcf548x_fec_driver_attach_detach
108#define RTEMS_BSP_NETWORK_DRIVER_NAME "fec1"
109#define RTEMS_BSP_NETWORK_DRIVER_NAME2 "fec2"
113 uint32_t console_baudrate;
114 uint8_t server_ip [4];
115 uint8_t client_ip [4];
116 uint8_t gateway_ip[4];
124#define DBUG_SETTINGS (*(const dbug_settings_t *)0xFC020000)
127void bsp_cacr_set_flags(uint32_t flags);
129void bsp_cacr_set_self_clear_flags(uint32_t flags);
131void bsp_cacr_clear_flags(uint32_t flags);
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.
Definition: deflate.c:114