RTEMS
|
Global BSP definitions. More...
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
#include <rtems.h>
#include <leon.h>
#include <rtems/irq-extension.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | bsp_shared_isr) (void *arg) |
Functions | |
void * | bsp_idle_thread (uintptr_t ignored) |
int | rtems_leon_open_eth_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach) |
int | rtems_smc91111_driver_attach_leon3 (struct rtems_bsdnet_ifconfig *config, int attach) |
int | rtems_leon_greth_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach) |
rtems_isr_entry | set_vector (rtems_isr_entry handler, rtems_vector_number vector, int type) |
void | BSP_fatal_exit (uint32_t error) |
void | bsp_spurious_initialize (void) |
void | rtems_bsp_delay (int usecs) |
void | BSP_shared_interrupt_init (void) |
void | bsp_isr_handler (rtems_vector_number vector) |
static __inline__ int | BSP_shared_interrupt_register (int irq, const char *info, bsp_shared_isr isr, void *arg) |
static __inline__ int | BSP_shared_interrupt_unregister (int irq, bsp_shared_isr isr, void *arg) |
void | BSP_shared_interrupt_clear (int irq) |
void | BSP_shared_interrupt_unmask (int irq) |
void | BSP_shared_interrupt_mask (int irq) |
Global BSP definitions.
Definition in file bsp.h.