25#ifndef LIBBSP_BFIN_EZKIT533_BSP_H
26#define LIBBSP_BFIN_EZKIT533_BSP_H
30#include <libcpu/bf533.h>
67#define PLL_CSEL 0x0000
68#define PLL_SSEL 0x0003
69#define PLL_MSEL 0x3A00
83#define WORD_5BITS 0x00
84#define WORD_6BITS 0x01
85#define WORD_7BITS 0x02
86#define WORD_8BITS 0x03
87#define EVEN_PARITY 0x18
88#define ODD_PARITY 0x08
89#define TWO_STP_BIT 0x04
98#define FlashA_PortB_Dir 0x20270007L
99#define FlashA_PortB_Data 0x20270005L
106#define L1_DATA_SRAM_A 0xff800000L
108#define FIFOLENGTH 0x100
116#define RAM_END 0x100000
129void setLED (uint8_t value);
161void bfin_null_isr(
void);
Basic MMR for the Blackfin 531/532/533 CPU.
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
uint8_t getLED(void)
Helper Function to use the EzKits LEDS.
Definition: bspstart.c:153
This header file defines the RTEMS Classic API.
Blackfin Set up Basic CPU Dependency Settings Based on Compiler Settings.